Customisation
Looking to revamp your site layout?
127
Topics
2.4k
Posts
Trending
Trending
Hi @phenomlab
As seen in pm, I open this topic to follow the 2 following ones:
https://sudonix.org/topic/200/nodebb-reply-button-arrow-answer/24
https://sudonix.org/topic/179/nodebb-css-style-sheets-selectbox/109
– For the submit button, on new Topic and reply to a topic, ll work great with default theme (CSS code in ACP) but I end up with some bugs on my Custom themes
– I copied your code for the button in the ACP/custom CSS (for default theme)
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
margin-left: -3px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle):hover {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
button.btn.btn-primary.composer-submit:hover {
border-top-right-radius: 4px !important;
border-bottom-right-radius: 4px !important;
}
.btn .caret {
margin-left: 2px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
margin-left: 0px;
}
– Ref to the topic I add this :
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
– After several hours of testing and research, I think I have variable conflicts in the custom CSS and I can’t get by anymore
I list the bugs below to fix here.
I can give you access to modify the CSS file as you wish and do some tests.
A backup of the file is made so it doesn’t matter.
If you can help me with one CSS and explain what you do exactly (delete, add, modfy), I can reproduce on the other themes
!! I give you access and information on PM !!
Bug found. (Maybe other, if you can see that too).
– Problem due to small hack, can be avoided by changing hover color (color a bit darker like in default theme) or other hack:
[image: eOBufrR.gif]
– Same problem on chat edit button:
[image: 9GRwcH5.gif]
– Same problem on advanced search/Save preference button:
[image: RkILTfr.gif]
Thanks in advance
Hello friends,
It’s been a long time since I’ve been on Sudonix and I’m sorry (lots of things to do and I’ve resumed some studies since I was 38 :))
To make up for it, here is a little script that I managed to create with ChatGpt and other sources. (I’m not a great dev)
I think code it’s correct and don’t hesitate Mark @phenom if you see anything.
I’m looking for ways to improve it but it’s functional.
Here is what I would like to update:
The effect works almost everywhere except when you are in a topic. It would be that it also works in a topic therefore.
I would also like the effect to work on the entire page. For the moment the left and right navigation bars are ignored without me really knowing why.
Despite everything, I find the effect quite nice and cool
Mark, if you can make the 2 missing points work, I’m in!!!
See you again!!
here the code :
https://github.com/DroidBV8/nodebb-glitch-refresh/tree/main
hi @phenomlab , when the forum is used as PWA, there is no easy way to navigate between pages…
Several days ago, I was reading a post on a forum that mentioned another topic, I have encountered an issue when attempting to return to the original post. So, after reading the linked topic, I had to go to categories page and retrace my steps to locate the topic I was reading initially…
Although this can be achieved by page control arrows on destop and mobile browsers, there is no easy way to achieve this on PWA… so I wonder if you can help me adding some page control buttons that appear at the bottom of the page when scrolled up. (maybe it can be integrated to post navigation bar but I believe those buttons should appear in all pages, not only in topics)
Here is just some suggestions to distinguish them from other arrows…
[image: 1711642302236-img_0029-copy.jpeg]
alternatively the arrows or rewind icons that YouTube uses can be used:
[image: 1711642378948-img_0030.jpg]
-
-
-
-
-
Sudonix and fediverse
Solved -
-
-
Page control arrows for PWA
Solved -
-
-
-
-
-
-
-
-
-
-
Profil Photos
Solved -