• Resolved matthwm

    (@matthwm)


    Hello,

    I am having an issue with the edit and password pages are blank.

    /my-profile/?a=edit
    /my-profile/?a=pwdchange

    I am using the following code. All else works great.

    [wp-members status= “in”]

    <h3>You are now logged in</h3>

    [wp-members page=”user-profile”]

    [/wp-members]

    [wp-members status=”out”]

    This content is restricted to site members. If you are an existing user, please log in. New users may register below.

    [wp-members page=”members-area”]

    [/wp-members]

    Thank you for any assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    There are a couple of problems with what you have. I’m not sure where you got these shortcodes, but all of them are obsolete. They should be replaced with the correct versions.

    All of what you have can be accomplished with the [wpmem_profile] shortcode, which is what should be used here.

    As to why the forms did not display, it’s not actually because the shortcodes used are obsolete. The plugin does still support the old versions for people who have not updated them. Instead, the reason is that you have improperly encoded double quotes. This can happen if you copy/paste from a web page where quotes are encoded as “curly” quotes.

    ” is not the same as “. So WP’s shortcode parser reads the attribute value as “”user-profile”” and not “user-profile”

    Thread Starter matthwm

    (@matthwm)

    Thank you!

    Plugin Author Chad Butler

    (@cbutlerjr)

    No problem!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘edit profile and change password pages empty’ is closed to new replies.