Jump to content

Auto scroll to a section on the page after first landing

Go to solution Solved by Beyondspace,

Recommended Posts

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?! :(

Link to comment
  • Solution
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"

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.