• Resolved jfbeaulieu

    (@jfbeaulieu)


    Hi,
    Everything works fine on my side except for the Google Map. I have created a Google Map API Key and put it into the setting. When I’m creating an event, I don’t see the map, in the backend and frontend.

    This is how looks the Google Map section in the back-end :

    Screenshot

    Any idea what can cause this?

    Thank you,

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author magepeopleteam

    (@magepeopleteam)

    Can you please make sure your google billing information is correct ?
    sometime it may causes issue.

    thanks

    The issue is with the plugin’s Google Maps integration. In the mep_event_meta.php file, the following code needs to be included in the initMap function in order to initialize properly, and is currently outside of it.
    google.maps.event.addDomListener(window, "load", initMap);

    Simply moving this code up two lines so that it is inside the initMap function resolves the issue.

    Have the same problem, but moving
    google.maps.event.addDomListener(window, "load", initMap); up two lines (into the function) made no difference! Maps are still not working..

    I also have a valid API, valid billing info on GMP and I can’t get the maps to work with that line of code in either position.

    Is Google maps enabled in the free version?

    Deleted repeat post

    • This reply was modified 6 years, 1 month ago by joncon62.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Google Map not working even with a good API key’ is closed to new replies.