[[=title]]

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1002986
    oniregoc
    Participant

    Hi,

    for managing easily events i name them like this : “20150915 – some event”

    In events calendar pro to display the title shorter into widgets I use a custom code in : my-child-teme/tribe-events/pro/widgets/module/single-event.php

    <h2 class=”entry-title summary”>
    ” rel=”bookmark”><?php echo substr(the_title($before = ”, $after = ”, FALSE), 19) ;?>
    </h2>

    but I would like to make the titles appear the same in tooltip in the calendar…

    my-child-teme/tribe-events/month/tooltip.php in line 16

    <h4 class=”entry-title summary”>[[=title]]</h4>

    …but I don’t know how to handle : [[=title]] to obtaint same result…

    Any help…please

    #1003215
    George
    Participant

    Hey @oniregoc,

    Thanks for reaching out! I’d like to put out the disclaimer that we don’t officially offer support for customizations here, just to set expectations reasonably and stuff – but with this disclaimer out of the way, I’m happy to at least try and help here! 🙂

    One thing to note is that our forum’s code-stripping functions have mangled the code you posted here, so that it’s incomplete to us and I can’t quite read it in its entirety. I’m sorry about that – code-stripping is something our forum software does quite aggressively for security purposes.

    If possible, can you instead paste your full code into a Gist at http://gist.github.com and then share a link to that Gist here?

    I’ll take a closer look and offer up any advice that I can.

    Thanks!
    George

    #1004108
    oniregoc
    Participant

    hello,

    no the code is ok…it’s just part of …no needs to have it completly to understand. but never mind I did find an other way to do my page.

    Thanks

    #1004329
    George
    Participant

    Hey @oniregoc,

    Thank you for the update, I’m glad you found a way to achieve what you wanted here! If other questions, comments, or concerns arise, open a new thread here any time 🙂

    Cheers!
    George

    #1008934
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘[[=title]]’ is closed to new replies.