badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove page menus

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42874
    John
    Participant

    I have three menus that show up above the footer and below the content on all of my WooCommerce pages: Pages, Archives, and Categories and I want to find out how to remove them. They don’t show up on any other pages in the site. Here’s a link to one of the problem pages http://www.mudskippercafe.com/shop/

    Any help you can provide would be greatly appreciated.

    Thanks

    #42881

    Hi John,

    Recently as our theme is not an wooCommerce compatible. So there is an issue with wooCommerce. Recently we are busy on some projects so that we are unable to make it compatible with wooCommerce. Our Ambition theme is compatible with wooCommerce so you can use it.

    If you like to make it compatible then it needs code customization and you need to hire a developer for it.

    Thank you!

    #42905
    John
    Participant

    Thank you for your speedy reply. OK, then let’s not talk about WooCommere pages. How about this page then? http://www.mudskippercafe.com/gallery/2015-photos/1/ How would I remove “pages, archives, and categories” from this page? Or any of several other non-WooCommerce related?

    Thanks,

    John

    #42918

    Hi John,

    As this is the same issues related with the wooCommerce. After fixing wooCommerce Plugins this problem will solved too. You can hide this sidebar using below custom css.

    .single-gallery #sidebar {
        display: none;
    }

    Thank you!

    #42947
    John
    Participant

    Incidentally, adding this to the stylesheet also fixes the original problem I wrote in about originally.

    .woocommerce #sidebar {
    display: none;
    }

    #42962

    Hi John,

    Yes that will be more better to hide the sidebar in woocommerce page. 🙂

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.