Viewing 30 posts - 1 through 30 (of 48 total)
  • Author
    Posts
  • #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!

    #811918

    Hey 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,
    Mike

    #811944

    Hi Mike,

    I changed the key but still no luck. What else could I try?

    Thanks

    #812048

    Hi !
    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 help

    #812182

    Hi Support,

    Same problem here.
    Wordpress 4.8, Enfold theme 4.0.7

    Please advise!

    Thanks
    Anna

    #812219

    Hi 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!
    Anna

    #812229

    Thanks 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 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

    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.

    #812235

    I 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)

    #812308

    Hi 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!
    Anna

    #812347

    I am having the same issue, added the API key, Did the console verification, and no luck, also did the domain verification.

    http://lions4a2.org

    #812443

    Hi, 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 6 years, 10 months ago by Andrej.
    #812679

    Hi Geoffdoyle,

    Here is the text of the error you’re getting

    View post on imgur.com


    Here is the docs, there are actions proposed there:
    https://developers.google.com/maps/documentation/javascript/error-messages?hl=en

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #812682

    Hi Anna,

    Thank you for sharing! :)

    Best regards,
    Victoria

    #812683

    Hi visaliaweb,

    I see the maps are loading fine, without errors, did you get it resolved?

    Best regards,
    Victoria

    #812684

    Hi Andrej,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #812689

    Hi 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

    #812770

    Hi 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-error

    Best regards,
    Victoria

    #812858

    Hi Victoria,
    On dashboard I have “google maps embed API” activated
    On credential I notice the site URL
    I don’t understand where is the mistake

    #812917

    Hi 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

    #812991

    Hi 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 6 years, 9 months ago by Victoria.
    #813509

    Has 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.

    #813716

    #812684
    Hi Victoria,
    See below the requested data in the private content.
    regards,
    Andrej

    #814234

    Hi,

    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
    

    // 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,
    Ismael

    #814726

    Hi 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,
    Lorens

    #815019

    Hi 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,
    Victoria

    #815105

    Hi 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 Knap

    #815738

    Hi Victoria,

    I have tried using a completely new API and still no luck. Can you please provide me some answers.

    Thanks

    Kyran

    #815854

    Hi!

    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

    #816632

    Hi,

    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,
    Ismael

    #816674

    Hi 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

Viewing 30 posts - 1 through 30 (of 48 total)
  • The topic ‘Google Maps Not Working’ is closed to new replies.