Home Forums Basel support forum Uncategorized category from WooCommerce last version

Uncategorized category from WooCommerce last version

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #49705

    Giulio
    Participant

    Hi there, could you take a look to that thread please? https://wordpress.org/support/topic/uncategorized-category-2/

    Last version of WooCommerce created an Uncategorized category as default that I can’t delete. If I try to set a pre-existent category as default it miss from WooCommerce categories on the shop page.

    Could you help me please?

    Thank you.

    #49739

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue

    .basel-product-categories>li.wc-default-cat {
        display: inline-block;
    }

    Regards

    #49751

    Giulio
    Participant

    It will work with a pre-existen category as default or with the Uncategorized empty category as default?

    #49778

    Artem Temos
    Keymaster

    It will work with any category marked as default in WooCommerce.

    #49780

    Giulio
    Participant

    Now it works perfectly. Thank you! Do you think that it will insert in next Basel update?

    #49807

    Artem Temos
    Keymaster

    No, we will not since almost all customers asking about hiding this category in the shop categories menu. Just keep that CSS code.

    #49808

    Giulio
    Participant

    Thank you very much!

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Uncategorized category from WooCommerce last version’ is closed to new replies.