Skip to:
Content
Pages
Categories
Search
Top
Bottom

Replies cutting off


  • Galador
    Participant

    @galador

    I tried to google a fix and nothing has worked yet. I definitely think it has to do with my theme and I’d just edit that if I knew how. I just started wordpress about two hours ago… Can I have some advise on how to fix my replies from cutting off?

    roleplaycentral.org is the url

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

  • Robkk
    Moderator

    @robkk

    bbPress is inheriting .hentry and .reply styles from your theme.

    you can add this custom css to fix it.

    #bbpress-forums .reply {
      margin-left: 0;
      text-align: inherit;
    }
    
    #bbpress-forums .hentry {
      margin: 0;
    }

    karl.lundgren
    Participant

    @karllundgren

    I’m having this problem as well. Under my forums, if someone replies to a topic it cuts off part of the text. Here’s an example:

    https://cruisermatch.com/groups/support/forum/topic/profile-cover-photo-resizing/#post-7269

    I really need help on this in a hurry everyone, my site launches on Tuesday and I need to fix this bug. Please help!

    PS. I tried the custom css posted by Robkk above and it didn’t work for me.


    Robkk
    Moderator

    @robkk

    @karllundgren

    #bbpress-forums .reply {
      margin-left: 0 !important;
      width: auto !important;
    }

    karl.lundgren
    Participant

    @karllundgren

    @robkk

    The bbpress plugin has 4 css files. I’ve inserted that css code into all 4 and the problem remains.


    karl.lundgren
    Participant

    @karllundgren

    I also inserted it in my theme’s style.css file as well. Still no change.


    karl.lundgren
    Participant

    @karllundgren

    So it seems to be working now. I’m not sure if it was this fix or the 10 others I tried, but thank you @robkk for your advise. Much appreciated!


    Robkk
    Moderator

    @robkk

    @karllundgren

    Do not mess with any of the bbPress plugin files in the plugins folder. Remember that if you do modify anything in the core plugin files of bbPress, it will be lost next update.

    Any custom CSS like the snippet I gave you, you place into your child themes CSS stylesheet or into a custom css plugin.

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