Viewing 2 replies - 1 through 2 (of 2 total)
  • Me too. Any help with “pause on hover” would be appreciated.

    asd_wp

    (@asd_wordpress)

    In your responsive-slider.js make sure to replace existing code with this
    rsjqu(window).load(function() {
    /* Flex Slider. */
    rsjqu(‘.flexslider’).flexslider( {
    animation: $slidereffect,
    slideshowSpeed: $sliderdelay,
    animationDuration: $sliderduration,
    slideshow: $sliderstart,
    pauseOnHover:true,
    } );
    });

    enjoy…….:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pause on Hover and Resume when not Hovering’ is closed to new replies.