-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When disabling Scrollify page doesn't scroll at all #303
Comments
That’s odd, I never seen that behaviour. Both the things you’ve tried should work fine. |
Had the same issue. I removed "scrollbars: true" from my options and it works. |
I had the same issue. I removed "scrollbars: false" and it now works. |
I'm also experiencing the same issue. Have y'all just settled on having the scrollbar show in order to work around this @dynainteractive @meta4creations ? |
@mmoga-uf Sorry, I don't recall what I did or what project I used this on. |
Hey guys, it's been a while since you started this topic but I think you got the answer I'm looking for ! This is the code I used : <script> $(function() { $.scrollify({ section : ".section-scrollify", interstitialSection : "footer", }); }); </script>I've tried to add lines with $.scrollify.disable(); mentioning screen width and things like Like I said I'm pretty shitty at coding so I can't figure it out thank you |
@Marin-polish I have applied this logic but scrolling is not working at all in chrome and firefox, here are the details #399 |
@simonszalai can you please share the solution if you found one. |
I am working on a project in Webflow, and for some reasons I need to disable scrollify on mobile. I tried setting touchScroll: false or calling $.scrollify.disable(); with a page width condition, but the page instead of scrolling normally, stopped scrolling at all. Am I getting something wrong?
I am using jQuery v3.3.1.
The text was updated successfully, but these errors were encountered: