pabsttheater / pabstetix

Issue Tracking for pabsttheater.org
0 stars 0 forks source link

Google Maps are not loading #31

Closed sarandi closed 6 years ago

sarandi commented 6 years ago

All related google suite/api statuses are green; I checked CSS to ensure there wasn't a display: none; or visibility: none; etc. overriding the display. maps.google.com is also working fine. Code is present in our Info Sections, but none of them display the embedded iframe maps:

test url: https://pabsttheater.org/event/estastonne2018/ image

sarandi commented 6 years ago

This was due to most maps using http protocol which - because Google uses stricter CORS specifications - conflicts with our site's current switch to https.

To future-proof this I changed the map protocols to be the resource agnostic, i.e. //www.google.com/maps/embed?pb=etc instead of https://www.google.com/maps/embed?pb=etc