BuddyDev

Search

Wow, it\'s quick! you have got it updated, the buddy circle title. !

  • Participant
    Level: Enlightened
    Posts: 60
    tangpage on #18477

    thank you ; )

    can i also ask you something…

    my buddypress multi line textarea field, new line doesn’t show on the front preview… it’s weird, not like this before… do you know what might cause the problem?

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #18482

    Hi Kino,
    Thank you.

    There can be many reason for the line issue. Can you please link me to a screenshot to help me understand it. Hopefully, I can assist you with it.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 60
    tangpage on #18499
  • Participant
    Level: Enlightened
    Posts: 60
    tangpage on #18500

    or: here

    https://gaythere.com/wp-content/images/test/ZZ431C149A.jpg

    on multiline text input, enter for next line, but output, no line break… ;(

  • Participant
    Level: Enlightened
    Posts: 60
    tangpage on #18501

    i tried to add this to function.php

    remove_filter (‘the_content’, ‘wpautop’);

    but still not working… ; (

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #18504

    Hi Kino,
    Thank you for the screenshot.

    Your issue seems to be related to the use of wpautop.

    You should not use

    
    remove_filter ('the_content', 'wpautop');
    

    It does opposite of what you are trying to achieve and it might affect your post content.

    Is the above content generated by some plugin? If yes, Please look into how it outputs the content. It is most probably missing the wpautop .

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved