• Resolved dukearmi

    (@dukearmi)


    Hello there,

    Is there a way to add smooth scroll to buttons? Each one leads to a section in the page.

    I’ve tried this code:

    function tct_smooth_scroll($elements)
    {
    $elements[] = 'a[href*="#"]';
    return $elements;
    }
    add_filter('generate_smooth_scroll_elements', 'tct_smooth_scroll', 10, 1);

    But it didn’t work.

    The page I need help with: [log in to see the link]

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