Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Support request] User Archive Bio Field Texts No Line Breaks.

Home Forums Support [Support request] User Archive Bio Field Texts No Line Breaks.

Home Forums Support User Archive Bio Field Texts No Line Breaks.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #377316
    Leon

    Hello Tom,

    If you look at my user archive page, you’ll find that the author’s bio texts have no line breaks which makes it hard to read. This link shows it: https://interpreterdatabase.com/author/rossaflavor

    But actually when the user edited their profile, they have used breaks as in this link: https://interpreterdatabase.com/profile/440

    Could you help me on this please? I just don’t know if it’s the theme or any plugin that caused this.

    Thank you!
    Leon

    #377431
    Leo
    Staff
    Customer Support

    Hi there,

    Looks like you are using a user profile plugin? maybe this one? http://profileplugin.com/

    I would try contacting their support.

    Let us know πŸ™‚

    #377446
    Leon

    Hi Leo,

    Yes I’m using that plugin. If you need more information, please let me know.

    Thank you!
    Leon

    #377450
    Leo
    Staff
    Customer Support

    Sorry by that I mean you should try contacting their support πŸ™‚

    #377452
    Leon

    Ah, I see. So there is no problem with my theme, is that right?

    #377705
    Tom
    Lead Developer
    Lead Developer

    Hmm, maybe try this function?

    add_filter( 'get_the_author_description', 'tu_author_desc_autop' );
    function tu_author_desc_autop( $output ) {
        return wpautop( $output );
    }
    #377801
    Leon

    Hi Tom,

    Thank you!!

    It works in my author’s post archive page. But on the bbpress Author page, it still isn’t showing right. As seen here: https://interpreterdatabase.com/users/rossaflavor

    I’m assuming this should be a problem with the bbpress plugin?

    Thanks again
    Leon

    #377908
    Tom
    Lead Developer
    Lead Developer

    Yea, that likely means they aren’t using the get_the_author_meta() function provided by WP.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.