Home Forums WoodMart support forum Smooth scroll to row id position

Smooth scroll to row id position

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #93550

    Hello!

    I´d like to make an internal link between a information box and a row (e.g. row id: #smooth_scroll) which are in the same page. How can I do for linking the information box and the row with a smooth scroll?

    Thanks a lot!

    #93567

    Artem Temos
    Keymaster
    Xtemos team

    Hi,

    There is no an option in our theme for this but you can use the code from the following article to implement that https://www.taniarascia.com/smooth-scroll-to-id-with-jquery/

    Regards

    #93681

    Thanks for your soon response.

    After I paste that code to JS custom, then what should I need to do next?

    Sorry, but I need your support.
    Thanks a lot.

    #93690

    Artem Temos
    Keymaster
    Xtemos team

    Then, add a link to your page <a href="#smooth_scroll">Scroll to</a> and it should scroll to the section with appropriate ID.

    #93917

    Yes, I got it.
    Thanks for your kind supporting.

    #93947

    Artem Temos
    Keymaster
    Xtemos team

    You are welcome.

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Smooth scroll to row id position’ is closed to new replies.