AndreaPreston Posted January 11, 2023 Share Posted January 11, 2023 I've used the following code in my Code Injection to apply scroll snap effect to my site. It works great but it adds numbers to my URL. As you scroll, each section is #1, #2 etc.... I don't want my URL to change as you scroll, how do I fix this? Link to comment
Ziggy Posted January 11, 2023 Share Posted January 11, 2023 I'm not sure what code you're using, but it sounds like it's utilizing anchor links to snap to each section. Anchor links show up in the URL when active, so unless you can change the way it works, then you won't be able to prevent the URL having additions as you scroll down. AndreaPreston 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
AndreaPreston Posted January 11, 2023 Author Share Posted January 11, 2023 This is the code <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> Link to comment
AndreaPreston Posted January 11, 2023 Author Share Posted January 11, 2023 Is there a different code I could use? Thanks BTW 🙂 Link to comment
Ziggy Posted January 11, 2023 Share Posted January 11, 2023 Can you share your website URL? I not sure why you would be seeing the #1 etc with that code. AndreaPreston 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
AndreaPreston Posted January 11, 2023 Author Share Posted January 11, 2023 No problem, it's https://www.cutcopy.co.nz/#1 Link to comment
Ziggy Posted January 11, 2023 Share Posted January 11, 2023 That's really interesting, but I'm not sure why that's happening, where did you get the code from? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Ziggy Posted January 11, 2023 Share Posted January 11, 2023 That's really interesting, but I'm not sure why that's happening, where did you get the code from? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
AndreaPreston Posted January 11, 2023 Author Share Posted January 11, 2023 I got it from this discussion: The author doesn't say where they got it from Link to comment
Ziggy Posted January 11, 2023 Share Posted January 11, 2023 There are a few threads with similar code, but I'm not aware of another way to do this. AndreaPreston 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
AndreaPreston Posted January 11, 2023 Author Share Posted January 11, 2023 Thanks anyway 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