Skip to:
Content
Pages
Categories
Search
Top
Bottom

Replies doenst show on a Topic


  • Kopertje
    Participant

    @kopertje

    Hello, My name is Robin and i run a WordPress website with bbpress.
    I have installed a new theme i found on the internet and now when someone posts a Topic it works fine, but when someone wants to reply on the topic the anwser isnt shown.

    You can see for your self with the following login details :

    Website : http://www.aeriscraft.nl
    Username : bbpresstest
    Password : bbpresstest

    Also people cant edit there posts, i think its something with the theme or the bbpress.css

    I use the newest wordpress and the newest bbpress. a clean installation.

    I hope you guys can help me.

    Iam sorry for my bad english.

    Greetings
    Robin

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

  • ronangelo
    Participant

    @ronangelo

    On line 889 of your theme’s styles.css you have a style that hides the replies

    .reply {
        display: none;
    }

    Just remove it.
    Or you could add this code if you have a custom css option.

    #bbpress-forums .reply {
        display: block;
    }

    Kopertje
    Participant

    @kopertje

    Thanks!

    It works again 😀

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar