lynneej Posted January 4, 2021 Share Posted January 4, 2021 Site URL: https://www.strongcommunitiesfund.org Hello! I have very little coding knowledge, but my client has asked that I set up snap-scrolling for the homepage sections similar to the homepage of this site: https://forterra.org/ My theme doesn't have indexes, but I understand there is a way to set this up with CSS. Hoping someone can help me out with the code needed/ specific instructions for setting it up so that I can snap scroll to specific sections of the page. Site password is: December2020 Thanks! Link to comment
tuanphan Posted January 6, 2021 Share Posted January 6, 2021 No. You can't do this with CSS. You need script code (Business Plan or higher) to do it. lynneej 1 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
Asiya Posted March 4, 2021 Share Posted March 4, 2021 Hi @tuanphan I want to have the snap scroll effect to this sample website. (like on this website: https://www.evergrande.com.au/) to my squarespace website: https://www.truesite.io/ Let me know if you can help. Thanks alot Link to comment
Wolfsilon Posted March 4, 2021 Share Posted March 4, 2021 Scrollify is clean and simple to setup on your website. Setting -> Advanced -> Code Injection. Be sure to include tags for JQuery. Add it to the Footer. Sometimes the Head injection won't work. tuanphan 1 Link to comment
Guest Posted March 22, 2021 Share Posted March 22, 2021 (edited) Scrollify? Does anyone have a full code tutorial for how to insert jQuery into the advanced settings? I found a link to a tutorial with some code but I have no idea how to implement. Hope someone can help me out? https://projects.lukehaas.me/scrollify/#home Thanks and kind regards René Edited March 22, 2021 by Winther Link to comment
Beyondspace Posted March 23, 2021 Share Posted March 23, 2021 6 hours ago, Winther said: Scrollify? Does anyone have a full code tutorial for how to insert jQuery into the advanced settings? I found a link to a tutorial with some code but I have no idea how to implement. Hope someone can help me out? https://projects.lukehaas.me/scrollify/#home Thanks and kind regards René <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.21/jquery.scrollify.min.js" ></script> <script> $(document).ready(function() { $.scrollify({ section : ".page-section", }); }); </script> tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
LukasEriksen Posted April 6, 2021 Share Posted April 6, 2021 @bangank36 How would I go about having this script only targeting my home page? My Site is lukaseriksen.com Link to comment
tuanphan Posted April 11, 2021 Share Posted April 11, 2021 On 4/6/2021 at 3:07 PM, LukasEriksen said: @bangank36 How would I go about having this script only targeting my home page? My Site is lukaseriksen.com Hover homepage on Main Navigation or Not Linked >> CLick gear icon to opan Page Header > Advanced > Paste the code <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.21/jquery.scrollify.min.js" ></script> <script> $(document).ready(function() { $.scrollify({ section : ".page-section", }); }); </script> 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
LukasEriksen Posted April 13, 2021 Share Posted April 13, 2021 On 4/12/2021 at 7:25 AM, tuanphan said: Hover homepage on Main Navigation or Not Linked >> CLick gear icon to opan Page Header > Advanced > Paste the code <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.21/jquery.scrollify.min.js" ></script> <script> $(document).ready(function() { $.scrollify({ section : ".page-section", }); }); </script> Thanks for the reply! I've tried doing this, but it seemingly does nothing. When i put the code in the code injection footer area it works however, just not only on my homepage. My site url is lukaseriksen.com 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