Okay
  Public Ticket #171436
No "New Topic" or "Reply" Links
Closed

Comments

  • Elif started the conversation
    Hi again, Another problem we are having is that bbpress forum pages does not have any links nor buttons for replying + creating a new topic. Is this because of template is not 100 percent supportive for bbpress? Thank you.
  •  93
    djwd replied

    Hi there,

    Yes I believe there is a class name conflict. please refer to this ticket you should find the solution for this issue

    Regards
    djwd

    Regards
    djwd

  • Elif replied

    Thank you so much but I did not understand a single thing from that ticket. What causes the class name conflict? What code should I copy and paste to where?

    Thanks.

  •  93
    djwd replied

    By reading the ticket the user fixed it by pasting this css in the Custom CSS textarea (Advanced Tab)

    .bbpress .reply a {
    
    display: inline-block;
    position: inherit;
    background-color: transparent;
    color: black;
    bottom: -2px;
    height: inherit;
    padding: 6px 10px 2px;
    font-family: inherit;
    font-size: 14px;
    font-size: .875rem;
    font-style: normal;
    border-bottom: inherit;
    
    }

    I didn't tested it personally though.

    djwd

    Regards
    djwd