HI there,
It appears that something in the autoupdate to WordPress 4.5 completely broke our site.
Full-width slider images and animations not appearing
Google maps not showing on our contact page
Icon list not showing over color section on one of our pages
I just updated the theme. Is there anything else I need to do?
Thank you!
Sarah
UPDATE:
It appears that there is something with the animations that broke the sight. I have removed/replaced all animations for the time being.
The Google maps not appearing is still an issue.
Thank you! I know you guys are working hard on this. I look forward to everything working perfectly soon. :)
Best,
Sarah
Hi Sarah,
Please try adding the following to your functions.php file:
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');
Thanks,
Rikard
Hello Rikard,
I added the script to the functions.php file and now our site is unusable and won’t open at all!
Please advise asap.
Thank you,
Sarah
OK I was able to edit it using FTP and removed that script. The site works again.
Where should I be placing this code snippet in the functions.php file?
Thanks!
Sarah
Hi!
Has it resolved already – https://kriesi.at/support/topic/accordian-not-working/#post-614357? :)
Regards,
Yigit
Hello Yigit,
Everything is working perfectly now. Thank you SO much for your fast help. I hope you are all able to breathe easy tonight!
Sarah