0
votes

We use Slider Revolution v 5.x on our website. The issue is that we cannot navigate to the bottom of our site using the mouse wheel if the mouse pointer is over the slider. The interaction of the mouse with the slider is useful but in our case with the full-screen slider, it will force the user to use the keyboard or click on the thin scrollbar to navigate inner the page. My question is where can we disable this functionality of Rev Slider? We are lost in all of these options that Rev Slider allow. Thank you in advance. :)

2

2 Answers

0
votes

Add this to your Revolution slider options

{
....
  navigation: {
...
      keyboardNavigation: "off",//enable or disable keybored navigation
      mouseScrollNavigation: "off", //enable or disable mouse scroll navigation
....
  },
...
}
0
votes

You can disable the mouse interaction with the slider by the following setting of Slider Revolution. See the Image Attached Click-to-View-Screen-Shot-Of-Setting