- Posts: 25
- Thank you received: 1
Hot Maps not loading properly.
-
louisellul
Inactive member - Topic Author
- Member
Less
More
7 years 9 months ago #47004
by louisellul
Hot Maps not loading properly. was created by louisellul
Hi there. I have hot started this template and the module with Hot Maps in it won't load. It comes up with the error message attached. The website in question is yournextcarfinder.com.au.
Thanks in advance.
Dan
Thanks in advance.
Dan
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
7 years 9 months ago #47005
by milos
Replied by milos on topic Hot Maps not loading properly.
Hello,
From June 2016, Google is requesting API key for showing their maps on websites. Please read this guide and learn how to get an API key for your website, update Hot Maps module and enter API key in the module parameters.
www.hotjoomlatemplates.com/blog/376-google-maps-api-key
Regards,
Milos
From June 2016, Google is requesting API key for showing their maps on websites. Please read this guide and learn how to get an API key for your website, update Hot Maps module and enter API key in the module parameters.
www.hotjoomlatemplates.com/blog/376-google-maps-api-key
Regards,
Milos
Please Log in to join the conversation.
-
louisellul
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 1
7 years 9 months ago #47010
by louisellul
Replied by louisellul on topic Hot Maps not loading properly.
Thanks. I will take a look.
Please Log in to join the conversation.
-
louisellul
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 1
7 years 9 months ago #47011
by louisellul
Replied by louisellul on topic Hot Maps not loading properly.
OK, so I got the API key and entered it and that has got it to load. However, it's added some padding above it that wasn't there before and I can't find where to change this. Also, it's throwing out a warning:
util.js:210 Google Maps API warning: SignedInNotSupported developers.google.com/maps/documentation...ned-in-not-supported .
After some investigation, it looks like enabling sign-in maps won't be supported for much longer, but I can't find anywhere to disable this. Is it a part of the HotMaps? Sorry, I'm clearly confused by all this!
Dan
util.js:210 Google Maps API warning: SignedInNotSupported developers.google.com/maps/documentation...ned-in-not-supported .
After some investigation, it looks like enabling sign-in maps won't be supported for much longer, but I can't find anywhere to disable this. Is it a part of the HotMaps? Sorry, I'm clearly confused by all this!
Dan
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
7 years 9 months ago #47012
by milos
Replied by milos on topic Hot Maps not loading properly.
To fix this warning, edit file /modules/mod_hot_maps/html/default.php and change this line:
to this:
For the padding issue, I need link of your site.
Regards,
Milos
Code:
<script src="https://maps.googleapis.com/maps/api/js?<?php if($apikey) { echo "key=".$apikey."&"; } ?>signed_in=true&callback=initMap" async defer></script>
to this:
Code:
<script src="https://maps.googleapis.com/maps/api/js?<?php if($apikey) { echo "key=".$apikey."&"; } ?>callback=initMap" async defer></script>
For the padding issue, I need link of your site.
Regards,
Milos
Please Log in to join the conversation.
-
louisellul
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 1
7 years 9 months ago #47013
by louisellul
Replied by louisellul on topic Hot Maps not loading properly.
Please Log in to join the conversation.
Time to create page: 0.163 seconds