-
AuthorPosts
-
September 11, 2014 at 3:16 pm #317430
Hi
I am getting the this popup issue after upgrading. Its a fresh install no plugins installed. Latest wordpress and enfold
‘Google has disabled use of the Maps API for this application. See the Terms of Service for more information: http://www.google.co.uk/intl/en-GB_US/help/terms_maps.html.’
Both in the front end and the admin nearly every page in the admin
September 12, 2014 at 3:43 am #317784Hey!
I’ll report this issue, in the meantime try adding this at the very end of your theme / child theme functions.php file:
add_filter('avia_google_maps_widget_load_api', '__return_false');
Cheers!
JosueSeptember 12, 2014 at 4:39 pm #318186This reply has been marked as private.September 12, 2014 at 7:39 pm #318299Hey Fiachra!
Maybe the root of the issue is the domain, perhaps Google API is rejecting it because of that. What domain do you have in the other install?
Cheers!
JosueSeptember 17, 2014 at 5:36 pm #320625I too seem to have this problem. This is what Firebug says:
You have included the Google Maps API multiple times on this page. This may cause unexpected errors. jo()main.js (regel 56) a = true main.js()main.js (regel 57) a = [0.009999999776482582, [[["http://mt0.googleapis.co...74000000&src=api&hl=nl&", "http://mt1.googleapis.co...74000000&src=api&hl=nl&"], null, null, 4 meer...], [["http://khm0.googleapis.com/kh?v=158&hl=nl&", "http://khm1.googleapis.com/kh?v=158&hl=nl&"], null, null, 4 meer...], [["http://mt0.googleapis.co...74000000&src=api&hl=nl&", "http://mt1.googleapis.co...74000000&src=api&hl=nl&"], null, null, 4 meer...], 12 meer...], ["nl", "US", null, 9 meer...], 25 meer...] b = 1410968108683 google.maps.Load()js?sens...e&ver=3 (regel 19) apiLoad = function(a, b) main.js()main.js (regel 57) main.js()main.js (regel 59) error source line: ...%26%74%6F%6B%65%6E%3D");return function(d){d=d[wb](eo,"%27");var e=d+c;fo||(fo=/...
Some of my plugins stop functioning correctly because of this. Unfortunately, your suggestion to add to functions.php did not work for me.
- This reply was modified 10 years, 2 months ago by DavyE.
September 18, 2014 at 6:03 am #320903Hey!
Thank you for the info.
Please try the solution on this thread: https://kriesi.at/support/topic/google-maps-api-multiple-times-in-backend/
Regards,
IsmaelSeptember 18, 2014 at 9:11 am #321004Thank you very much, Ismael! That seems to have fixed it for me as well.
-
AuthorPosts
- The topic ‘google maps api giving error after update’ is closed to new replies.