Oxide Style
-
@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. -
Theme has been update to v6.0.0, install last version:
npm install [email protected]
-
Nice Work!! It's cool to compare to Github
-
Just to point out that the last version 6.0.6 doesn't work well with the recent-cards plugin (v2.0.7)
When I click on the "next" button from the carousel, the page reloads and it doesn't slide. In dark mode there is also a color issue on the cards and the "next" button on the carousel goes over the user menu when drop down.
There is no problem without the recent-cards plugin, maybe it's a problem that comes from this plugin rather than the oxide theme.