Oxide Style
-
@Violing said in [nodebb-theme-oxide] Oxide Style (LIGHT/DARK MODE) v4.0.19:
...
Hi @youhosi , I found some problems just now.
...Hello, this line is intended
And yes, I know, you have to use two fingers to display the page normally, but currently I do not have time to correct it.
@omega No, the chat design is built into the theme itself.
-
Update to 5.0.0 , install last version
npm install nodebb-theme-oxide@latest
Changelog:
- Improve RWD,
- Fix profile view/uploads files/moderation notes/profile topics,
- Add categories watched to profile,
- Add custom link to cookie consent,
- and more
-
@Krzysztofeqq Potwierdzam, mam ten sam problem, ciągle muszę cofać wersję do 5.0.0 jeżeli przywracam poprzedni stan forum z konsoli, bo wtedy robi się aktualizacja do najnowszej wersji.
-
@Krzysztofeqq @Marcin Najprawdopodobniej jest to spowodowane pluginami które nie są kompatybilne ze stylem bądź przestarzałe.
-
Hello! On my fresh install in Docker on 1.13.1, Widgets are still not displayed at all in the Global Header, Global Footer, or Draft Zone. Only those placed in the Global Sidebar are displayed (nodebb-theme-oxide v5.0.24). With the default theme (Persona), it works fine though.
-
@youhosi Unfortunately, there's nothing in the logs.
But in the chrome debug console, I noticed that an element has changed its name: <div data-widget-area="header">.
Where the old versions was: <div widget-area="header">
And if I modify the element by replacing it with <div widget-area="header"> as before, it works again and my widget is visible again. -
Hi!
Is there a way to mark the dark mode theme as the default one ?
Didn't seem to find any settings related to this in the ACP.
Thanks