Hello!
I’m getting this msg on the map of my VA
Oops! Something went wrong.
This page did not load Google Maps correctly. See the JavaScript console for technical details.
Hello!
I’m getting this msg on the map of my VA
Oops! Something went wrong.
This page did not load Google Maps correctly. See the JavaScript console for technical details.
Topic moved - please make sure to post in the correct part of the forums. Thanks.
2 hours ago, LeeCley2017 said:
Hello!
I’m getting this msg on the map of my VA
Oops! Something went wrong.
This page did not load Google Maps correctly. See the JavaScript console for technical details.
URL?
I’m guessing your site is http://bravirtual.com.br
You need to check your API key - looks like there is an extra space in the script that is causing the error. Either way, you should probably look at moving away from using the google API
correct is http://bravirtual.com.br
<script type=“text/javascript” src=“http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js”></script>
<script type=“text/javascript” src=“http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js”></script>
<script src=“https://maps.googleapis.com/maps/api/js?key= AIzaSyChWVFNRvRZ8NriIsFrzKtRdAGjn2UHCpU&callback=initMap” type=“text/javascript”></script>
<script type=“text/javascript” src=“<?php echo fileurl(‘lib/js/jquery.form.js’);?>”></script>
<script type=“text/javascript” src=“<?php echo fileurl(‘lib/js/phpvms.js’);?>”></script>
Yup, just as I said - you have an extra space in the script.
Look carefully ![]()
I did not identify the error.
Can you help me? I’m attaching the code!