Events Made Easy Forums How do I … Large calendar – mouse over event lightbox missing data

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42019
    Anonymous
    Inactive

    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

    #44337
    Franky
    Keymaster

    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

    #44338
    Anonymous
    Inactive

    That works perfectly. Many thanks for a great plugin.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top