01/09/2019 at 11:26 am
#481230
Keymaster
Open the page in Chrome, hit the F12 key and then click the Console tab.
Here you will find errors relating to your Google Maps API key.
Currently the error is:
“Google Maps JavaScript API warning: NoApiKeys”
This means you have not setup your Google Maps API keys. For search radius to function, this needs to be setup. The reason is Google is used to geocode the zip code the user types in. Without the zip code being geocoded, it is not possible to do a radius search.
Here’s a link to a Google Maps API Keys tutorial:
https://connections-pro.com/documentation/create-google-maps-api-keys/
Hope this helps!