NLBlackEagle (@nlblackeagle)

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

  • NLBlackEagle
    Participant

    @nlblackeagle

    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 😀


    NLBlackEagle
    Participant

    @nlblackeagle

    I 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 and find #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

    http://www.hastebin.com/ilehunucay.css


    NLBlackEagle
    Participant

    @nlblackeagle

    I disabled all plugins except bbpress & bbPress and set the theme to twentytwelve
    The error was still there tho.


    NLBlackEagle
    Participant

    @nlblackeagle

    I 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.


    NLBlackEagle
    Participant

    @nlblackeagle

    I tried this but if I do this the topic wont show any content.

    The topic also appears with gray font instead of black

    http://www.craftrealms.org/forums/forum/information-2/

Viewing 5 replies - 1 through 5 (of 5 total)