Okay
  Public Ticket #429129
Continuous auto-rotation nectar slider
Closed

Comments

  • Alice started the conversation

    Hi there,

    sorry, it's me again - there are a lot of questions coming up at the moment ...

    I have realized that once I've clicked a side-arrow to the next (or previous) slide the auto-rotation stops. Is it somehow possible to keep the auto-rotation going even if the user has clicked thru the slides? I think it's too static all of a sudden then and would prefer the nectar slider to do what it normally does: slide ;-)

    thanx ever so much ...
    *a.

  •  1,070
    ThemeNectar replied

    Hey! In your nectar-slider.js file remove this section:

    $(\'#\'+slider.attr(\'id\') + \' a.slider-prev, #\'+slider.attr(\'id\') + \' a.slider-next, #\' + slider.attr(\'id\') + \' .slider-pagination span\').click(function(e){ 
    			if(typeof e.clientY != \'undefined\'){
    				clearInterval(autoplay[$(\'#\'+slider.attr(\'id\')).attr(\'autoplay-id\')]); 
    
                    //class for directional
                    if( $(\'#\'+slider.attr(\'id\')).parent().hasClass(\'parallax_slider_outer\') && $(\'#\'+slider.attr(\'id\')).attr(\'data-overall_style\') == \'directional\' ) {
                         $(\'#\'+slider.attr(\'id\')).parent().addClass(\'user-stopped\');
                    }
    			}
    		});
    
  • Alice replied

    THANK YOU VERY MUCH :-)

    works perfectly!
    *alice.

  •  11
    fedegbatista replied

    Hi, 

    Would it possible to achieve something similar with the owl carousel?. When I have the autorotate on, there is still a small pause between each rotation. I'd like to have it continuously moving. 

    Thanks in advance




  •  8,839
    Tahir replied

    @fedegbatista ,

    Try adjusting the "Column/Image Animation Easing" in the Salient Theme Options Panel -> General Settings -> Functionality and check.

    Thanks


    ThemeNectar Support Team