Closed hreilly closed 5 years ago
Worked on infowindow issue, discovered that defining "var infoWindow" fixed the reference error. However, the close() call isn't working, so I've disabled them again. Also needs to be restyled.
Triggered when you click a marker without having defined var infoWindow;
Added Google Maps API ACF hook to theme functions (maps now function on admin)
I'm going to tentatively close this as I can't find any additional references to Bixly's Google Maps API key
The Google transition to paid API calls happened in the middle of development. This means that a good portion of our maps are dependent on Bixly's API key, which no longer functions for us. Consequently, we need to replace all instances of their key with ours.
This also means we need to create our own popups on the locations markers as they are now broken.(Nothing to do with API, seems to be a problem with how the script was written) I believe this currently has minimal impact on the end user.