-
AuthorPosts
-
June 23, 2017 at 2:36 am #811911
Hi,
I have this site http://justinhaynes.com.au/ and we have a google maps on the bottom, it doesn’t load the google map properly.
Already tried to disable all the plugins, update all of them. Same issue.
I have google maps API key in enfold and still not helping
Can you please help? Thanks!
June 23, 2017 at 3:17 am #811918Hey Geoffdoyle,
Please try to get a new API key, and enter it. I know your key should work, but this has fixed the issue for some people :)Best regards,
MikeJune 23, 2017 at 5:21 am #811944Hi Mike,
I changed the key but still no luck. What else could I try?
Thanks
June 23, 2017 at 11:27 am #812048Hi !
Same problem as the others.
Enfold latest version and WordPress 4.8
Google API key for Google Maps Javascript not working…
javascript console says : Google Maps API error: ApiNotActivatedMapError
But, once, during several tests around key validation, new key and so on, I got this error message : api key desactivated by a script on the page.
Which script, how solve this
Thanks for your helpJune 23, 2017 at 5:22 pm #812182Hi Support,
Same problem here.
Wordpress 4.8, Enfold theme 4.0.7Please advise!
Thanks
AnnaJune 23, 2017 at 5:58 pm #812219Hi Everyone,
I had google map fix codes in the functions.php for previous fix. After I commented out those codes, the map works. I also re-generated and entered the new API key.
———————
function ava_googlemaps_apikey() {
$prefix = is_ssl() ? “https” : “http”;
wp_deregister_script(‘avia-google-maps-api’);
wp_register_script( ‘avia-google-maps-api’, $prefix.’://maps.google.com/maps/api/js?key=AIzaSyAidX34J-pkIHmOUFdVrt05MpzDHz-VZUk’, array(‘jquery’), ‘3’, true);
wp_enqueue_script(‘avia-google-maps-api’);
}
add_action(‘init’, ‘ava_googlemaps_apikey’);
———————–Hope that helps!
AnnaJune 23, 2017 at 6:20 pm #812229Thanks Anna,
Unfortunately I’m still not able to get this going. ‘First of all, I’ve done this before for Enfold and had zero issues. Another build updated to 4.8 and it’s looking fine.
After following the tutorial from the Google Services menu in Enfold, and trying out all three project naming conventions, all I get is this error:An error occurredX
It seems that your Google API key is not configured correctlyThe key is probably either restricted to the wrong domain or the domain syntax you entered is wrong.
Please check your API key here
The domain that should be allowed is
Anna, I appreciate the code but it doesn’t change anything for us. Do I need to register ownership of the domain in Google Search Console–that could be an issue right now and it’s not something I had to do in the past.
June 23, 2017 at 6:37 pm #812235I dug a little deeper into differences between the site of mine (with 4.8) that’s working and the site that isn’t is this:
The one that’s working has an auto-generated extension (that is not the project ID#, I have no idea where it came from):Project ID (that’s working)
name-1234567891011 (random 13 digit number)Project ID (that isn’t )
name (no 13 digit number set)June 23, 2017 at 8:37 pm #812308Hi raisonbrands,
For your API key error – I tested on my new website, you do need to verify the ownership of the domain in Google Search Console. The Alternate methods – HTML file upload should be pretty easy.
Good luck!
AnnaJune 24, 2017 at 12:01 am #812347I am having the same issue, added the API key, Did the console verification, and no luck, also did the domain verification.
June 24, 2017 at 1:32 pm #812443Hi, same issue here:
I disabled all existing API keys, added a new one, used domain verification. When trying to enter the address for the map again still the message: “It seems that your Google API key is not configured correctly. The key is probably either restricted to the wrong domain or the domain syntax you entered is wrong”. Please HELP!
Regards,
Andrej- This reply was modified 7 years, 4 months ago by Andrej.
June 25, 2017 at 2:30 pm #812679Hi Geoffdoyle,
Here is the text of the error you’re getting
Here is the docs, there are actions proposed there:
https://developers.google.com/maps/documentation/javascript/error-messages?hl=enIf you need further assistance please let us know.
Best regards,
VictoriaJune 25, 2017 at 2:32 pm #812682Hi Anna,
Thank you for sharing! :)
Best regards,
VictoriaJune 25, 2017 at 2:33 pm #812683Hi visaliaweb,
I see the maps are loading fine, without errors, did you get it resolved?
Best regards,
VictoriaJune 25, 2017 at 2:33 pm #812684Hi Andrej,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaJune 25, 2017 at 3:00 pm #812689Hi Victoria,
I don’t solve my problem,
A new key, a google html page uploaded for the onwnership of the domain, all seems to be validated, but I still have the same error:”ApiNotActivatedMapError”
I give you the link to the site, perhaps you can help me : http://berliozpianos.fr/contact/Oxyde31
June 25, 2017 at 6:50 pm #812770Hi Oxyde31,
Did you enable the Google Maps JavaScript API under APIs in the Google API Console?
https://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-errorBest regards,
VictoriaJune 26, 2017 at 2:06 am #812858Hi Victoria,
On dashboard I have “google maps embed API” activated
On credential I notice the site URL
I don’t understand where is the mistakeJune 26, 2017 at 8:46 am #812917Hi Victoria,
I can’t find how to change what you asked. BTW I have the same API key on other websites and it is working fine.
Thanks
Kyran
June 26, 2017 at 11:42 am #812991Hi Kyran,
Maybe, you have to many sites using it, or you get many views and they want you to switch to a different plan?
Best regards,
Victoria- This reply was modified 7 years, 4 months ago by Victoria.
June 27, 2017 at 4:38 pm #813509Has anyone actually solved this problem yet?
Seems like most of the Google-side recommendations haven’t done the trick for most of the people with problems, which indicates that it’s an Enfold issue. For our situation at the moment, the client is struggling to get us back end access, which makes verification an issue. Which is a headscratcher as we’ve needed to do that before anyhow.
The only difference between this site and several others that require the API but still work fine is the version of Enfold, the one that doesn’t work is starting with 4.0.7, the rest have upgraded to it.
June 28, 2017 at 9:13 am #813716#812684
Hi Victoria,
See below the requested data in the private content.
regards,
AndrejJune 29, 2017 at 6:02 am #814234Hi,
The Google Maps JavaScript API in your API project was not activated properly.
Error:
maps.googleapis.com/maps/api/js?v=3.27&callback=aviaOnGoogleMapsLoaded&key=AIzaSyADmoBR9Y11U6yLp4kVfXp8m1ZCkXCPPpY:37 Google Maps API error: ApiNotActivatedMapError https://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-error
Please refer to the following documentation for more info.
// http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
Best regards,
IsmaelJune 29, 2017 at 10:44 pm #814726Hi Ismael,
I tried everything according the documentation, but no results :-(. I can send you a Word document with the results of all steps. Is there a possibility to send you an attachment? `
Best regards,
LorensJune 30, 2017 at 3:58 pm #815019Hi Lorens,
I am seeing a map on your website. After all these issues it seems to me that it takes a few hours for the changes in Google console to take place. Don’t know that for a fact, just an observation.
If you need further assistance please let us know.
Best regards,
VictoriaJune 30, 2017 at 6:25 pm #815105Hi Victoria,
Well, I don’t see a map. Be aware that I am talking about wp.iskolahaz.nl on the page “Ligging”, so not about the live website http://www.iskolahaz.nl.
Best regards,
Lorens KnapJuly 3, 2017 at 6:10 am #815738Hi Victoria,
I have tried using a completely new API and still no luck. Can you please provide me some answers.
Thanks
Kyran
July 3, 2017 at 12:51 pm #815854Hi!
I’m trying to insert a Google Map in a web I’m developing .
This is the error message:
“It seems that your Google API key is not configured correctly
The key is probably either restricted to the wrong domain or the domain syntax you entered is wrong.
Please check your API key here
The domain that should be allowed is:
http://xxxxxxxxxxxxxx/*”After several tests trying to solve this, I put the API key unrestricted. It still not working
July 5, 2017 at 6:25 am #816632Hi,
t seems that your Google API key is not configured correctly
The key is probably either restricted to the wrong domain or the domain syntax you entered is wrong.
Please check your API key here
The domain that should be allowed is:Did you set an http referrer?
// http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
Best regards,
IsmaelJuly 5, 2017 at 10:17 am #816674Hi Ismael,
Can I please get some assistance. I started this thread and nobody has been able to help me.
I have gone through and set up a new google api key correctly and the error is still occuring. I am also having the issue on this site: http://joannagianniotis.com.au/recent-sales/
Your help is appreciated.
Thanks
Kyran
-
AuthorPosts
- The topic ‘Google Maps Not Working’ is closed to new replies.