Default category missing on page header
-
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?’
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
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.
Hello,
Please provide your site admin access.
Best Regards
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
Hello,
when I add that code I got the icon for all products which I don’t need
http://prntscr.com/k09iso
Hello,
Try this one:
.woodmart-product-categories .woodmart-product-categories .wc-default-cat {
display: inline-block;
}
Best Regards
Hello,
already tried. Hides the default one too.
Hello,
Please replace the previous one with this one:
.woodmart-product-categories .wc-default-cat {
display: inline-block;
}
Best Regards
Thank you. It’s working now.
Regards
The topic ‘Default category missing on page header’ is closed to new replies.