Responsive Full Width Background Slider - Our slider's animation doesn't look like in preview
Error
Slider has problems while the Responsive Full Width Background Slider plugin is turned on.
Solution
The Responsive Full Width Background Slider plugin modify jQuery's animate function, which is a commonly used function, and that makes our slides disappear. That plugin doesn't really need this jQuery animate → CSS3 conversation, so you should modify this file:
wp-content/plugins/responsive-full-width-background-slider/rfwbs.php
Comment out this around line 40.:
wp_enqueue_script('rfwbs-animate', plugins_url('js/jquery.animate-enhanced.min.js', __FILE__ ),array('jquery'),'',1 );
Like this:
//wp_enqueue_script('rfwbs-animate', plugins_url('js/jquery.animate-enhanced.min.js', __FILE__ ),array('jquery'),'',1 );