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.
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’);
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