Home Forums WoodMart support forum How to show categories under Page Title?

How to show categories under Page Title?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #105624

    jakeone
    Participant

    Product Categories appear automatically below the Page Title (please see attached). However, I have a few missing. Can you tell me where I configure this? Thanks

    Attachments:
    You must be logged in to view attached files.
    #105634

    Hello,

    Find the option to enable categories in the Shop page title navigating to the Theme Settings > Shop > Titles and Sidebars

    Best Regards

    #105636

    jakeone
    Participant

    Hi, it’s already set to “On”. One of my categories is still missing. Any suggestions?

    Attachments:
    You must be logged in to view attached files.
    #105651

    Hello,

    I cannot log in your site as per provided credentials. Make sure all the categories have the products.

    Best Regards

    #105660

    jakeone
    Participant

    All categories have products.

    I have sent you the login details.

    Thanks.

    #105673

    Hello,

    You renamed the Undefined category into Oils. We hide this category with CSS. So there are two ways: create one new category and reassign all the products to it or add this custom CSS to the Theme Settings > Custom CSS:

    body .woodmart-product-categories .wc-default-cat {
        display: inline-block;
    }

    Best Regards

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