New home › Forums › Gold Add-on › Troubleshooting › Map not showing
- This topic has 22 replies, 1 voice, and was last updated 3 months, 2 weeks ago by geverwills.
-
AuthorPosts
-
October 16, 2017 at 3:05 pm #31265PerryModerator
Hi there,
Thanks for getting in touch, sorry to hear you’re having issues with the plugin.
Could you please link me to the page in question so I can investigate further?
Kind regards
– PerryOctober 16, 2017 at 3:12 pm #31266judjayMemberHere is the link, http://aotm-travel.com/?page_id=486
October 16, 2017 at 3:27 pm #31267PerryModeratorHi there,
This is usually a symptom of the Google Maps API being included multiple times.
Could you please try the “do not load Google Maps API” under Maps -> Settings, or switch to a different theme temporarily or trying disabling other plugins to diagnose the issue?
If it’s permissible for me to get FTP access to the site, I’d be more than happy to fix the problem in situ for you by removing the mutiple API calls.
Kind regards
October 16, 2017 at 3:36 pm #31272judjayMemberThis reply has been marked as private.October 16, 2017 at 3:42 pm #31273judjayMemberThis reply has been marked as private.October 16, 2017 at 5:10 pm #31274judjayMemberHello, I still couldn’t get the map to work, any advice?
October 17, 2017 at 10:29 am #31298PerryModeratorHi there,
I’m afraid I couldn’t access the site with those credentials, could you please advise?
Kind regards
– PerrySeptember 30, 2020 at 8:31 am #60953geverwillsParticipant[quote quote=27665]A Parser-blocking, cross site (i.e. different eTLD+1) script,[/quote]
According to Google Developers article, you can:
Use asynchronous script loading, using <script src=”…” async> or element.appendChild(),
It is better don’t use document.write for CDN, here is workaround:
var script = document.createElement('script'); script.src = "...."; document.head.appendChild(script);
http://net-informations.com/jq/intro/cdn.htm
- This reply was modified 3 months, 2 weeks ago by geverwills.
- This reply was modified 3 months, 2 weeks ago by geverwills.
-
AuthorPosts
- You must be logged in to reply to this topic.