Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author dharmapoudel

    (@dharmapoudel)

    Hey davequig,

    It should work as it works by adding css class ‘hide_this_item’. You can check to make sure that this class is not overwritten by other styles.
    Also let me know your site I’ll be happy to debug for you.

    Thanks

    Thread Starter Anonymous User 14017972

    (@anonymized-14017972)

    Hi dharmapoudel,

    Thanks for getting back to me. The shop is at:

    https://davequig.com/index.php/shop/

    I have only remove menu items on the home page and the shop page but it doesn’t work on the shop page.

    Kind regards,
    Dave

    Plugin Author dharmapoudel

    (@dharmapoudel)

    Hey davequig,

    I’ve looked into your issue and found out that the shop page is actually an archive so the plugin is not working. This is one of the feature I’m thinking about adding in the future soon. It does not currently support templates.

    You can change your shop from archive to page as a workaround.

    Thanks

    Hey there,

    I had the same issue and finally found a fairly easy workaround. I just added the following line into Custom CSS for each menu item I wanted to hide on woocommerce pages:

    .woocommerce-page .footer__content .menu-item-100281 {display:none;}

    (My menu is located in the footer, I got the menu item id by analyzing the respective element with chrome or firebug.)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Doesn't work on my woocommerce shop page’ is closed to new replies.