Temi diversi per categoria?

Forgive the newbie question – I am not yet well versed in the theme system.

Is there any way to possibly use multiple themes for the same installation? In other words, for example, have one theme in use for a specific category and another theme be default site-wide/elsewhere?

Not themes, but different styles you can. There is a class with the category name on the body.

Ah, OK. I’ve done that previously, or something close to it, so am familiar with the idea. Just wondered if there might be a faster way to adopt different styling between categories. Thanks! :slight_smile:

With SASS scoped selectors it’s pretty easy:


// put main theme here

body.category-support {
 // paste another theme here
}

significa che posso utilizzare anche componenti di tema diversi, ad esempio lo standard per tutti, Kanban se si passa a ‘task’.

Potresti condividere un tutorial più dettagliato su come farlo? Vorrei fare lo stesso, ma non riesco a seguirti.

@Falco e @downey, potreste gentilmente darmi qualche informazione?

Inoltre, posso aggiungere una voce nel menu hamburger che attivi un filtro predefinito e abiliti il componente tema Kanban Board (Kanban Board) (o qualsiasi altro tra quelli elencati di seguito)?
Inoltre, dovrà rendere visibili nella barra di navigazione:

È molto probabile che ciò sia dovuto al fatto che questa domanda di supporto è vecchia di 2,5 anni. :smile:

Se hai difficoltà con l’installazione o la modifica dei temi, è meglio aprire un nuovo argomento in #supporto con le tue specifiche problematiche.

Fatto, ma

è stato discusso qui, quindi potresti essere tu quello in grado di spiegarlo un po’ più in dettaglio