- This topic has 3 replies, 3 voices, and was last updated 10 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 eStore Forum › WP eStore General Questions › eStore Trying to Add Squeeze Page
Tagged: squeeze form, squeeze page
I’m trying to add a Squeeze page for my Premium Membership in a Widget sidebar. Kind of like a 7 Day free trial filling. How can i add a squeeze page to make it “Disappear” after the User has made an account I don’t want to see the squeeze page after they have subscribed .
Thanks for your help!
Are you also using eMember with eStore? The reason I ask is because with eMember you can control the content based on membership level. So you can use a section protection around the squeeze form to make it only available to non-members.
Here is the section protection documentation for the membership plugin:
http://www.tipsandtricks-hq.com/wordpress-membership/how-to-protect-a-section-of-a-post-or-page-88
Yes I am peter but the problem is like….I want to learn how to remove lets just say for instance … a:
7 Day Trial Squeeze Page Form on a Widget using the wordpress text widget I’ll add the html code…. (which emember protect do i use that once a user is logged in that 7-day trial widget disapears)
TEXT HTML WIDGET SIDEBAR of WordPress:
[emember_protected scope=not_logged_in_users_only]
FORM HTML GOES HERE
[/emember_protected]
I need the Form on the sidebar to disapeear once they are already a member.
Does that make sense?
Use the “do_not_show_restricted_msg=1” parameter with the shortcode which will completely hide that section.
In my opinion, what you are asking for is best done with some custom coding in your theme’s template file . Have a look at the following documentation which has many code snippets that might be helpful:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248