DMXzone Google Maps 2 Support Product Page
Solved
Google maps disapears
Reported 21 Nov 2016 13:53:29
2
have this problem
21 Nov 2016 13:53:29 Leon Boczkowski posted:
Brilliant. Thank you George. Perhaps you can help me with another issue. I added a map home.mitoinsulation.com/completed_projects.php
and
home.mitoinsulation.com/completed_projects_grp_by_state.php
my Parallex Slider and it seems to work fine when customers are going to the sites. The maps can be clearly seen. Recently I have lost the ability to see the maps within Dreamweaver and my browser. I have searched to find out how this is happening but cannot. Can you help with this?
Replies
Replied 22 Nov 2016 11:31:25
22 Nov 2016 11:31:25 Teodor Kuduschiev replied:
Hello Leon,
This happens on the version of your site, because the link to google maps api is using and you are not allowed to load http// includes on a website.
You can change the following include:
<script type="text/javascript" src="maps.google.com/maps/api/js?key=AIzaSyCvhCDvioU-sUc0O0lhTDwD6-C3IdVQw-g"></script>
to
<script type="text/javascript" src="//maps.google.com/maps/api/js?key=AIzaSyCvhCDvioU-sUc0O0lhTDwD6-C3IdVQw-g"></script>
And see if this fixes your issue.
This happens on the version of your site, because the link to google maps api is using and you are not allowed to load http// includes on a website.
You can change the following include:
<script type="text/javascript" src="maps.google.com/maps/api/js?key=AIzaSyCvhCDvioU-sUc0O0lhTDwD6-C3IdVQw-g"></script>
to
<script type="text/javascript" src="//maps.google.com/maps/api/js?key=AIzaSyCvhCDvioU-sUc0O0lhTDwD6-C3IdVQw-g"></script>
And see if this fixes your issue.
Replied 22 Nov 2016 13:09:37
22 Nov 2016 13:09:37 Leon Boczkowski replied:
Thank you so much
Replied 22 Nov 2016 13:10:20
22 Nov 2016 13:10:20 Leon Boczkowski replied:
This has worked.
Replied 28 Nov 2016 12:45:01
28 Nov 2016 12:45:01 manuel pinto replied:
I have this page but the map is not loading: www.naffguerra.com/
Replied 29 Nov 2016 12:41:29
29 Nov 2016 12:41:29 manuel pinto replied:
Just got it!