Hi Brook,
I have this line of code
<abbr class=”tribe-events-abbr”> [[=VenueCity]]</abbr>
inserted in the script. But it does not work. Have an idea?
Thanks and regards
Andrej
<script type=”text/html” id=”tribe_tmpl_tooltip”>
<div id=”tribe-events-tooltip-[[=eventId]]” class=”tribe-events-tooltip”>
<h4 class=”entry-title summary”>[[=title]]</h4>
<div class=”tribe-events-event-body”>
<div class=”duration”>
<abbr class=”tribe-events-abbr updated published dtstart”>[[=startTime]] </abbr>
[[ if(endTime.length) { ]]
-<abbr class=”tribe-events-abbr dtend”> [[=endTime]]</abbr>
[[ } ]]
<abbr class=”tribe-events-abbr”> [[=VenueCity]]</abbr>
</div>
[[ if(imageTooltipSrc.length) { ]]
<div class=”tribe-events-event-thumb”>
![[[=title]]]([[=imageTooltipSrc]])
</div>
[[ } ]]
[[ if(excerpt.length) { ]]
<p class=”entry-summary description”>[[=raw excerpt]]</p>
[[ } ]]
<span class=”tribe-events-arrow”></span>
</div>
</div>
</script>