Tips and Tricks HQ Support Portal › Forums › WP eMember › WP Membership – Upgrade Page for free members only message
Tagged: members, protected conditions, upgrade, upgrade options, wp membership
- This topic has 7 replies, 3 voices, and was last updated 10 years ago by admin.
-
AuthorPosts
-
November 5, 2014 at 12:17 am #11730TallMeerkatMember
Hello, I have 3 membership options – free, elite and elite plus. I have an upgrade page – [https://businesscoachingpro.com/business-coaching-upgrade/] that has the two pay now paypal buttons on for elite and elite+. This upgrade page is protected – only Free members can see the content. So, for elite and elite plus members they are seeing a message that says “You do not have permission to view this content”. How can I change this message so something like “you are already an elite member – return to your bookmarks”. I have tried removing the top level protect page and used nested shortcodes but that has not worked either. What would you suggest?
Thanks
latest version of WordPress and the plugins
November 5, 2014 at 3:21 am #66573wzpModeratorHow to Protect a Section of a Post or Page (Partial Protection)
[emember_protected for=1 do_not_show_restricted_msg=1]
Free (level 1) members see this only.
All other levels see nothing, including error messages.
[/emember_protected]
[emember_protected not_for=1 do_not_show_restricted_msg=1]
Everyone who is not a free (level 1) member sees this.
Level 1 members do not see this.
[/emember_protected]
November 5, 2014 at 7:25 am #66574TallMeerkatMemberThanks for the reply. I have tried this “3” is Free:
[emember_protected for=3 do_not_show_restricted_msg=1]
<table>
<tbody>
<tr style=”background-color: #e4e6eb;”>
<td style=”text-align: center;”>
<h2 style=”text-align: center;”>Elite
</td>
<td style=”text-align: center;”>
<h2 style=”text-align: center;”>Elite +
</td>
</tr>
<tr style=”border-color: #2979e7; background-color: #ffffff;”>
<td style=”text-align: center;”>Newsletter</td>
<td style=”text-align: center;”>Income Boost Plan</td>
</tr>
<tr>
<td style=”text-align: center;”>Video Blog</td>
<td style=”text-align: center;”> Priority Access Training</td>
</tr>
<tr>
<td style=”text-align: center;”>Bonus Resources</td>
<td style=”text-align: center;”>Insider Tips</td>
</tr>
<tr>
<td style=”text-align: center;”>£48</td>
<td style=”text-align: center;”> £499.00</td>
</tr>
<tr>
<td style=”text-align: center;”>Monthly</td>
<td style=”text-align: center;”> Annual</td>
</tr>
<tr>
<td style=”text-align: center;”>[wp_eStore_buy_now_button id=1]</td>
<td style=”text-align: center;”>[wp_eStore_buy_now_button id=2]</td>
</tr>
</tbody>
</table>
[/emember_protected]
[emember_protected not_for=3 do_not_show_restricted_msg=1]
You are already an Elite member.
[/emember_protected]
This condition – [emember_protected for=3 do_not_show_restricted_msg=1]
is working. But when signed is as id 2 or 4 they are still seeing – “You do not have permission to view this content”
What do you suggest? Thanks.
November 5, 2014 at 9:57 pm #66575wzpModerator[emember_protected for=3 do_not_show_restricted_msg=1]
Lots of HTML code…
[/emember_protected]
Could you please try this?
- Begin with just the shortcode and a simple message inside.
- Slowly add your HTML back in, until it breaks.
November 5, 2014 at 11:22 pm #66576TallMeerkatMemberThanks wzp.
However with just this:
[emember_protected for=3 do_not_show_restricted_msg=1]
free person sees
[/emember_protected] [emember_protected not_for=3 do_not_show_restricted_msg=1] You are already an Elite member. [/emember_protected]
ids 2 or 4 they are still seeing – “You do not have permission to view this content”
November 5, 2014 at 11:25 pm #66577wzpModeratorDid you place each of the shortcode start/stop delimiters on their own separate lines, or did you place them on the same line, like you just did in your last post?
November 5, 2014 at 11:36 pm #66578TallMeerkatMembersame line wzp.
But I have just tried it on separate lines – and still seeing “You do not have permission to view this content.”
November 6, 2014 at 2:04 am #66579adminKeymasterI will take a look inside your site to check your setup. I have sent you an email for it.
-
AuthorPosts
- You must be logged in to reply to this topic.