Section Linking On Another Page

Have a NAVBAR link to a specific section on another page. From the home page (index.html) it will switch pages and go to the DIV name. From the other page (beliefs.html) it will switch back to index.html, but NOT go the DIV tag. F5 doesn’t change anything, not does SHIFT-F5, but if I click in the address bar and hit [ENTER] it DOES go to the DIV tag… Also, if I click on LINK immediately again it does go to the DIV tag.

Happens in Chrome as well as Edge… I’ve done lots of Googling and some searching on here and I’m stumped… :( Thanks in advance?


Here is my site Read-Only:

https://university.webflow.com/article/sharing-your-sites-read-only-link

What’s the published site URL?

Hey @SamReynolds,

It seems you have some custom styling animation and GSAP code on the About page. Can you disable all of them temporarily by commenting it out and then test the navigation?

My guess is something on the code is conflicting with the navigation experience. If navigation works after disabling the custom code, you can uncomment each animation / trigger one by one and see when the navigation breaks and then you can handle it accordingly - by either removing that particular custom code or adding a delay in execution so that the navigation is rendered correctly. Hope this gives you some idea.