bycrawford Posted October 14, 2020 Share 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 Sign up to the waitlist for my course 👇sixfiguresquare.space 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. Link to comment
bycrawford Posted October 15, 2020 Author Share Posted October 15, 2020 Bump! Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com Sign up to the waitlist for my course 👇sixfiguresquare.space 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. Link to comment
tuanphan Posted October 16, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
rwp Posted October 16, 2020 Share Posted October 16, 2020 Check my code pen stuff for "section snap". Link in my signature. Link to comment
bycrawford Posted October 16, 2020 Author Share 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 Sign up to the waitlist for my course 👇sixfiguresquare.space 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. Link to comment
bycrawford Posted October 16, 2020 Author Share 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 Sign up to the waitlist for my course 👇sixfiguresquare.space 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. Link to comment
rwp Posted October 16, 2020 Share 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 Link to comment
ctd Posted January 6, 2021 Share 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? Link to comment
BridgetKelley Posted January 7, 2021 Share 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! Link to comment
Jase_studio Posted May 13, 2021 Share Posted May 13, 2021 Was this solved? After the same thing.... Link to comment
bycrawford Posted May 16, 2021 Author Share 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 Sign up to the waitlist for my course 👇sixfiguresquare.space 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. Link to comment
slicedcheese Posted June 3, 2021 Share 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 Link to comment
bycrawford Posted June 4, 2021 Author Share 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 Sign up to the waitlist for my course 👇sixfiguresquare.space 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. Link to comment
SomethingMoreDesign Posted August 31, 2022 Share Posted August 31, 2022 @slicedcheese Is there a way to target just one page? JustDoNick 1 Link to comment
AleenaBWell Posted September 2, 2022 Share 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! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment