Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #613268

    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

    #613284

    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

    #613567

    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

    #614346

    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

    #614351

    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

    #614364

    Hi!

    Has it resolved already – https://kriesi.at/support/topic/accordian-not-working/#post-614357? :)

    Regards,
    Yigit

    #614371

    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

    #614375

    Hey!

    You are welcome Sarah, glad we could help!
    Captain is the last one to leave the ship. We will after everyone else does :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Full-width slider images and google maps not appearing after 4.5 update’ is closed to new replies.