Oxide Style
-
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
-
@youhosi Hy brother i was installed your theme. It's more different from your demo site (https://umod.pl/)! have look at this https://bettafish.in
-
@Bajpan-Gosh I think umod.pl just enabled "Show category icons" in Theme settings.
-
@Fl4shBack51 Hello, in my free time I will add such a possibility
@Bajpan-Gosh Hello, when it comes to sidebar these are custom styles. -
@Per0x Thanks it's done. Theme settings here https://example.com/admin/plugins/oxide
-
Hey, thanks for the great Work so far!
I'm using your theme for my new forum. But I found a small problem.
When on mobile the "Last Message/Reply/Topic" Message is not correctly translated into german.Maybe you could fix it. Thanks!
PS: Additionally the Groups Header seems to be broken a bit aswell:
The Image we added with help of the widget's system. It's plain html as following:
<img src="https://forum.forum.de/assets/uploads/files/header-1noshadow.png" style="width:100%;height:auto;"/>
-
@Marcel2508 If you see a problem with the translation, you can also solve it by creating PR on github I can't translate the topic correctly in all languages.
Regarding the header, this is because the image has a larger
z-index
and this is not an error. You can simply add this photo to each group and after the problem or set a larger z index for the widget.