Viewing 2 replies - 1 through 2 (of 2 total)
  • Brook

    (@brook-tribe)

    Howdy robotor,

    That’s totally doable. I would love to help you figure this out.

    Have a look at the Themer’s Guide. It walks you through modifying the PHP templates. Once familiar with that you will want to create two overrides, one for both of these files:

    • /the-events-calendar/src/views/month/tooltip.php
    • /the-events-calendar/src/views/month/single-event.php

    As you will note there is a pretty large tutorial on how to add data to the tooltip inside of single-event.php, starting at around line 30. Check that out for even more details.

    Cheers!
    – Brook

    fgoellner

    (@friederun-goellner)

    Sorry, I have exactly the same question and I checked all this already carefully. Trying to customizing this:

    $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 ); ?>

    What is the key name for “venue”?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add the venue to the Calendar tooltip popup’ is closed to new replies.