• Is there any way to eliminate the “stop” feature of the slider on cursor focus? What I’m finding is that when the image takes up most of the page, if the cursor accidentally falls inside the image (slider), they never see the other images on the slider. Since they can always return via two other controls, I’d like to remove the “cursor stop” feature.

Viewing 1 replies (of 1 total)
  • Hi there!
    I had the same problem and was trying to find a solution on the internet. Having found none, I tried to work it out myslef. It was much easier than I thought. 🙂

    Open the file “nivo-slider.js”.
    It’s in the folder “web/wp-content/themes/tempera/js/”
    Find this line: “pauseOnHover:true”
    and
    change it to: “pauseOnHover:false”

    That’s it. Works like a charm.

Viewing 1 replies (of 1 total)

The topic ‘Slider movement on cursor placement’ is closed to new replies.