-
AuthorPosts
-
July 7, 2017 at 4:54 am #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
July 8, 2017 at 4:34 am #818046Hey 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,
RikardJuly 10, 2017 at 3:31 am #818507Thanks details privately provided
July 10, 2017 at 3:30 pm #818806Hi 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-keysMaybe they exceed API usage limits?
If you need further assistance please let us know.
Best regards,
VictoriaJuly 11, 2017 at 2:27 am #819058I 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.
July 11, 2017 at 1:21 pm #819324Hey!
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,
YigitJuly 13, 2017 at 7:07 am #820363sorry my bad, didn’t check. thanks.
July 13, 2017 at 12:44 pm #820502 -
AuthorPosts
- You must be logged in to reply to this topic.
