Hi Geoff, Thanks for the answer.
I tried the following in single-event.php
added
$venue = array();
$getvenue = tribe_get_venue();
$venue[‘venue’] = $getvenue;
at lines 23-25
added tribe_events_template_data( $post, $venue ); right before ?> line 191, removed echo as it is printing on the calendar
changed the line in tooltip.php to <p>Venue :: [[=venue]]</p>
Now the hover tooltip stopped working, tried with add/del venue line.
Thanks
Thanks