BuddyBoss Home – Web Support Forums Solutions Social Learner Forum missing line breaks

  • This topic has 5 replies, 2 contibutors, and was last updated 9 years ago by Anonymous.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #50111
    @mln83

    Is it somehow possible to enable line breaks when writing in a group forum?

    Answers

    #50144
    @mln83

    As it is now the line breaks are removed when creating a forum topic / reply etc.

    I deactivated my cache plugin (specifically minify HTML, CSS, JS) to ensure that it wasn’t the cause of the removal of line breaks. So it must be something in either bbPress 2.5.8 or Boss 2.0.1 / Social Learner 1.0.4?

    Will do some more testing to find root of this.

    #51037
    @mln83

    I performed further testing on this. When changing to Twenty Fifteen Theme the line breaks in the bbPress forum was retained. The line breaks are removed when changing back to Boss 2.0.3 or Social Learner 1.0.6.

    It seems like a bug to me. Do you have any recommendations on how we can retain line breaks?

    Best regards,
    Michael

    #51103

    Anonymous
    @

    Hi @mln83 please try with

    
    <br class="clear" /> or <br />
    

    It should work.
    Regards
    Varun Dubey

    #51317
    @mln83

    Hi @vapvarun,

    I used the following code instead:

    .bbp-reply-content p {
      margin: 0px 0px 18px;
      font-size: 13px;
    }

    Seems to do the trick.

    Best regards,
    Michael

    #51362

    Anonymous
    @

    🙂 Glad you solved your issue.
    Regards
    Varun Dubey

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Forum missing line breaks’ is closed to new replies.