Title: hide
Last modified: August 31, 2016

---

# hide

 *  [iluhin](https://wordpress.org/support/users/iluhin/)
 * (@iluhin)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-15/)
 * great!!! thx for add css!
    and now, how i can create css with hide button on 
   flooter position?!
 * early:
 *     ```
       /* Start hide */
   
                               echo '<script>
                                jQuery(window).scroll(function() {
                                       if(jQuery(window).scrollTop() + jQuery(window).height() == jQuery(document).height()) {
                                               jQuery("#scrollUp").css({"opacity":"0",});
                                       }
                                       else
                                       {
                                               jQuery("#scrollUp").css({"opacity":"1",});
                                       }
                                       });
                               </script>';
       /* End hide */
       ```
   
 * [https://wordpress.org/plugins/smooth-scroll-up/](https://wordpress.org/plugins/smooth-scroll-up/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Konstantinos Kouratoras](https://wordpress.org/support/users/kouratoras/)
 * (@kouratoras)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-15/#post-7359213)
 * Hi! I am not sure I fully understand what you want to achieve. Could you please
   explain a bit more?
 *  Thread Starter [iluhin](https://wordpress.org/support/users/iluhin/)
 * (@iluhin)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-15/#post-7359226)
 * before we solved the problem. when scrolling pages in most they had to hide the
   button. this was done using js. how to implement it using css?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘hide’ is closed to new replies.

 * ![](https://ps.w.org/smooth-scroll-up/assets/icon-256x256.png?rev=974000)
 * [Smooth Scroll Up](https://wordpress.org/plugins/smooth-scroll-up/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smooth-scroll-up/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smooth-scroll-up/)
 * [Active Topics](https://wordpress.org/support/plugin/smooth-scroll-up/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smooth-scroll-up/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smooth-scroll-up/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [iluhin](https://wordpress.org/support/users/iluhin/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/hide-15/#post-7359226)
 * Status: not resolved