Title: Push-up issue
Last modified: September 1, 2016

---

# Push-up issue

 *  Resolved [rodolfovs](https://wordpress.org/support/users/rodolfovs/)
 * (@rodolfovs)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/push-up-issue/)
 * Hi,
 * I believe the push-up function is not working on my site [http://www.saborosos.com.br/receita/delicious-chocolate-cake](http://www.saborosos.com.br/receita/delicious-chocolate-cake)
 * I need the banner stop just above the DIV that contains the phrase “etapas de
   preparo.” I tried it with class and ID, and in neither case I got success. Someone
   could help me?
 * [https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/](https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/)

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

 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576215)
 * From what I can see, you’re trying to push up the sticky element with the element
   that follows it immediately. That’s not going to work, because the pushup element
   will then always push it up, and it will never be sticky.
 * Can you remove the push-up element from the plugin’s settings and let me know
   when that’s done? That way I can see which element you need to make sticky and
   what the best way would be to push it up again. Right now I don’t see the banner
   at all.
 * Thanks!
 *  Thread Starter [rodolfovs](https://wordpress.org/support/users/rodolfovs/)
 * (@rodolfovs)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576216)
 * Hi mark,
 * Thanks for the feedback. I removed the push-up element.
 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576223)
 * Thanks Rodolfo! However, I can’t see the item you’re trying to make sticky at
   all — it doesn’t show up for me on your page?? If you deactivate the plugin, 
   does it become visible?
 * Or do you see it without any problems?
 *  Thread Starter [rodolfovs](https://wordpress.org/support/users/rodolfovs/)
 * (@rodolfovs)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576225)
 * Hi mark,
 * I’m sorry for this. I see the item normally. Since this is an ad banner, I believe
   that your browser is blocking. I modified and created the block as image, I believe
   that now you get to see.
 * [http://www.saborosos.com.br/receita/delicious-chocolate-cake/](http://www.saborosos.com.br/receita/delicious-chocolate-cake/)
 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576259)
 * OK. That was definitely a bit stupid on my end. You’re right, my adblocker made
   sure I didn’t see it. Sorry about that! 😉
 * So, now that I’m seeing it, the element with ID “#stop-stick” should indeed be
   the one you should enter as the pushup element. Can you turn that on again in
   order to show me that’s not working?
 * On another note, you will see that the banner “jumps” a little bit the moment
   it becomes sticky. This is due to this part of your CSS and I would recommend
   to not use any **!important** tag, as it will override/block some of the functionality
   of this plugin (hence, the small jumping).
 *  Thread Starter [rodolfovs](https://wordpress.org/support/users/rodolfovs/)
 * (@rodolfovs)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576260)
 * Hi mark,
 * Thanks for your return. About CSS, I’ll remove the **!important**, thank you.
 * I just activate the push-up with the **#stop-stick**.
 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576261)
 * OK, so now I can see the problem — it’s definitely because of the aforementioned
   CSS. It’s keeping the element from scrolling up again when the pushup element
   touches it.
 * If you remove this from your CSS, everything should work as intended:
 *     ```
       .banner-search {
           margin: 0px 14px !important;
       }
       ```
   
 * I’m not really sure why it’s there in the first place, if it’s really necessary
   or not, but it’s what’s blocking the plugin from functioning correctly.
 *  Thread Starter [rodolfovs](https://wordpress.org/support/users/rodolfovs/)
 * (@rodolfovs)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576262)
 * Hi mark,
 * Thank you, I just remove this CSS class and it worked perfectly. Tell me one 
   thing, it would be possible to put a distance from the bottom, equal to the distance
   that put on top?
 *  Thread Starter [rodolfovs](https://wordpress.org/support/users/rodolfovs/)
 * (@rodolfovs)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576263)
 * Hi mark,
 * Already got here, thank you. Great plugin and excellent support. Recommend!
 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576265)
 * Glad it’s working now Rodolfo! 🙂
 *  [kalagrow](https://wordpress.org/support/users/kalagrow/)
 * (@kalagrow)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576389)
 * Can i use this plugin to push an element/text banner up at the bottom of the 
   site? I would like something to float near the bottom of the page – we are announcing
   the launch of a new brand and new site. Not sure if this plugin will do that?
 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576394)
 * [@kalagrow](https://wordpress.org/support/users/kalagrow/) Sorry, but that’s 
   not what this plugin is meant to do. However, it shouldn’t be all too difficult
   to make an element stick at the bottom of the screen with some basic CSS. Here’s
   a start:
 *     ```
       .some-element {
          position: fixed;
          left: 0;
          bottom: 0;
          width: 100%;
       }
       ```
   

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

The topic ‘Push-up issue’ is closed to new replies.

 * ![](https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/icon-256x256.gif?
   rev=2564941)
 * [Sticky Menu & Sticky Header](https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/)
 * [Active Topics](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/reviews/)

 * 12 replies
 * 3 participants
 * Last reply from: [Senff – a11n](https://wordpress.org/support/users/senff/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/push-up-issue/#post-7576394)
 * Status: resolved