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

    Hi there,

    I’ve read the post, and still cannot get images in my slider to show after upgrading to WP 4.5

    Adding this:

    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 my functions.php file fixes the issue, but then gives me an error at the WP login page.

    I’ve tried deactivating all other plugins, but that doesn’t fix the issue either.

    Currently i’ve left that in the functions.php file so the site looks ok. But id like to have this sorted as its only occured since wordpress updated.

    Thanks in advance.

    • This topic was modified 9 years, 1 month ago by nathgrech.
    #639711

    Hey nathgrech,

    I have removed the script from functions.php and the site looks good on my end. You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    #639719

    Hi Vinay,

    Thanks for the reply, but its not working.

    I’ve tried multiple devices and browsers and the images on the home page slider are still not showing?

    Nathan

    #639728

    Hi!

    Can you post a screenshot of your view?

    Regards,
    Josue

    #639734

    All good mate,

    I downloaded a plugin called “jQuery updater” installed it and the issue was fixed.

    It must have been an outdated version of jQuery i guess?

    #639738

    Yeah that could be, glad it’s works now.

    Best regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘I've read the post, and still cannot get images in my slider to show.’ is closed to new replies.