bycrawford Posted October 14, 2020 Posted October 14, 2020 Hey guys, I want to create a snap scroll effect on my website. I'm using 7.1 - I know Brine works but need to adapt it to 7.1! Happy to use JS, CSS, etc. Whatever it takes. Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How to scale your income as a Squarespace designer: Watch the video 📱 Hire me to build your Squarespace website: Book a call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need.
bycrawford Posted October 15, 2020 Author Posted October 15, 2020 Bump! Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How to scale your income as a Squarespace designer: Watch the video 📱 Hire me to build your Squarespace website: Book a call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need.
tuanphan Posted October 16, 2020 Posted October 16, 2020 What snap? Can you post an example site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
rwp Posted October 16, 2020 Posted October 16, 2020 Check my code pen stuff for "section snap". Link in my signature.
bycrawford Posted October 16, 2020 Author Posted October 16, 2020 3 minutes ago, rwp said: Check my code pen stuff for "section snap". Link in my signature. Thanks Ryan! Does this work for 7.1? Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How to scale your income as a Squarespace designer: Watch the video 📱 Hire me to build your Squarespace website: Book a call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need.
bycrawford Posted October 16, 2020 Author Posted October 16, 2020 2 hours ago, tuanphan said: What snap? Can you post an example site? https://alvarotrigo.com/fullPage/examples/responsive.html#firstPage thanks! Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How to scale your income as a Squarespace designer: Watch the video 📱 Hire me to build your Squarespace website: Book a call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need.
rwp Posted October 16, 2020 Posted October 16, 2020 (edited) 32 minutes ago, bycrawford said: Thanks Ryan! Does this work for 7.1? Yes it does. Though, looking at your example, you are looking for anchor links, which I also have a code for. Edited October 16, 2020 by rwp
ctd Posted January 6, 2021 Posted January 6, 2021 On 10/16/2020 at 10:47 PM, rwp said: Check my code pen stuff for "section snap". Link in my signature. Hi Ryan, I cant seem to find the link in your signature - can you put it in a message here?
BridgetKelley Posted January 7, 2021 Posted January 7, 2021 18 hours ago, ctd said: Hi Ryan, I cant seem to find the link in your signature - can you put it in a message here? Looking for this as well!
bycrawford Posted May 16, 2021 Author Posted May 16, 2021 On 5/13/2021 at 9:46 PM, Jase_studio said: Was this solved? After the same thing.... No it was never solved. Quite annoying! Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How to scale your income as a Squarespace designer: Watch the video 📱 Hire me to build your Squarespace website: Book a call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need.
slicedcheese Posted June 3, 2021 Posted June 3, 2021 Add this to header custom code and make all your sections large on the pages <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.19/jquery.scrollify.min.js"></script> <script> $(function() { $.scrollify({ section : ".page-section", }); }); </script> AleenaBWell 1
bycrawford Posted June 4, 2021 Author Posted June 4, 2021 On 6/3/2021 at 10:56 AM, slicedcheese said: Add this to header custom code and make all your sections large on the pages <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.19/jquery.scrollify.min.js"></script> <script> $(function() { $.scrollify({ section : ".page-section", }); }); </script> Wow - thank you!! Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How to scale your income as a Squarespace designer: Watch the video 📱 Hire me to build your Squarespace website: Book a call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need.
SomethingMoreDesign Posted August 31, 2022 Posted August 31, 2022 @slicedcheese Is there a way to target just one page? JustDoNick and robfeltrin 2
AleenaBWell Posted September 2, 2022 Posted September 2, 2022 On 6/3/2021 at 5:56 AM, slicedcheese said: Add this to header custom code and make all your sections large on the pages <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.19/jquery.scrollify.min.js"></script> <script> $(function() { $.scrollify({ section : ".page-section", }); }); </script> This worked beautifully!! Thank you!
megancecile91 Posted June 8 Posted June 8 Hey, I used the code for a specific page, but it also effects the footer, making it a full page if that makes sense? Is there a way I can stop it from affecting the footer?
tuanphan Posted June 12 Posted June 12 On 6/9/2024 at 5:48 AM, megancecile91 said: Hey, I used the code for a specific page, but it also effects the footer, making it a full page if that makes sense? Is there a way I can stop it from affecting the footer? Try edit this line section : ".page-section", to this section : "article .page-section", Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment