javascript - Map Not Loading in Strange Situations -
One site: www.michelesgranola.com, the store store is not always loaded.
If you go directly to the page, then it has the tendency to load:
However if you enter the square on the page through the "Search for a store" button, So it usually does not load.
He said, sometimes it will load and sometimes it will not happen.
How to make a suggestion about solving it?
Thank you! >
https: // - To link you to use https: // protocol on your home page The link must be set - it currently points to the page using the http: // protocol.
If you open your Javascript console while loading that page (using http: //) you will see this message:
do not load XMLHttpRequest Https://www.michelesgranola.com/wp/?sm-xml-search=1&lat=39.2904028&lng=-76.â↓|76.61218930000001&query_type = All & amp; Border = 0 & amp; Address = & amp; City = & amp; State = & amp; Pid = 14; Zip = & amp; Origin is not permitted by entry-control-permission-origin of http://www.michelesgranola.com Map is trying to load data from file using an https source And the built-in security of the browser is not allowing you to do this when you are at a http domain
Comments
Post a Comment