- This topic has 7 replies, 3 voices, and was last updated 11 years, 7 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › eMember – custom message issue in partial protection shortcode
Tagged: custom message, ememeber free membership disabled on site, messages for nonmembers, partial protection, section protection shortcode
I am wanting to use a custom message and I can’t figure out what I’m doing wrong. I copied the statement from some of the tips. Here is what I have: [emember_protected for=2 custom_msg=”For Gold Members Only”]. What shows up is the first word no matter what I have in there. I don’t want to change the file because I want to customize according to the secured membership level.
Can someone tell me what I’m doing wrong?
Thanks.
Hi, can I take a look at the page where you are using this shortcode?
Please try copying the exact shortcode from here to see how it goes:
[emember_protected for="2" custom_msg="For Gold Members Only"]
Your content goes here
[/emember_protected]
Sorry should have included it:
[http://bit.ly/XzZc6R]
Thanks.
By the way my version is: Version 1.9.3
The version number you mentioned doesn’t sound correct. Please do the following:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
Oh my gosh I gave you the version for Lightbox – I have updated and am now on 8.5.7, but I still have the issue.
Thanks.
@JBattin, That page seem to have broken HTML code which is breaking up the layout. Please do the following:
1) Create a new WordPress page (you can call it a test page)
2) Enter the following code on that page
[emember_protected for="2" custom_msg="For Gold Members Only"]
Some test content. This content is only available to gold members.
[/emember_protected]
3) Share the URL of this test page that you just created so I can check it.
I believe wordpress put in <code and </code(can’t put the rest in) surrounding the shortcodes when I put in my own html and that is why it was failing. It is working now, thanks for the help.