Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Solution to Google Maps key-issues #662199

    @tobiy

    Yes.

    in reply to: Solution to Google Maps key-issues #662072

    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.

    • This reply was modified 8 years, 3 months ago by bitnissen.
    in reply to: Google Maps #661493

    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/

    • This reply was modified 8 years, 3 months ago by bitnissen. Reason: moved to separate post
    in reply to: Google Maps Not Showing #661489

    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/

    • This reply was modified 8 years, 3 months ago by bitnissen. Reason: moved to separate post
Viewing 4 posts - 1 through 4 (of 4 total)