After having changed contact details in "contacts" the menu contacts only displays the Google map but no contact form.
First the contact form is first visible and is then overlapped by the google map.
<div class="gk-map-contact header"><div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8"> </div></div>
<div class="gk-map-contact header"></div>
teitbite wrote:Hi
The script which supposed to add this layer is not recognising the line to add it to, but I've just noticed that adding it manually like this:
- Code: Select all
<div class="gk-map-contact header"><div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8"> </div></div>
works. So this may be a fast solution while programmers fix the script.
teitbite wrote:Hi
It was working when I left You website last time. I do not know what is going on here ;/ I've send a question to programmers for help. I will let You know as soon as I learn something about it.