Viewing 2 replies - 1 through 2 (of 2 total)
  • I see the message “Map Unavailable” occurs when the longitude and latitude values are both 0. I found the following thread where a workaround was found:

    https://ww.wp.xz.cn/support/topic/google-maps-locations-a-workaround-fix/

    I don’t know if that workaround is still valid.

    You could modify the location.php templates so the longitude and latitude fields are not hidden. Create the directory wp-content/plugin-templates/events-manager/forms/event and then copy wp-content/plugins/events-manager/templates/forms/event/location.php to that directory then modify this line:

    <div id="location_coordinates" style='display: none;'>

    To this:

    <div id="location_coordinates">

    Then make sure the longitude and latitude are correct. I think the javascript is supposed to fill in these fields but if that doesn’t work, it will not display the map.

    Thread Starter madeyoulook

    (@madeyoulook)

    thank you 🙂 it works!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Map Unavailable’ is closed to new replies.