
-
AuthorPosts
-
July 5, 2017 at 4:55 am #816592
Hi site is https://mvrail.org.au
This is the js error in console:
Google Maps API error: RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error
Your site URL to be authorized: https://mvrail.org.au/
_.sb @ js?key=AIzaSyAidX34J-pkIHmOUFdVrt05MpzDHz-VZUk&ver=3:35I have created the google API key correctly and added it to the theme box options.
Please help?
July 5, 2017 at 11:53 am #816702Hey tf76,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardJuly 6, 2017 at 3:43 am #816996OK, thanks
July 6, 2017 at 7:21 am #817075Hi,
Thanks for that, I can see the same error on my end as well. Did you double check that you have added the URL of your site in this format? http://kriesi.at/*, I think that is the problem if you could check it.
You can refer to this step-by-step article if you should have any further problems: http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
Best regards,
RikardJuly 6, 2017 at 7:29 am #817080This is what I have:
*.mvrail.org.au/*
https://mvrail.org.au/*
http://mvrail.org.au/*July 8, 2017 at 1:47 pm #818150Hi tf76,
Try the upper without a dot.
*mvrail.org.au/*If you need further assistance please let us know.
Best regards,
VictoriaJuly 9, 2017 at 2:31 am #818321Still not working?
July 10, 2017 at 11:29 pm #819033Hi,
Cna you show us a screenshot of the google console?
Best regards,
BasilisJuly 11, 2017 at 5:37 am #819089July 11, 2017 at 1:22 pm #819326Hey!
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 :)
Best regards,
YigitJuly 11, 2017 at 1:35 pm #819338Thank you
July 11, 2017 at 1:50 pm #819343Hey!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Google maps not showing’ is closed to new replies.