• Resolved SeanBanksBliss

    (@seanbanksbliss)


    Hi again,

    My memberhsip confirmation pages has two issues:
    #1. The confirmation message for the membership level is not displaying line breaks, it’s just lumping it all together as one paragraph.
    #2. The system is adding a line of text to the end of the paragraph and the automatically added text has a blatant error:

    Below are details about your membership account. A welcome email with has been sent to myemail@mymail.com.

    A welcome email with… With what?

    Please help fix.
    Thank you.

    https://wordpress.org/plugins/paid-memberships-pro/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello. Thank you for using Paid Memberships Pro. With regards to #1, you can use a filter to run the message through the wpautop function.

    add_filter('pmpro_confirmation_message', 'wpautop');

    You can add this to your active theme’s functions.php file.

    With regards to #2, I have removed the erroneous ‘with’ and it won’t be an issue in the next update. For now, you can go to the file

    …/wp-content/plugins/paid-memberships-pro/pages/confirmation.php

    and navigate to around Line 97, where the code to display the message is located. You can remove the ‘with’ from the message.

    Hope this helps. Thanks again.

    Thread Starter SeanBanksBliss

    (@seanbanksbliss)

    Thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Membership Confirmation Page Display Problems.’ is closed to new replies.