Title: It doesn&#8217;t stick
Last modified: May 10, 2017

---

# It doesn’t stick

 *  [Nooriji](https://wordpress.org/support/users/nooriji/)
 * (@nooriji)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/it-doesnt-stick/)
 * Hi Mark,
 * firstly thanks for this great plugin. I use it on another website and there it
   works smoothly,
    But on another website [http://iao.me/hin-weise/hsin-hsin-ming/](http://iao.me/hin-weise/hsin-hsin-ming/)
   it simply will not stick. I see it appearing in the Inspector with the div id“
   stickycontent”, on the backend there is #stickycontent entered, but it doesn’t
   work. Tried already all kind of classes … no success.
 * Would you please so kind and have a look? What am I missing ?
 * Thanks
    Peter

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

 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/it-doesnt-stick/#post-9118952)
 * Hi there! Thanks for trying my plugin. 🙂
 * The reason why it’s not showing when it’s sticky, is because `.wrap_content` 
   has the rule `-webkit-transform: translateZ(0)`. When any sticky element’s parent
   element has that rule (or any value for -webkit-transform for that matter), things
   don’t work anymore.
 * If you can remove it from your CSS, then things should work. Or you can add this
   to your CSS to override it:
 *     ```
       .wrap_content {
           -webkit-transform: none;
       }
       ```
   
 * If you definitely need to keep the Webkit transform, then there’s not really 
   a way to get around it, I’m afraid.
 * Hope this helps!
 *  Thread Starter [Nooriji](https://wordpress.org/support/users/nooriji/)
 * (@nooriji)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/it-doesnt-stick/#post-9119165)
 * It helped … 🙂
 * Thanks so much.
    Just to let you know, that the webkit-transform property seems
   to be inherent of the visual composer plugin, which is now often part of premium
   themes. So others might run into the same problem. Maybe worth a hint in your
   already well elaborated plugin description.
 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/it-doesnt-stick/#post-9119858)
 * Glad to know it helped! I will definitely make a note of it in the FAQ soon. 
   🙂

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

The topic ‘It doesn’t stick’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Senff – a11n](https://wordpress.org/support/users/senff/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/it-doesnt-stick/#post-9119858)
 * Status: not resolved