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?
Hey EN_rolwalca,
Best regards,
Basilis
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?
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
OK, works now after updating.
Thank You.
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