after update wordpress 4.5 easy slider doesn’t works
i don’t see more the easy slider
can you help me?
thank you
micol
all images are not seen more after upgrade with wordpress 4.5 !!!
thank you
i have resolved whit
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’);
Hi!
Updating to latest version and clear cache / regenerate thumbnails is needed.
What you did is a quick way to move forward with a quick solution but might bring issues later on.
Best regards,
Basilis