Archived topic
Smooth Scroll
6 replies · Started by Rob on April 23, 2022
HI I have searched for an answer but can not find a solution.
I have added an anchor link to my top too buttons and added the smooth scroll php snippet to my fucntions Child theme
add_filter( 'generate_smooth_scroll_elements', function( $elements ) {
$elements[] = 'a[href*="#"]';
return $elements;
} );
I stll can not get it to work
wowcreativemedia.co.uk
Hi there,
have you enabled Smooth Scroll in Customizer > General?
Thats what i was missing! Thank you all working now
Glad to be of help!
Hi David,
I managed to get the smooth scroll function working by adding the smooth-scroll class to the hyperlink. Somehow this effect only works on desktops and tablets, but not on mobile. Did I miss out on anything?
Hi there,
make sure to clear any browser caches on your device, then retest the smooth scroll link.
If that still doesn't work then raise a new topic and provide a link to yours site and we'll take a look.
Hi David,
After clearing the mobile browser cache, it still didn't work. I'll start a new topic.