Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #628688

    Hallo zusammen,
    Nach dem Update auf 4.5 hatte ich Probleme mit Slidern etc. Funktionierte alles wieder nach der Änderungen in der functions.php (function modify_jquery…) bis auf das Google Maps Widget im Footer.
    Was kann ich tun damit es wieder angezeigt wird?

    #628694

    Hey EN_rolwalca,

    Best regards,
    Basilis

    #629949

    Ok, in english:
    the site http://www.bergmann-lappe.de has problems with the google maps Widget.
    After updating wordpress 4.5 I had some Problems with Sliders and [all] that.
    Then I added

    function modify_jquery() {
    if (!is_admin()) {
            wp_deregister_script('jquery');
            wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
            wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    to the functions.php and all was fine.
    Except the google maps Widget.

    What I can do?

    • This reply was modified 8 years, 6 months ago by EN_rolwalca.
    #629953

    Hi!

    You are currently using an older version of the theme. Please update Enfold to the latest version 3.5.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    #630593

    OK, works now after updating.
    Thank You.

    #630614

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Probleme mit google Maps Widget’ is closed to new replies.