Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Part of site not responding to touch scroll Reply To: Part of site not responding to touch scroll

#185869
jamygolden
Member

Paulie_D is correct. I’m not having the issue you are referring to on the moviefone website, however I do see it on proposalenvy.

The slider has disabled touch scrolling on itself to allow for previous/next slide swiping. Unfortunately this functionality disallows up/down scrolling too. Try setting touchMove to false.

$('.el').slick({
    touchMove: false
})

If that doesn’t solve the issue you should try using another slider.