Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #622212

    For some reason the “content slider” images are not showing. This happened all of a sudden the other day. Can someone please help? I have included private info below. The content slider is on the home page.

    #623159

    This is all set. I added the following code to the 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’);

    #623174

    Hey!

    Thanks for getting in touch with us!

    I visited your site and the slider was showing on the homepage, as you can see in my screenshot in the Private Content Section. Please clear your browser’s cache and refresh your page again.

    Let me know if that helps.

    Regards,
    Jordan

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