If you see this notification at your contact page, please follow the following steps on how to resolve it.
- Step 1: Open your theme's edit code window and search for 'contact' in your source code. Usually it will return the file 'page.contact.liquid' in folder 'Templates'. That's is the file we need to fix.
- Step 2: Open the file 'page.contact.liquid' and look for the following line of code:
<script src="//maps.googleapis.com/maps/api/js?key=......"></script>
- Step 3: Replace the dots part with the following Google API Key: AIzaSyCmqy8wIh9KCnj_WKXqaskSCM-AUpXd01Q
Or you can try to create a key of your own at: https://developers.google.com/maps/documentation/javascript/get-api-key
- Step 4: Save it and you should be good to go.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article