• Hi Guys,

    I have a question regarding how Telegramme achieves the effect here, https://www.telegramme.co.uk/services/ where, by clicking on a section of the image at the top, the link will jump to a specific area of the post?

    Is there a plugin available that will achieve this? If not, what do I need to do to complete this effect on my site? TIA for the help!

    qubed

Viewing 3 replies - 1 through 3 (of 3 total)
  • DigitalSquid

    (@twelvefootsnowman)

    That’s not jQuery, it’s just HTML anchor links.

    See the “HTML Links – The name Attribute” section on this page:
    https://www.w3schools.com/HTML/html_links.asp

    Thread Starter qubed

    (@qubed)

    Thank you for the response. In addition to the anchor tags, how have they set up the page? It looks like they are using a page template, but have the page set up like posts one on top of another to be able to link to one another from the top. How are they able to do this within a page?

    to me, it looks like hard coded html for this part (post).

    if you wanted to do what you talk about, you could use two loops with the same data:
    – set the links in the first loop (with the #anchors); pointing to the posts;
    – rewind_posts();
    – set the posts as usual in the second loop (using the css id #anchors in the title for instance)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How Do I do this. jquery question, jump to section within post/template’ is closed to new replies.