Revolution Slider

1 reply · opened Mar 7, 2022

Uuwe64Mar 7, 2022

Hi
how can I hide the thumbs and arrows on mobile devices in the Revolution Slider? I did already turn the settings "on" but nothing happens:

hideThumbsOnMobile:"on",
hideNavDelayOnMobile:1500,
hideBulletsOnMobile:"off",
hideArrowsOnMobile:"on",
hideThumbsUnderResolution:0,

This is the page: https://www.blyton-abenteuer.de

Thanks for any help.
Uwe

SSemicolon WebSTAFFMar 9, 2022

Hello,

Apologies for the inconveniences caused!

Please consider using the Latest Settings for the Responsive Visibility for the Arrows/Thumbs as mentioned here: https://www.themepunch.com/revsliderjquery-doc/navigation-syntax/ . Example:
[ch_pre type="js"]navigation: {
arrows: {
hide_onmobile: true,
hide_under: 640,
hide_over: 9999,
},
thumbnails: {
hide_onmobile: true,
hide_under: 640,
hide_over: 9999,
}
}[/ch_pre]

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