• Resolved Suhimi Nain

    (@suhiminain)


    Hi, i have a problem about Restriction Message in Settings > Content Restriction > Restriction Message. I was insert HTML format text in the textarea (for logout/non member message). But after saving, all format was removed.

    But, when i check in individual post the Restrict Message in working fine and save the HTML Formated Text.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Thank you for reaching out to us.

    We know about this issue and in the next update it should be fixed.

    As soon as it is live please update the plugin and let me know if everything is working correctly.

    Best regards,

    Hi guys, I think this is the same problem I have, when I try to break lines.

    I made this workaround until the fix is ready. I added the following code on functions.php of my child theme:

    function linebreak_pms( $string ) {
    $string = str_replace(“\\n”,”<br>”,$string);
    return $string;
    }
    add_filter( ‘pms_email_content’, ‘linebreak_pms’);

    In PMS setings, I write the text in just one line, adding “\n”, for example:

    “Dear Customer!\n\nYou have successfully created your account!\n\nNow we waiting for your payment confirmation. You don’t need to answer this message.”

    This of course is a ugly workaround, but I was able to send emails with line breaks in the body.

    Thanks!

    Plugin Author Georgian Cocora

    (@raster02)

    Hello guys,

    This issue will be fixed in the next release of Paid Member Subscriptions.

    I believe this will happen later this week.

    Regards.

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

The topic ‘Restriction Message HTML Saving Problem’ is closed to new replies.