Plugin Contributor
Brian
(@brianjessee)
And to add to this that last error is from a change to Google and to quote ekelareva:
The Google Maps APIs require an API key for new domains as of today. See announcement: http://googlegeodevelopers.blogspot.com.au/2016/06/building-for-scale-updates-to-google.html
We added this guide yesterday to setting up the API Key to provide more instructions on it:
https://theeventscalendar.com/knowledgebase/setting-up-your-google-maps-api-key/
Plugin Contributor
Brian
(@brianjessee)
Hi There,
We had a customer report this worked for them when all else failed:
So, I created a new API key (for the third time), and the only change I made was to add _two_ URLs to the Google Maps javascript API key authorization list:
domain.org (without wildcards) and *.domain.org/* (with wildcards)
Not sure why that is the case, but something else to try.
Cheers