Disable Smooth Scrolling | WordPress.org

[ad_1]

ying

(@yingscarlett)

Hi there,

GP free theme does not have the smooth scroll feature.

What about eh back to the top button? It feels like it smooth scrolls and I see this code: var generatepressBackToTop={"smooth":"1"} when checking page source.

ying

(@yingscarlett)

You can use this code:

add_filter( 'generate_back_to_top_js_args', function( $args ) {
$args['smooth'] = false;
return $args;
} );

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer