Before you ask please READ THIS

Map issues and contact page questions

Hi

Look bellow at my attached pictures what happens with the google maps background on contact page.

First of all, a little bit of maps is loaded and displayed correctly for maximum 1 second then i get error with "OOPS"

you can check it out on www.antimetil.ro/contact

Another question, how can i edit the contact form?

first the map is loaded .. sort of
image
then fails
image



Please help me! :D
Screen Shot 2016-07-21 at 16.45.24.png
2560 x 1440 - 768K
Screen Shot 2016-07-21 at 16.45.20.png
2560 x 1440 - 588K

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    Contact form can be edited in: beach_apollo\advance\utilities.php line around 422 function a13_contact_form




    For map it looks like google needs now API key for this map to work for every client

    So first go to https://developers.google.com/maps/documentation/javascript/get-api-key and click "Get a Key"
    When you will generate key for browser you have to add it like this:

    Go edit beach_apollo\contact.php line ~41

    and change <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>

    to <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
    Change YOUR_API_KEY to your key.

    It worked for me.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion