DMXzone Google Maps 2 Support Product Page

Google Maps not showing following installation of SSL certificate?

Reported 02 Mar 2018 17:35:26
1
has this problem
02 Mar 2018 17:35:26 Nathon Jones posted:
Since we installed an SSL certificate on our website, our DMXzone Google Maps integration has stopped working?
How do we resolve this?

www.tradmusic.com/Newton-Stewart-Dumfries-Galloway.php
www.tradmusic.com/accommodation-Newton-Stewart.php
www.tradmusic.com/sponsors-partners-credits.php

Thank you.
NJ

Replies

Replied 02 Mar 2018 17:53:55
02 Mar 2018 17:53:55 Nathon Jones replied:
Had to change this:

<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=INSERT_KEY_HERE"></script>



..to this...

<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=INSERT_KEY_HERE"></script>



Sorted. I believe that the extension will overwrite this though so I'll just have to double check it when making changes, until such time as this is fixed anyway.

Thank you.
NJ
Replied 02 Mar 2018 18:27:11
02 Mar 2018 18:27:11 Nathon Jones replied:
Ok, so the map is displaying but Firefox is reporting that the "Connection is Not Secure", "Parts of this page are not secure (such as images)".

This is only affecting pages that have DMXzone Google Maps installed.
Replied 03 Mar 2018 10:35:03
03 Mar 2018 10:35:03 Teodor Kuduschiev replied:
Hello Nathon,
You see this warning as the script looks for the map markers png files using a non-https link.
All you need to do is to just open the ScriptLibrary/dmxGoogleMaps.js file and using find and replace option in DW just look for: "" and replace with ""

Reply to this topic