Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

wordpress - Link to another page with anchor to id

I've seen similar questions here, but none of them seemed to have a working solution.

I'm on Wordpress, BeTheme. I have a long page of services, where I use anchor links leadings to elements that are lower on the same page, and they work as expected. ex.

<a href="#id-name">text</a>

I need to add links that can land from any other page to the same elements, lower on the target page.

<a href="https://www.url.com/en/#id_name>text</a>

And what happens is, sometimes it seems to land on the id indicated by the anchor, and then immediately jump back to top, and others it seemingly just lands directly at the top of the page as if the anchor id wasn't there at all in the link.

Could it be that clicking on the link lands you at the correct element, but before the page has fully loaded, and when it loads it jumps you back up to the top?

Any help would be appreciated

question from:https://stackoverflow.com/questions/65831147/link-to-another-page-with-anchor-to-id

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...