Page 7 of 11
Re: New Forum
Posted: Mon Nov 28, 2022 11:47 am
by Ruptor
Peter wrote: Mon Nov 28, 2022 11:25 amEven on Chrome I get http if I do not specify the protocol, tested on two machines (Win 10).
If I click the link you gave I get this picture but I always go straight to new post page from Firefox recent link list and it is https as it use to be.
Re: New Forum
Posted: Mon Nov 28, 2022 12:21 pm
by Sparrowhawk
Another suggestion which is very much a personal preference - not sure if this will be popular so ignore if not: move the New Posts and My Posts to the top level menu and move the two server links into Quick Links as I am **guessing** that the posts links are more useful day to day?
First thing I always check when I visit is what people have been chatting about since my last visit.
Re: New Forum
Posted: Mon Nov 28, 2022 2:29 pm
by XorA
Peter wrote: Mon Nov 28, 2022 11:25 am
Even on Chrome I get http if I do not specify the protocol, tested on two machines (Win 10).
I see the same, firefox and chrome, the forum is missing its http->https auto redirect it used to have, Ill prod rob!
Re: New Forum
Posted: Fri Dec 02, 2022 9:06 am
by Derek_Stewart
Hi,
Sorry to complain about this more, but the Private Message, Find Member screen, is causing problems, the text is off black on white background, with the border of the text boxes in white.
I can not enter the correct data to perform the search.
Re: New Forum
Posted: Fri Dec 02, 2022 12:07 pm
by XorA
Derek_Stewart wrote: Fri Dec 02, 2022 9:06 am
Hi,
Sorry to complain about this more, but the Private Message, Find Member screen, is causing problems, the text is off black on white background, with the border of the text boxes in white.
I can not enter the correct data to perform the search.
There seems to be a disproportionate amount of web developers in ql scene maybe one can step forward with a theme?
Re: New Forum
Posted: Fri Dec 02, 2022 1:47 pm
by Derek_Stewart
XorA wrote: Fri Dec 02, 2022 12:07 pm
Derek_Stewart wrote: Fri Dec 02, 2022 9:06 am
Hi,
Sorry to complain about this more, but the Private Message, Find Member screen, is causing problems, the text is off black on white background, with the border of the text boxes in white.
I can not enter the correct data to perform the search.
There seems to be a disproportionate amount of web developers in ql scene maybe one can step forward with a theme?
So this means nothing can be changed?
Re: New Forum
Posted: Fri Dec 02, 2022 4:36 pm
by NormanDunbar
If anyone has access to the theme's CSS file "colours.css" (or is it colors.css?) then change this code:
Code: Select all
html, body {
color: rgba(0,0,0,0.4);
background-color: #ECF0F1;
}
to this instead:
Code: Select all
html, body {
color: rgba(0,0,0,1.0);
background-color: #ECF0F1;
}
This will make the text colour completely black instead of just 40% black.
HTH
PS. I'm not an HTML/CSS guru, nor do I play one on TV, but the Chromium browser's "inspect" option helped me out here.

Re: New Forum
Posted: Sat Dec 03, 2022 10:41 am
by Ruptor
I just noticed if I open another tab in Firefox so the QL forum is not the focus the cpu load disappears if that helps identify the massive cpu load used by your not so green site despite the colour.

Re: New Forum
Posted: Sat Dec 10, 2022 1:43 pm
by robheaton
NormanDunbar wrote: Fri Dec 02, 2022 4:36 pm
If anyone has access to the theme's CSS file "colours.css" (or is it colors.css?) then change this code:
Code: Select all
html, body {
color: rgba(0,0,0,0.4);
background-color: #ECF0F1;
}
to this instead:
Code: Select all
html, body {
color: rgba(0,0,0,1.0);
background-color: #ECF0F1;
}
This will make the text colour completely black instead of just 40% black.
Thanks Norm, I've updated that now.
Re: New Forum
Posted: Sat Dec 10, 2022 1:45 pm
by robheaton
Ruptor wrote: Sat Dec 03, 2022 10:41 am
I just noticed if I open another tab in Firefox so the QL forum is not the focus the cpu load disappears if that helps identify the massive cpu load used by your not so green site despite the colour.
Can you try this test again please?
I've removed the particles in the header, I'm assuming this was the cause, but I couldn't replicate it here.