• Resolved danbranigan

    (@danbranigan)


    I’ve created a Google Maps Javascript API and enabled maps in the setting and on each event but the maps aren’t showing up.

    http://digicatapult.staging.wpengine.com/event/digi-drop-in-easy/

    I’ve deactivated all other plugins, and tried the Twenty Sixteen theme but still no joy.

    I’ve checked the browser console and there is no warning message about the API, and in the Google API console dashboard there is traffic showing up for the requests.

    Any help appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter danbranigan

    (@danbranigan)

    Problem resolved. The plugin wasn’t parsing the map address correctly – I simplified the address and the map showed up. Weird because the address works fine on the actual Google Maps page.

    Hey @danbranigan,

    Glad to see you found a solution! Be sure to reach out in the future if you have questions. 🙂

    Best,

    Shelby

    Its not a problem with plugins but another js who load api by the theme.
    The solution is here, if you have created api key on google developer page and have installed Wp Google Maps Plugin, you can add that simple JS on footer or to any other page you want to load Google Maps.

    <script type=”text/javascript”
    src=”https://maps.googleapis.com/maps/api/js?key=PUT_YOUR_KEY_HERE&libraries=geometry,places”>
    </script>

    I just used Geometry and Places to load on Google Maps, bur you can add other options there.
    This JavaScript its not only for WordPress CMS but you can use it on other platforms either.

    Peace

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

The topic ‘Google Maps not showing even with API enabled’ is closed to new replies.