• enigmainhell

    (@enigmainhell)


    Hey there! Great plugin! Is there anyway I can hide the scroll to top button? I don’t need it as I have already it as a inbuilt function in my wordpress theme. Let me know.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I would also love to know how to disable that feature

    Plugin Author Digital Liberation

    (@digitalliberation)

    Hello,

    There is no future-proof method right now but you may comment out the following line in jquery-smooth-scroll.php.

    add_action( 'wp_footer', array( &$this, 'wp_footer') );

    It should look like this:

    // add_action( 'wp_footer', array( &$this, 'wp_footer') );

    Hi!

    I had the same issue and solved with css (add to custom css):

    a#scroll-to-top {
    display: none !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Scroll to top’ is closed to new replies.