Hi
It seems there is a problem on the forum, older posts disappear from list displayed, but are found by a search
Have you placed a limit of posts displayed ?
It is useful to see all the questions and answers already sent in order to learn what others encountered and find as solutions.
Thanks
Display of older posts
Hi Pierre,
They're still there, but there's a problem with the website. I think there's a limit of ten posts per page on a thread, older posts are moved to older pages. The page selector buttons have a black color, so they're basically invisible. You should be able to see the page 1 button though, page 2 is just beside it.
They're still there, but there's a problem with the website. I think there's a limit of ten posts per page on a thread, older posts are moved to older pages. The page selector buttons have a black color, so they're basically invisible. You should be able to see the page 1 button though, page 2 is just beside it.
Andy
Firmware developer at Foolography
Firmware developer at Foolography
Hi Andy,
quick fix:
In common.css add
to the section
in line 826. In default.css remove
from the section
in line 55. In default.css remove
from selector in line 68
Hope this helps.
Greetings
Kay
quick fix:
In common.css add
Code: Select all
border-color: #ffb600;
Code: Select all
.action-bar .pagination .button
in line 826. In default.css remove
Code: Select all
color: #111111 !important;
Code: Select all
a.button
in line 55. In default.css remove
Code: Select all
a.button .icon
Code: Select all
a.button .icon, a.button .icon:hover, a.button:hover .icon, a.button:hover .icon:hover
Hope this helps.
Greetings
Kay