Dopo aver attivato il terzo livello di sottocategorie, come spiegato in Sub-sub-categories - #7 by Michael_Uray , stiamo osservando alcune regressioni di questa funzionalità (non documentata).
Guardando al glitch visivo descritto in Hide sub-sub-categories from /categories listing? , sembra che il CSS per le sottocategorie non si applichi ugualmente alle sottocategorie, probabilmente a causa di un problema di selettore.
Sarebbe molto bello se si potessero nascondere facoltativamente le sottocategorie da questa vista e avere lì un display non adattato.
La regressione in Sub-sub-categories - #16 by frhun non sembra più essere presente.
1 Mi Piace
Heliosurge
(Dan DeMontmorency)
6 Marzo 2024, 6:02pm
3
Hai preso in considerazione l’invio di una richiesta all’autore del Theme component ?
Trovo solo qualcosa e tornerò a pubblicare a breve.
nbianca
(Bianca)
6 Marzo 2024, 6:10pm
4
@almereyda Non sono riuscito a riprodurre quel bug visivo. Mi sembra che vada tutto bene:
Potresti fornirci maggiori dettagli sul problema?
Heliosurge
(Dan DeMontmorency)
6 Marzo 2024, 6:12pm
5
Questo post conteneva codice per il menu hamburger. Immagina che .subcategory per ogni sottocategoria dovrebbe essere aggiunto.
.hamburger-panel .category-link.subcategory {
display:none;
}
.hamburger-panel .category-link.subcategory.subcategory {
display:none;
}
Potrebbe funzionare
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.
Questo post è nel topic Category hider.
keegan è molto reattivo e potrebbe aggiungere la modifica se richiesta.