• Resolved sneakdlir

    (@sneakdlir)


    Hi,

    I use the StickyAnthing plugin on sneakers123.shop
    I want the sticky menu to be ACTIVE on HomePage, Blog, Blog Post, etc.
    But I want to DEACTIVATE the sticky menu on the Shop Page (Woocommerce, using Themeforest Sneaker Theme) and the Product Detail Page as well.

    Can’t find a piece of CSS to stop the sticky on these pages so far!!

    I tried a few things to test if I could stop it on a page… no luck

    .page-id-1232 .header.sticky-element-cloned.element-is-sticky {
    display:none;
    }

    .page-id-1232 .header-sticky {
    display:none;
    }

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author WebFactory

    (@webfactory)

    Hi, I don’t think that’ll be possible with CSS. If you only wanted to remove it from one page that could be targeted with CSS rules but this – I’m not sure.

    Our PRO version has the option to disable the stick menu on selected posts, pages, categories … so maybe check that out.

    Thread Starter sneakdlir

    (@sneakdlir)

    Thanks for the answer.
    How could I target with CSS rules to remove it on 1 page then?

    Thanks

    Thread Starter sneakdlir

    (@sneakdlir)

    Seems like it is: “use paid version” or just delete the plugin… sniff

    Thread Starter sneakdlir

    (@sneakdlir)

    .home .header on the Sticky Element.
    This is making it sticky only on homepage…

    So far… hope I can crack the code more ??

    Thread Starter sneakdlir

    (@sneakdlir)

    I still need to exclude the header from shop and product page and cannot find the way to do it…

    Plugin Author WebFactory

    (@webfactory)

    Try using the :not() pseudo-class.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sticky only on Homepage and Blog’ is closed to new replies.