saj_3472 Posted July 2, 2021 Share Posted July 2, 2021 Site URL: https://www.smoredate.com/ Once the web page loads, I want to automatically jump to a section on the home page without using anchor links or having to press a button/click a link. I created a redirect using div as below: <div id="scroll-here"> </div> It takes you to the Home page on the navigation bar with the anchor tag in the url slug--> /home#scroll-here Then I set up a script in the landing page where I want the auto scroll to work: <script>var url= "https://www.smoredate.com/home#scroll-here"; window.location = url; </script> The code works on the front end but Squarespace dashboard never stops loading, I'm assuming it's jumping between the two home pages: the one on the navigation bar and the landing home page! Where did I go wrong?! :( Beyondspace 1 Link to comment
Solution Beyondspace Posted July 2, 2021 Solution Share Posted July 2, 2021 2 hours ago, saj_3472 said: Site URL: https://www.smoredate.com/ Once the web page loads, I want to automatically jump to a section on the home page without using anchor links or having to press a button/click a link. I created a redirect using div as below: <div id="scroll-here"> </div> It takes you to the Home page on the navigation bar with the anchor tag in the url slug--> /home#scroll-here Then I set up a script in the landing page where I want the auto scroll to work: <script>var url= "https://www.smoredate.com/home#scroll-here"; window.location = url; </script> The code works on the front end but Squarespace dashboard never stops loading, I'm assuming it's jumping between the two home pages: the one on the navigation bar and the landing home page! Where did I go wrong?! 😞 Try settings hash url only location.hash = "#scroll-here" saj_3472 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
saj_3472 Posted July 2, 2021 Author Share Posted July 2, 2021 7 hours ago, bangank36 said: Try settings hash url only location.hash = "#scroll-here" This works! Thank you! Beyondspace 1 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