• When searching/filtering events and using the map view, the map only seems to show location details with no information about the events at those locations. Is it possible to customise the map info window to include events at each location that match current search criteria?

    Alternatively, is there a javascript hook/event that gets called with the search result data which I could then use to create a map myself. (This would actually be ideal because I would like to display a map alongside the event list, rather than toggling between map view and list view)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Go to Events > Settings then click on the Formatting tab and then enable “Super Advanced Mode”. Then scoll down and click on the Maps section. There you will find the Global map balloon format. Change this format from this:

    #_LOCATIONADDRESS, #_LOCATIONTOWN<br/>

    To this:

    #_LOCATIONADDRESS, #_LOCATIONTOWN<br/>
    <br/>
    <strong>Upcoming Events:</strong>
    <ul>
    #_LOCATIONNEXTEVENTS
    </ul>

    Then click on the Save Changes button. After this you will see a list of events at that location in the map info window.

    Here’s a tutorial on modifying the map: https://wp-events-plugin.com/documentation/tutorials/modifying-event-location-google-maps/

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.