@tobiy
Yes.
Hey Tobiy,
If my solution didn’t work, then try add this as well to the functions.php:
if (!is_admin()) {
add_filter('avia_google_maps_widget_load_api', '__return_false', 999);
}
It seems that in some cases, the enqueing of the google maps without the proper key, still occurs. The above has fixed it for me in the instance where I experienced it as well.
Solved it! I’ve created a solution for this issue. Please look hére for a copy-paste solution, which solves both the frontend and backend issues, by enabling support for the browser keys from Google, making the maps-integration work again:
https://kriesi.at/support/topic/solution-to-google-maps-key-issues/
Dear all,
I have been banging my head against the wall like the rest of you because of this issue. So I decided to take things into my own hands and have created a patch.
Please have a look here for the solution:
https://kriesi.at/support/topic/solution-to-google-maps-key-issues/