Hello,
1. Most of our accordion display in our Demo Website come from his template (from his command css then), but we can provide the module settings screenshot in order to allow you to reproduce his configuration :
2. Can you describe where is this brands "
with no products display" ? In order to allow us to see the issue, because we didn't find the "Victoria Grant" category.
By the way, we assume that you have a check that products are defined with this specific category, right ?
3. Sorry, but we aren't sure to understand your question, can you elaborate more with concrete examples, or elements like screenshot, etc
4. Can you try the setting shown in my screenshot for the "
Only with products" option, I'm not sure this will work honestly, but if not, you can use some css, to add like shown
here
, and with this kind of css code :
=> First css code :
.pane-slider.content.pane-down {
color: white;
}
The point, here is a little trick to hide the message "no subcategories"
=> Second css code :
.pane-slider.content.pane-down .hikashop_category_list * {
color: rgb(0, 0, 0);
}
If there are sub categories, then we "restore" the text color in order to display it, but ONLY if there are elements displayed.
5. from
Main HikaShop Configuration, go to
Display dropdown
=> Filters, and create a new filter entry :
In
Main information define the
type for
Cursor.
Hope this will help you to progress on your differents subject.
Regards