Dropdown list of product subcategories in shop page
-
Hello again!
After the last update (2.3.1) I found, that there is no more a dropdown list of product subcategories in categories menu below the title of the shop page.
Previously it appeared when “Categories menu in page heading” was “ON” and “Show current category ancestors” was “OFF” in Shop Page Layout section of Basel Theme Settings.

I think this feature was useful and convinient, so it would be good to have this option in theme again. Or may be it’s just a bug?
(Actually I missed several previous updates and therefore cannot precisely say when exactly it disappeared from theme.)
Hello,
Thank you for noticing this bug.
It seems that we have simply hidden this dropdown in the last version. Here is a quick fix for now. Just add this to the Custom CSS section
.categories-accordion-on .children {
display: initial;
}
.categories-accordion-on .widget_product_categories .children {
display: none;
}
Rregards
Thanks for quick solution, it works. And special thanks for updates, there are really convinient new features.
You are welcome! We are sure you will be impressed by our next updates also 🙂
The topic ‘Dropdown list of product subcategories in shop page’ is closed to new replies.