Home Forums WoodMart support forum Default category missing on page header

Default category missing on page header

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #65025

    msgdev
    Participant

    Hi, I have three product categories, one of them is always the default category. This one doesn’t show in the product page header. If I turn a different category into the default, now this one disappears from the header and the other one shows up, so I’m always with only two categories showing, never the three of them. Why is that?’

    #65046

    Hello,

    Thank you very much for choosing our theme and contacting our support.

    Do you mean the breadcrumbs? If so please navigate to Dashboard > Settings > Permalinks.

    If you mean page heading categories, what do you mean “default category”? Please describe your actions step by step?

    Best Regards

    #65062

    msgdev
    Participant

    Hello,

    i have 3 product categories. Jastuci, Dušeci and Dodatna oprema.
    I have deleted the Uncategorized category and set Dušeci to default category. When I go to Shop you can see under the title in header there are only two categories and the default one is missing. If I turn a different category into the default, now this one disappears from the header and the other one shows up, so I’m always with only two categories showing, never the three of them.

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

    Hello,

    Please provide your site admin access.

    Best Regards

    #65078

    msgdev
    Participant

    Here you go

    #65098

    Hello,

    The default category is hidden with CSS http://prntscr.com/k01gke

    Please add this custom code to the Theme Settings > Custom CSS

    .woodmart-product-categories .shop-all-link, .woodmart-product-categories .wc-default-cat {
        display: inline-block;
    }

    Best Regards

    #65192

    msgdev
    Participant

    Hello,

    when I add that code I got the icon for all products which I don’t need
    http://prntscr.com/k09iso

    #65212

    Hello,

    Try this one:

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

    Best Regards

    #65215

    msgdev
    Participant

    Hello,

    already tried. Hides the default one too.

    #65224

    Hello,

    Please replace the previous one with this one:

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

    Best Regards

    #65225

    msgdev
    Participant

    Thank you. It’s working now.

    Regards

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

The topic ‘Default category missing on page header’ is closed to new replies.