Showing 1 – 1 of 1 replies
Rorf33

Google Maps API warning: NoApiKeys […]

Rorf33 PURCHASED
7 years ago
"Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys" util.js:208:12

"Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required"

These are the error messages again, even the original folder that you provide does not work. It seems like I need to create a Google API and insert it somewhere, but I am not sure where I would do this at. No one else is having the same issue? The folder doesn't work locally either, something is wrong with the google map.

It wouldn't be a problem, however the RSVP form will not function without the map....
3wm
3wm SELLER
7 years ago
You need to remove the relevant google map js:

In index.html remove the following:
<!--//Google map related JS -->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script type="text/javascript" src="assets/plugins/gmaps/gmaps.js"></script>

In main.js remove the code between:
/* ======= Google Map ======= */
code to be removed...
/* ======= Packery ======= */