Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #886472

    Hey,

    I am using this plugin https://wordpress.org/plugins/mappress-google-maps-for-wordpress/
    on http://www.hotelladdict.se

    and I get this message all the time
    Google Api
    but I haven’t added any API under Google Services in the child theme and not in any other plugin.

    Any idea what I can do to not get the pop-up message?

    Thanks
    Charlotte

    #886626

    Hey Charlotte,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #886628

    Hey Victoria,

    Thanks.. here it comes

    #886767

    Hi Charlotte,

    In this case, you might want to consider writing to the plugin author.

    Best regards,
    Victoria

    #890461

    Hi Victoria.

    I remember now that I received help from Yigit regarding the same plugin a year ago that I used for another site and he was able to help me with this code and he didn’t need to login to solve it!

    Added to the functions.php file

    add_action(‘wp_footer’, ‘av_custom_iframe_height’);

    add_filter(‘avf_load_google_map_api’, ‘disable_google_map_api’, 10, 1);

    function disable_google_map_api($load_google_map_api) {
    $load_google_map_api = false;
    return $load_google_map_api;
    }

    Cheers
    Charlotte

    #891344

    Hi Charlotte :)

    Wanted to take a look but login credentials did not work for me. Could you please check the logins once again?

    Best regards,
    Yigit

    #891364

    Thanks Yigit. It is already solved,

    Best regards
    Charlotte

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Google Api Problem’ is closed to new replies.