Month view "tooltip" repeats the event on each hover/mouseover
-
In month view, a mouseover of the event title results in the title and date being appended to the month view on that date.
Every mouse over this on the page…
<h3 class="tribe-events-month-event-title"><a href="/event/new-years-day/" class="url">New Year’s Day</a></h3>
… results in duplicate event info getting appended to that day’s table cell (snip of html that’s appended)…
/*>*//*<!--[CDATA[*/<div id="tribe-events-tooltip-68"class="tribe-events-tooltip"--><h4 class="entry-title summary">New Year's Day</h4><div class="tribe-events-event-body"><div class="tribe-event-duration"><abbr class="tribe-events-abbr tribe-event-date-start">January 1, 2016</abbr></div><span class="tribe-events-arrow"></span></div>
Tested on Mac Chrome and Safari – same thing. Any ideas?
- The topic ‘Month view "tooltip" repeats the event on each hover/mouseover’ is closed to new replies.