• 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/ 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)
  • 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

    (@nooriji)

    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.

    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.