Archived topic
Smooth Scrolling Not Working even though the option is enabled.
1 reply · Started by Hefin on October 10, 2020
Viewing posts 1–2 of 2
Hi,
So on I have this issue on the site i linked below..
The smooth scrolling isn't working, even though I have the option enabled from Customize >> General
and also added
add_filter( 'generate_smooth_scroll_elements', function( $elements ) {
$elements[] = 'a[href*="#"]';
return $elements;
} );
Hi there,
Replace:
<a name="by-type"></a>
with this:
<a id="by-type"></a>
This archived topic is closed to new replies.