- This topic has 2 replies, 2 voices, and was last updated 14 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Large calendar – mouse over event lightbox missing data
I have a site with the large calendar as my front page.
When you place the mouse cursor over an event, the lightbox only displays the event name. How do I get it to display the location and time data as well?
Page is http://bellarinelivemusic.com
The full calendar just shows the title of the event because you defined it like that in the setting “Full calendar events format”. If you want to change that, change the setting from the default to eg.
<li>#_24HSTARTTIME: #_LINKEDNAME</li>
or
<li><a title="#_24HSTARTTIME: #_NAME (#_LOCATION)" href="#_EVENTPAGEURL">#_NAME</a></li>
You’re only limited by the html limits. For the moment #_NOTES is not possible though, because that might break the html standards.
For the #_LOCATION placeholder to work though, you need to replace dbem_calendar.php by this one:
http://plugins.svn.wordpress.org/events-manager-extended/trunk/dbem_calendar.php
That works perfectly. Many thanks for a great plugin.