After activating the third layer of sub-sub-categories, as explained in Sub-sub-categories - #7 by Michael_Uray , we are observing certain regressions of this (undocumented) feature.
Looking at the visual glitch described in Hide sub-sub-categories from /categories listing? , it seems the CSS for subcategories does not apply to sub-sub-categories equally, probably due to some kind of selector issue.
It would be really nice, if one could optionally hide sub-sub-categories from this view and have it use an unadapted display there.
The regression in Sub-sub-categories - #16 by frhun does not appear to be present anymore.
Heliosurge
(Dan DeMontmorency)
March 6, 2024, 6:02pm
3
Have you considered posting a request to the #theme-component Author?
I just need to find something and will post again shortly
nbianca
(Bianca)
March 6, 2024, 6:10pm
4
@almereyda I was not able to reproduce that visual bug. It all seems to look good to me:
Can you please give us more details about the issue?
Heliosurge
(Dan DeMontmorency)
March 6, 2024, 6:12pm
5
This post had code for hamburger menu. Imagine .subcategory for each sub-sub category would need to be added.
.hamburger-panel .category-link.subcategory {
display:none;
}
.hamburger-panel .category-link.subcategory.subcategory {
display:none;
}
Might work
Thank you Keegan. An interesting idea as had posted a help topic as had used css prior to accomplish this.
One member @manuel had given me a great piece of css as I was using this to hide many subcategories so only Parents show in hamburger.
So as a Though maybe adding a toggle to hide just subcategories.
.hamburger-panel .category-link.subcategory {
display:none;
}
This setting can make things very convenient if ppl have alot of subs to hide.
This post is in the Category hider topic.
keegan is very responsive and might add the change if requested.