Home › Forums › General Issues › Google Map API Key Required › Reply To: Google Map API Key Required
For now i think this is the only fix.
Please go to
https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key
– get a Google API Key
– make sure the Google Maps Api’s are enabled:
Google Maps Directions API
Google Maps Distance Matrix API
Google Maps Elevation API
Google Maps Geocoding API
Google Maps JavaScript API
Google Places API Web Service
Google Static Maps API
– Copy the generated API key
–Open the acf-input.min.js file located in the plugins folder of your WordPress-install (full path: /wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-input.min.js)
– find sensor=false&libraries=places and replace both instances with key=XXX&libraries=places (replace XXX with your own API key)
(Add key in all occurrences of “sensor=false&libraries=places” )
Thank you
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.