Owl Slider turn off pause on hover

3 replies · opened Nov 22, 2021

JJuKaSiNov 22, 2021

Hi im trying now for days turning of the pause on hove on my slider.

I tried it with different settings one in the html code with data-hoverPause="false"


						
							[
![attachment](images/slider1.1.webp)
](#)
						
						
							[
![attachment](images/slider2.1.webp)
](#)
						
						
							[
![attachment](images/slider3.1.webp)
](#)
						
					
				

An other aproach was in the plugins.carousel.js file to change autoplayHoverPause: !0 and elAutoPlayHoverP = !0;

(e.Defaults = { autoplay: !1, autoplayTimeout: 5e3, autoplayHoverPause: !0, autoplaySpeed: !1, }),
this one i changed elAutoPlayHoverP to false too

if (!elAutoPlay) {
      elAutoPlay = false;
      elAutoPlayHoverP = false;
} else {
      elAutoPlayTime = Number(elAutoPlay);
      elAutoPlay = true;
    }

The slider still pause the autoplay on hover, would be happy if anyone can help me?

SSemicolon WebSTAFFNov 23, 2021

Hello,

Thanks for your Patience!

Currently, the Pause on hover functionality for the Owl Carousel does not exist and requires some JS Customizations. We have made the changes for you, so simply update the js/plugins.min.js File with the updated one attached to this reply.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

JJuKaSiNov 24, 2021

Thanks a lot its working. just p=1! :-)

Yes in deed i want to slow down the slider speed so how fast the slider slides from one side to the other

SSemicolon WebSTAFFNov 25, 2021

Hello,

You can simply use the data-speed="500" Attribute on the .carousel-widget Element.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard