← Back to Modular Theme with PAGE BUILDER - Clear Support
every time a page loads i recieve "Geocode was not successful for the following reason: REQUEST_DENIED"
all plugins installed, no changes made
Elliot30468 said:
every time a page loads i recieve "Geocode was not successful for the following reason: REQUEST_DENIED"
all plugins installed, no changes made
Hello Elliot!!
This means that you haven't insert a Google map key for your Map Block. You have to insert your google map (you can take a key for free https://cloud.google.com/maps-platform/) to the map block to show your coordinates properly.
If you not need the map block at all you can just remove it from Pages plugin. Go to Pages, select home page and then blocks tab. Then go to the bottom on Map Block and remove it.
Let me know if that help you.
Last updated
Hi, I have the same problem and already have a API key. (tested and working) Where is the right place to insert this key on this theme?
ruicampos34001 said:
Hi, I have the same problem and already have a API key. (tested and working) Where is the right place to insert this key on this theme?
Hello!
You have to go to the Map block and you will see the field for google map key. You have to insert it and then save the page.
Charis said:
ruicampos34001 said:
Hi, I have the same problem and already have a API key. (tested and working) Where is the right place to insert this key on this theme?
Hello!
You have to go to the Map block and you will see the field for google map key. You have to insert it and then save the page.
I figured out how to get this running. Map block has the following line at bottom: script src="https://maps.googleapis.com/maps/api/js?key={{ data.section_map_key }}&libraries=places&sensor=false&language={{ data.section_map_language|lower }}®ion={{ data.section_map_region|upper }}&callback=initialize"></script
The {{ data.section_map_key }} need to be configured in index.htm content at sections[15][section_map_key] = " "
Its working now. Thanks.
Last updated
1-5 of 5