Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
When Viewers on my site scroll up and down (x axis) on mobile over the Carrousel the page will not scroll and the carousel activates the (y axis) scrolling.
I want something like netflix where only the (y) is active and (x) lets you scroll the whole page.
I tried All types of CSS code and still can’t get it working.
I need help have dead line dec 1st.
I don’t know jscript yet but quick learn.
Would this help “”assign a touch event to images you don’t want to be able to scroll with and then lock the scrollbar.””
$(‘img’).bind(‘touchmove’, function(e){e.preventDefault()})
Hi Jhinkemeyer,
Do you have a public URL where we can take a look at what’s going on? I ask as we recently disabled the x-axis to avoid this sort of issue so I’m not too sure why the carousel still carousel.
To answer your follow up question, that should work, but it’s a tad too vague and may affect other things that you don’t want to effect.