• The code for the smooth scroll is very solid, I just wish that you didn’t put a crappy back to top button by default. I say crappy because aesthetically it really doesn’t look good. It’s a boring gray color with a blurry rasterized image as opposed to a vector. I want to be able to disable this and yet you advertise that your plugin has no dashboard item. It definitely should so people can turn this off. Will rate better if an option to disable the back to top button is implemented.

    • This topic was modified 5 years, 8 months ago by carlofabyss.
Viewing 1 replies (of 1 total)
  • Plugin Author Anand Kumar

    (@anand_kumar)

    Hello,

    You may disable the scroll to top button by adding the following code to your child theme’s functions.php file.

    
    add_action( 'wp_head', 'remove_my_class_action' ); function remove_my_class_action(){ global $jQuerySmoothScroll; remove_action( 'wp_footer', array( $jQuerySmoothScroll, 'wp_footer_lol' ) ); }
    

    Read this for more.
    https://www.digitalliberation.org/docs/jquery-smooth-scroll/

    Don’t forget to make your site’s backup handy or try the code on dev environment first.

Viewing 1 replies (of 1 total)
  • The topic ‘Good but gimmicky’ is closed to new replies.