Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #79521
    JDC
    Participant

    I just installed Catch Base Pro in my test environment, and I am also testing WooCommerce there. I have a question about how the WooCommerce Primary Sidebar is working. I don’t know if I should take this up with you or with WooCommerce, but I thought I would start here.

    I have two widgets in the sidebar: WooCommerce Product Categories and WooCommmerce Cart. When I am in the “store,” the sidebar works fine. When I go to the cart or checkout pages, the cart widget disappears from the sidebar, which is fine, but I can’t get rid of the Product Categories widget. I have tried setting the Cart and Checkout pages to a “No Sidebar (Full width)” layout, but that doesn’t seem to make any difference.

    I have also played around with the default WooCommerce layout, but that doesn’t seem to make any difference either.

    Any ideas?

    Production Site: http://www.everygoodgift.org
    Test Site: http://www.everygoodgift.org/wptest

    #79539
    Sakin
    Keymaster

    @JDC: Thanks for showing issue, we are working in WooCommerce layout for this theme and will be adding in new version update. For now, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box to hide it.

    .woocommerce-checkout .sidebar-primary,
    .woocommerce-cart .sidebar-primary { display: none; }
    #79567
    JDC
    Participant

    Sakin,

    Thank you. That did the trick.

    Joe

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce Primary Sidebar’ is closed to new replies.