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?
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
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);
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
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
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