Forum Replies Created
-
In reply to: Plugin Search Block Comments
I managed to work it out!
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
background-color: #transparent;
color: #000;
}It was just a matter of messing around with the things provided!
The issue not readable was a hidden option issue, I deleted the topic and made a new one. It shows just perfectly now 😀
In reply to: Plugin Search Block CommentsI found the way to fix the gray out issue for most people. However this didnt worked for me.
In this folder:
/wp-content/plugins/bbpress/templates/default/css
Open up bbpress.css andfind #bbpress-forums .status-closed,
I changed color: #ccc; to #000;
This should have fixed the gray out issue. However it did not worked =/
This is a paste of the bbpress.css file: I changed line 59
In reply to: Plugin Search Block CommentsI disabled all plugins except bbpress & bbPress and set the theme to twentytwelve
The error was still there tho.In reply to: Plugin Search Block CommentsI found a topic on this issue, however I Didnt managed to fix it ( Im using Magicraft theme by the way )
I found the bbpress.css and added:
#bbpress-forums .bbp-body .status-closed,
#bbpress-forums .bbp-body .status-closed a {
color: #ccc;
}#bbpress-forums .bbp-body .bbp-topics-front ul.super-sticky,
#bbpress-forums .bbp-body .bbp-topics ul.super-sticky,
#bbpress-forums .bbp-body .bbp-topics ul.sticky,
#bbpress-forums .bbp-body .bbp-forum-content ul.sticky {
background-color: #ffffe0 !important;
}Anyway, even if the gray out issue was fixed, I still can’t see any content of the closed topic.
In reply to: Plugin Search Block CommentsI tried this but if I do this the topic wont show any content.
The topic also appears with gray font instead of black