- This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- The forum ‘JavaScript’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › JavaScript › Slider won't stop sliding by hover on a slide
Here is the probelm:
“http://www.cardoholdings.com/www.cardoholdings.com/?page_id=119”
Than go to “Team” Menu item
I want to stop the slider progress by hover on a slide.
Can someone do that?
Thx
It depends on the technique you’re using for the slider. I see too many scripts on your page to figure it out, but for example I see a reference to flexslider. Flexslider has an option for pausing on hover. So look at the options that the plugin you’re using has to offer.
Thx
Is it possible by css/Javascript somehow?
You can do it with javascript probably by calling the options that the slider has to offer. You can’t do this with CSS.
But going another way than just use the options of the plugin will make it harder to do. Why not use the documentation of the slider?
I saw the slider you are using revolution slider
has an option onHoverStop
, so you should be able to set that option to true
.
So look for the documentation of the slider, maybe here: https://www.themepunch.com/revslider-doc/general-settings/
Following
We have the same problem on our http://findbestvacuums.com site.
The same issue for https://www.bestadvisers.co.uk/handheld-game-consoles
Neither site has this issue. Link dumpers. Perhaps not even plural.
I got it, thank you so much for your help, friend.