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

    Recently on the contact page of my wordpress theme, the watermark “For development purposes only” appears on the google map.

    I have an API key.

    How can I fix the problem?

    #1017688

    Hey Jonlinio,

    Sorry for the problem, 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,
    Rikard

    #1017778
    This reply has been marked as private.
    #1017779

    i got this yesterday too – allthough i have my billing information allready set for the api, they have to be renewed – because of some changings.
    After that all works as before.
    So accept and renew billing information on google

    If you got that error log with the retired version you can do this to child-theme functions.php til next Enfold update

    function avia_maps_version_number( $api_src ){
        $api_src['version'] = '3.34';
        return $api_src;
    }
    add_filter( 'avf_google_maps_source', 'avia_maps_version_number', 10, 1);
    #1017814

    Hi,

    Thanks you very much for sharing your findings @guenni007, could you try that out to see if it makes any difference on your site @jonlinio?

    Best regards,
    Rikard

    #1017853

    Hi Rikard & Hi Guenni

    yes the problem is solved by renewing again the billing informations on my google account – although with other wordpress templates I
    had never this issue in the last 3 weeks for others customer…

    so what it works now… thx for your Support Guenni :)

    Br, Patricia

    #1018135

    Hi Patricia,

    Great, glad you got it working and sorry for the problem. Thanks again @guenni007 for helping out :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.