Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #817586

    Hi I’ve created dozens of google API keys for numerous different sites, but for some reason the following site is not working.

    I have deleted everything, and replied for key following step by step tutorial instructions to no avail.

    can you please have a look http://www.etonplace.com.au/#contact

    #818046

    Hey karmenka,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #818507

    Thanks details privately provided

    #818806

    Hi karmenka,

    Maybe there is a limitation on how many keys you can register from one account?
    https://developers.google.com/maps/documentation/javascript/usage
    https://stackoverflow.com/questions/10533850/multiple-api-keys

    Maybe they exceed API usage limits?

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

    #819058

    I registered API key from the clients own google account, and this is still happening. There is no way this is a usage issue there are no other keys in this account.

    #819324

    Hey!

    You had following code in Functions.php file of your child theme

    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');

    I removed it and it helped. Please review your website :)

    Regards,
    Yigit

    #820363

    sorry my bad, didn’t check. thanks.

    #820502

    Hi,

    No problem, glad we finally found the cause. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.