Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #659870

    Hi and thank you for a great theme.
    In Enfold you offer a Google Map element, and it worked out perfectly until now. We tried to add a new address, then fetched coordinates, but the coordinates did not appear. A error message in the source code in back end appears telling the service requires an API key. This was not necessary earlier – where do we enter the Google API key or is there another solution?

    We are running version 3.4.7

    Best Regards

    #659920

    Hey forde,

    Google changes different settings, so Kriesi is working for an update right now. Thanks for being patient. You can find a workaround here until the new update gets released:
    I solved it this way:
    1. I got my API Key: https://developers.google.com/maps/documentation/javascript/get-api-key#key
    2. I copied the footer.php into the child-theme and added the following code before the </body>-tag:

    <!--Google Maps JavaScript API -->
    <script src="https://maps.googleapis.com/maps/api/js?key=XXX"
     type="text/javascript"></script>
    

    Best regards,
    Andy

    #659922

    Ok, thank you!

    #659928

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problems with Google Maps – requires API key’ is closed to new replies.