Thanks!
I have already migrated the theme to scss and I will work it for bootstrap 5.3 (I will see to force it) So when I have news I will show them
@youhosi said in [nodebb-theme-oxide] Oxide Style! 3.0.26:
I do not have this problem.
Unfortunately i do have Version is shown like this in ACP:
nodebb-theme-oxide
Installed 4.0.5 | Latest 4.0.5
@youhosi said in [nodebb-theme-oxide] Oxide Style! 3.0.26:
I do not have this problem.
i have compared this part of code... This one from persona recent.tpl
<!-- IF loggedIn -->
<button component="category/post" id="new_topic" class="btn btn-primary">[[category:new_topic_button]]</button>
<!-- ELSE -->
<a component="category/post/guest" href="{config.relative_path}/login" class="btn btn-primary">[[category:guest-login-post]]</a>
<!-- ENDIF loggedIn -->
This one from oxide
<!-- IF canPost -->
<button component="category/post" id="new_topic" class="btn btn-primary">[[category:new_topic_button]]</button>
<!-- ELSE -->
<a component="category/post/guest" href="{config.relative_path}/login" class="btn btn-primary">[[category:guest-login-post]]</a>
<!-- ENDIF canPost -->
Maybe you should use loggedIn condition instead of canPost? Or it might be a bug in 'canPost' variable calculations... I would go with safer one, because you are showing 'guest-login-post' button and it doesn't connected with ability to post messages. So probably you should use "loggedIn" variable in all parts of code like this (recent.tpl and popular.tpl).
@youhosi : not able load more posts, pagination issue in mobile.
Is there a dark skin for this theme?
@djensen47 No, but you can adjust it yourself in the file less/bootstrap/vairables.less
. The style in 90% support with the bootstrap.
Hi,
I'm not sure wheather its a bug or not, but when I re-edit a topic the tags set before are gone and I've to reset them again.
Next most improvent for my issues could be that the theme should have different width. Min-width, max-width, dynamic width.
min-width: 1280px
max-width: 1600px or
dynamic-width: 80%-screen-width or something like that.
I'd be very glad.
Thx
Fantastic looking theme. Time to check it out for me!
One question, how did you get the Arrow in above image grab - was it basic CSS or a combo of css/java/html?
I had a go myself but only via CSS with little success - I need to borrow, beg or steal for my own designs as outlined here!