Slider revolution - paint brush addon -> not scrolling on mobile

2 replies · opened Jan 24, 2019

MMichalMockoMJan 24, 2019

Hello, I am struggling with setting up paint brush addon for mobile devices. I have applied media queries for revolution.addon.paintbrush.css what resulted in disabling the "brush" effect on media size less than 768px, but I can't find settings for enabling the scrolling. I am not using visual composer and I do everything within Adobe Dreamweaver.

Is there any simple "switch" for enabling user to scroll over the slider?

MMichalMockoMJan 24, 2019

Any ideas?

SSemicolon WebSTAFFJan 31, 2019

Hello,

Please find the following code in the rs-demo-premium-paintbrush.html Template:

RevSliderPaintBrush(tpj, revapi143);

and replace it with:

if( !SEMICOLON.isMobile.any() ) { RevSliderPaintBrush(tpj, revapi143); }

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