Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @ryandadwi,

    Thanks for getting in touch! It sounds like our Themer’s Guide might be just the ticket for what you’re looking to do. You’ll find info and instructions here on our plugin template files and how to customize them as needed to achieve the effects you’re seeking–I’d encourage you to give it a good look over and do some experimenting with what’s there! ??

    I hope that helps! Let me know if you should have any other questions!

    Thread Starter RyandaDwi

    (@ryandadwi)

    Oh I gave up .

    I dont understand about showing the custom field.
    So I have one custom field called “award”

    1. Where should I put this code?

    $additional_data = array();
    $string = get_post_meta( get_the_ID(), 'hello_meta' ); // this string can be anything
    $additional_data['hello'] = $string;
    echo tribe_events_template_data( $post, $additional_data ); ?>

    2. And should I use [[=award]] in tooltip.php?

    Thank you for your time.

    Thread Starter RyandaDwi

    (@ryandadwi)

    I couldn’t use html tag still…

    if i changed [[=raw excerpt]] into excerpt or [[=excerpt]] , it won’t show anything.

    Hey @ryandadwi,

    Just wanted to chime in here to let you know that we are fairly limited in how much we can support custom development questions like this. That said, we’re certainly happy to help point you in the right direction, if we can!

    While this isn’t exactly going to do the trick, here is a snippet that provides an example of how you could use a filter to include your custom field data into the tooltip.

    Similarly, here is a (slightly dated) example of how to override the month/tooltip.php template to display additional data in the tooltip.

    I hope these help get you started!
    Geoff

    Thread Starter RyandaDwi

    (@ryandadwi)

    I still can’t get the description. In my case now, I would like to get the date and then put it into my microdata (schema.org/events).

    One of my friend put his microdata on this plugin, but I can’t ask him. So I should figure out how to take event date to be used for microdata

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Description on tooltip always stripe tags – Want to put link on description’ is closed to new replies.