Different themes per category?

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
}

つまり、異なるテーマコンポーネントも使用できます
例:全員向けの標準、タスクに切り替えた場合はカンバン

もう少し詳しいチュートリアルを共有してもらえませんか?私も同じことをやりたいのですが、ついていけません。

@Falco さん、@downey さん、少しお知恵をお貸しください。

また、ハンバーガーメニューに、事前定義されたフィルターに切り替えて、https://meta.discourse.org/t/kanban-board-theme-component/118164(または以下に挙げられた他のもの)を有効にするエントリを追加することは可能でしょうか?

さらに、以下の項目をナビゲーションバーに表示することもできますか?

おそらく、このサポート質問は2年半前のものだからでしょう。:smile:

テーマのインストールや切り替えに問題がある場合は、具体的な課題を明記して新しい#サポートトピックを作成するのが最も良いでしょう。

完了しました。

この件については以前議論されたことがあるので、もう少し詳しく説明できるのはあなたかもしれません。