severe problem with the contact us section

GK User
Wed Aug 24, 2016 5:59 am
please check the location section, once the site loads, the contact form appears and then disappears as well as the map shows and disappear.
http://www.la-mill.com
your assistance is highly appreciated
Thank you in advance
User avatar
Fresh Boarder

teitbite
Fri Aug 26, 2016 8:47 am
Hi

Please start with an update to template and contact plugin. Contact plugin can be found in rest_files package to this template. Than make sure to change map code to:

Code: Select all
<div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8" data-key="API_KEY">


where API_KEY is an api generated on google page. That's a new requirement from google and main reason why map stopped working.
User avatar
Moderator

teitbite
Wed Aug 31, 2016 9:43 am
Hi

I just saw a PM from You. Was the above post helpful or do You still need me to look into it. Have You tried the solution proposed?
User avatar
Moderator

GK User
Wed Oct 12, 2016 4:32 pm
Hi,
We've followed your instructions and added our Google Maps API key, but map is still not showing in Joomla 3.6.2. There was no problem with it in Joomla 3.5.1 Is there any other place where we have to add this API key?
User avatar
Junior Boarder

teitbite
Thu Oct 13, 2016 4:28 pm
Hi

That's strange. Joomla version should have nothing to do with it. It's just a piece of HTML code. Please tell me the url to the page You will be able to see this problem.
User avatar
Moderator

GK User
Fri Oct 14, 2016 1:32 pm
Hello,

i have the same Problem. Can you tell me please where i have to add the google api key for the Map at the contact module?

Thanks
Mario
User avatar
Fresh Boarder

teitbite
Sat Oct 15, 2016 6:21 pm
Hi

It's not in contact plugin, but in custom html module called "Location__Contact us right now!__" published in bottom6 module position. First line of code, but please remember that You may need to disable using editor in user settings since not all joomla editors supports html5 and code may be removed.

Code: Select all
<div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8" data-key="API_KEY">
User avatar
Moderator


cron