- This topic has 4 replies, 3 voices, and was last updated 11 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › How to remove "not a member? Join us"
My client doesn’t want this invitation, because of the nature of her business. Is it possible to remove it? Or at least redirect people to the registration page.
Thank you,
Lucy
The registration page is invoked by the shortcode:
[swpm_registration_form]
So, you can put this registration shortcode anywhere on your site and not use the default “join us” page, which basically does the same thing…It calls up the [swpm_registration_form] shortcode just does so via a “join us” graphic image.
Yes, I am using a custom “join us” page. But the short code calls up following line “not a member? Join us”
On my client’s case where membership is just for her employees, this line has no purpose. Is there any way to remove this line?
Thank you very much!
Lucy
I use this plugin and had to edit the page “simple-membership/views/login.php”. Go to Plugins –>Editor and then select the Simple Membership plugin at the top of the plugins page.
Find login.php shown above and edit out the line which includes Join Us.
Hope that helps!
Thank you very much! I was able to figure it out.