Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #654854

    hello,

    i just stard my 5th website with your wonderfull theme !

    For the first time i met a pb with the display of googlemap widget in footer :
    first the map appeared and then i have a greybox with the following message :
    “Oops! Something went wrong.
    This page didn’t load Google Maps correctly. See the JavaScript console for technical details.”

    Thank you in adavance for your help
    stanislas

    #654870

    Hey sdesign-web,

    There is a solution here for the google maps problem until Kriesi releases a fix for it. 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

    #654876

    Thank you Andy,

    well as i am not comfort with code, i just want to understand why this problem appears only with this new enfold site : on the 4 others ( all in version 3.61 ) googlemap widget is working fine ?

    #654893

    …/…
    i have noticed also that it is the same for the avia googlemap media : didn’t work no more !

    I have also made tests on all my others enfold web site ( all upgrade on version 3.61 ) and it works fine with any adress ?

    #654909

    Hi!

    That issue is because Google has changed their API and we have not pushed an update yet.
    The solution Andy provides, is something easy and quick to add on the footer file and it will make sure everything is working as should.

    If you can not do it, then please be patience will Kriesi releases a new version.

    Thanks a lot

    Regards,
    Basilis

    #654928

    hi Basilis, thank you i will do so.

    Do you think the release from Kiesi to fix this pb will come soon ?

    regards

    Stanislas

    #655051

    This may be a dumb question, how do I get the Theme Footer (footer.php) to show up in the Child theme?

    I would rather make the change there.

    Thank you.

    #655667

    Hi,

    I think the update will come soon.


    @Micheal0424

    Did you try to copy your footer.php into your child theme directory? However, I don’t thinks it’s necessary, as you could do it inside the originally footer.php, cause it gets overwritten with the new update anyway.

    Best regards,
    Andy

    #657310

    I am not sure how to copy anything into the child directory. I am also interested in adding the header.php.

    So would it be beneficial to add them to the child theme directory so I can make changes that won’t get overwritten?

    How do I add header.php and footer.php to the child theme directory?

    Thank you.

    #657476

    Hi,

    You can simply copy header.php from your Enfold folder into your child theme folder.

    Best regards,
    Andy

    #657780

    Okay, thank you.

    #657948

    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 12 posts - 1 through 12 (of 12 total)
  • The topic ‘problem with display of googlemap widget in footer’ is closed to new replies.