Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1231070

    Hello,

    I’m trying to find a way to display 5 segments on a page in a way that when you click on one it will place you at a specific space on a page. Kind of like this page does: https://www.konrad-technologies.com/en/expertise-and-innovation/technologies/adas-test-solutions/sensor-validation-test.html#testing-and-validation
    When you click on a menu selection at the top, it will scroll through the page and stop at the relevant content.
    Does Enfold have a functionality like that?
    Thanks in advance.

    #1231365

    I found out about the color section and the ID tag from other posts. The problem is, I don’t want a section to a menu item. Ideally, I would use an accordion slider to display images and link each image to the section on a page. Let me now if that’s possible. Thanks.

    #1231511

    Hi,

    That is not theme specific, it’s basic html. You can try something like this for your link:

    <a href="#anchor">This is a link to an anchor</a>

    Then this for the element which you want to scroll to:

    <div id="anchor">Content of the div to scroll to</div>

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.