Yes I’ve done that. The action seems to be sparadic. There are times when I’ve added the Google Maps Actions when I can see a map (sometimes I see it sometimes I don’t) but when I add the code the mapp disapears never to return.
Yes I’ve done that. The action seems to be sparadic. There are times when I’ve added the Google Maps Actions when I can see a map (sometimes I see it sometimes I don’t) but when I add the code the mapp disapears never to return.
Hi, I’m having a similar issue here. Since adding .htaccess files to the server for the HTTPS to be accessed, the Google Maps that were in place have now vanished. I am using the standard Google Maps action, with an API key in the api field. Does anyone know what could get the maps back again?
Check in your browser’s Developer Tools, in the Resources tab. See if any of the elements of your page, particularly scripts, are listed in red. The error I imagine you are seeing is related to referencing scripts from a foreign server (any server not your own) through a non-secure protocol (https) when in the context of an otherwise secure (https) page. You cannot load non-secure protocols in the middle of a secure page.
If thats the actual error, to fix it you’ll need to change your google maps script urls to https. I don’t know if there’s an option for that in the Google Maps Action, but that’s where I would make that change. Otherwise, you’ll have to do it manually using a text editor after publishing in Freeway and before uploading (through a third-party SFTP application) to your server. You’ll have to repeat this step each time you publish, because Freeway will overwrite the changes you make with the text editor.
Walter
On Sep 4, 2018, at 9:32 AM, Matt Covarr email@hidden wrote:
Hi, I’m having a similar issue here. Since adding .htaccess files to the server for the HTTPS to be accessed, the Google Maps that were in place have now vanished. I am using the standard Google Maps action, with an API key in the api field. Does anyone know what could get the maps back again?
Could I go back to the beginning? I’ve opened a Google account so that I can obtain an API key. Now I have an account I can’t for the life of me make out how to get the code. Could someone help please.