Google Map Thumbnail Not Displaying
-
Hi there
I have 2 copies of my site – staging and production. They are running theme53578, a child theme of Cherry v 3.1.5.
On the production site, on each event page, I see the error msg “Oops! Something went wrong. This page didn’t load Google Maps correctly. See the JavaScript console for technical details.” I can still click on the error msg and it brings up the correct map. Staging displays the map thumbnail properly. I’ve tested this in both Firefox and Chrome – same results.
I know that Google Maps started requiring an API key on June 22, 2016
I have the same Google Browser API specified for both sites. The staging site existing prior to June 22 so I suspect that the API key is not properly implemented in either install. I have it entered in the proper field under General Settings and my feed has Show Maps set to YES on both sites.
Production: agentlestretch.com
Staging: a1f.3ae.myftpupload.com
In firebug I see that both staging and production are loading the script gmaps.js:
timely.define([“ai1ec_config”],function(e){var t=e.language,n=e.google_maps_api_key,r=”async!https://maps.googleapis.com/maps/api/js?language=”+t;return””!=n&&(r=r+”&key=”+n),function(e){typeof google==”object”&&typeof google.maps==”object”?e():timely.require([r],e)}});
Any thoughts on why this might be happening? Any assistance would be greatly appreciated! Thank you!
- The topic ‘Google Map Thumbnail Not Displaying’ is closed to new replies.