Home › Forums › Calendar Products › Events Calendar PRO › [[=title]]
- This topic has 4 replies, 3 voices, and was last updated 10 years, 7 months ago by
Support Droid.
-
AuthorPosts
-
September 8, 2015 at 10:13 am #1002986
oniregoc
ParticipantHi,
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
September 9, 2015 at 6:55 am #1003215George
ParticipantHey @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!
GeorgeSeptember 11, 2015 at 1:39 am #1004108oniregoc
Participanthello,
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
September 11, 2015 at 9:27 am #1004329George
ParticipantHey @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!
GeorgeSeptember 26, 2015 at 7:05 am #1008934Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘[[=title]]’ is closed to new replies.
