@syccylinders,
It’s look like You are using javascript file for google map that have parameter “?sensor=true”.
ex:
<script language="javascript" src="https://maps.googleapis.com/maps/api/js?sensor=true&v=3"></script>
so try:
<script language="javascript" src="https://maps.googleapis.com/maps/api/js?v=3"></script>
Error Description:
The sensor parameter is no longer required for the Google Maps JavaScript API. It won’t prevent the Google Maps JavaScript API from working correctly, but we recommend that you remove the sensor parameter from the script element.
Thread Starter
Laura
(@syccylinders)
Yes, where I edit this line on wordpress? Which is the path of file on WordPress ?
Thread Starter
Laura
(@syccylinders)
Hi!!
Finally I solved by this way:
On the file /wp-content/plugins/easy2map/includes/Easy2Map.php
Substitue Line 19 for this:
$src_Easy2MapAPI = "https://maps.googleapis.com/maps/api/js?v=3";
@wbcomdesigns thanks anyway ;D