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

    Hi
    After upgrading WP to 4.5, post slider is not pulling in images. Please advise asap.
    Url http://goo.gl/DZ1Qmc

    My Enfold version is
    You are using Version 3.4.7.

    • This topic was modified 8 years, 8 months ago by galwaylinkup.
    #618360

    Hey galwaylinkup!

    You are currently using an older version of the theme. Please update Enfold to the latest version 3.5.3 – 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

    Cheers!
    Yigit

    #618361

    Hi. Let me know when you can look into it. I will put an image for there for now.
    Thanks

    #618374

    Hey!

    I can check it now

    Cheers!
    Yigit

    #618377

    Ok. I have replaced the main image with post slider

    #618382

    Hey!

    You are still using an older version of the theme. You should update the theme to solve the issue :)
    3
    Regards,
    Yigit

    #618390

    I cant update as it will break other things.
    Can we fixed it with the current version?

    #618401

    Hi!

    You can try adding following code to the bottom of Functions.php file in Appearance > Editor

    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');

    Update should not break anything :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.