Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Rappi

    (@rappi)

    I have found the solution!

    Replace

    $team_members_output .= '<div class="mem-desc">'.get_the_content().'</div>'; // member role

    with

    $team_members_output .= '<div class="mem-desc">'.str_replace("\r", "<br />", get_the_content('')).'</div>'; // member role

    It’s in line 416

    Rappi

    Plugin Author Cynob IT Consultancy

    (@netattingo-technologies)

    Hi Rappi,

    Thanks for choosing plugin.
    And thanks for resolving you own issue ?? .
    We will update this in our next version.

    Please give good rating and reviews if plugin helps.

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Linebreak in Popup’ is closed to new replies.