Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    just to confirm, in the sample link above did you already added placeholder #_LOCATIONMAP ?

    Thread Starter danbru

    (@danbru)

    Yes I did. You can see the map is loading in the DOM, but then it mysteriously disappears.

    Here’s some of my code in the single event format.

    <div class="event-map-wrapper">
      {has_location}
        #_LOCATIONMAP
      {/has_location}
    </div>
    • This reply was modified 7 years, 1 month ago by danbru.
    • This reply was modified 7 years, 1 month ago by danbru.

    Hi danbru

    You need to set an actual height for the map on the single event page (eg 400px instead of 100%).

    The reason it works on your Updates page is that the other columns set the height of that section so it uses all of the available height. At present on your event page, it is 100% of 0 as there’s no content there apart from the map.

    Gerry
    Another customer, not support.

    It’s possible this is a conflict caused by your theme or another plugin. To check if it is, can you test with all other plugins deactivated and while running the default WordPress theme?

    Thread Starter danbru

    (@danbru)

    Gerry, you nailed it! I missed that entirely… Thank you for checking it out!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Map not visible on single event’ is closed to new replies.