It’s most likely an issue with your theme, not WordPress. Can you provide a link to the page with the map?
I think my issue is related so I will post it here. I happen to be getting a JS error:
“Uncaught ReferenceError: google is not defined”
This is theme related because when I use Twenty Thirteen, the map displays correctly. I am using the Jump Start framework so there must be a conflict there.
Any thoughts on tracking this down? Enqueue order, duplicate loading of the Google Maps scripts?
Most likely the Maps JS is loaded twice on the page. I reached out the JumpStart author to see if we can get access to take a look. I’ll keep you updated.
I think my issue is related so I will post it here.
I am using Avada theme. Here is the page which isn’t display Map.
I will appreciate any opinion in this matter.
Cheers,
Viet
Thank you, webdevmattcrom.
@blkaka – please see the WordPress.org forum policy about tacking on to new threads. Please start a new topic for your question.
Hi @srumery
We’re digging into this a little more, but I have a bit of a workaround for you for now. Go into the plugin, to this file:
\includes\class-gmb-scripts.php
There you’ll see on line 173 the following:
$this->load_maps_api = false;
Comment that line out with // before it, or remove it completely.
This isn’t a permanent fix, but we hope to resolve it completely for the next release so you won’t have to worry about doing this again. Let me know how it goes. Thanks!