Google Map element give no coordinates after klick *and* no map after manuelly coordinates.
Hope you can help?! Thank you
Regards
Mike
Forgot “notify me” ;)
Hey!
We will release an update regarding the issue. Our devs are working on it. Here is a temporary solution for the Google maps
1. Please get your API Key: https://developers.google.com/maps/documentation/javascript/get-api-key#key
2. Then add following code to functions.php file of your child theme in Appearance > Editor
function gmaps_workaround(){
?>
<!--Google Maps JavaScript API -->
<script src="https://maps.googleapis.com/maps/api/js?key=XXX"
type="text/javascript"></script>
<?php
}
add_action('wp_footer', 'gmaps_workaround');
please make sure to replace XXX in the code with your key
Best regards,
Yigit
Hey Yigit,
thank you for your fast answer. Hope your devs will fixed soon, I will wait :)
Best regards
Mike