Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
Jump to Article Category ... All Categories Engage (24) Crexis (19) Waxom (14) North (17) Qaro (12) Purity WordPress (14) Purity HTML (5) Renown (7) Spacing (9)
  Print

Google Maps Geocoding

Since July 2018, Google Maps Geocoding is no longer a free service. That's why using the location address in it's text form (i.e. "Paris, France") won't work in our theme by default anymore.

There are two ways around it:

1. Insert the location in the "lat,lng" format. To obtain those coordinates, you may use a simple service like:

https://www.latlong.net/convert-address-to-lat-long.html

For "Paris, France" it would be: 48.856613,2.352222

2. Enable the Geocoding API in the same project that you have the API key (used in Theme Options) in:

https://developers.google.com/maps/documentation/javascript/geocoding#GetStarted