Support

Account

Home Forums Backend Issues (wp-admin) Google Map not displaying on WP backend Reply To: Google Map not displaying on WP backend

  • @dollhauss
    Have you activated the google api?
    https://developers.google.com/maps/documentation/javascript/get-api-key
    Create a api key, add your page url http://domain.com/* and https://domain.com/*

    Activate this api in the library:
    Geocoding, Geolocation, Maps javascript, and Places api.

    This should solve your problem.