Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Remove or Hide "Join Us" link from eMember widget
Tagged: compact login, css, eMember, join us, widget
- This topic has 6 replies, 4 voices, and was last updated 7 years, 4 months ago by bdc.
-
AuthorPosts
-
November 28, 2012 at 2:57 am #8020paulcookMember
Hi There, Can I remove the “Join Us” text at the base of the Member Login Widget?
“Forgot password?” can stay.
Thanks for your help with this.
November 28, 2012 at 4:47 am #51843PeterMemberYou can edit the “eMember_auth_utils.php” file. Look for a function called “eMember_compact_login_widget_custom” and you can remove the lines which are inserting the join us link (the comments in the code should help you)
Side Note: You don’t really have to hide/remove the join us link. You can edit the join us page in WordPress’s page editor and just have a message there that says something like the following:
This is a private site. We create account manually and send the info to our users.
November 28, 2012 at 7:35 am #51844paulcookMemberCool! Thanks for quick reply.
June 9, 2015 at 11:34 pm #51845adminKeymasterYou can also hide the Join Us link using CSS.
Grab the following plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following CSS tweak in there to hide the join us link of eMember:
#wp_emember_loginForm #register {
display: none;
}See the following post if you want to hide the forgot password link:
https://support.tipsandtricks-hq.com/forums/topic/emember-changing-forgot-password-link
April 12, 2017 at 1:25 pm #51846bdcMemberHi!
Concerning: the WP eMember Extra Login Shortcodes Addon
I’ve used the following information from the forum :
https://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-extra-login-shortcodes-addon-1094
https://support.tipsandtricks-hq.com/forums/topic/wp-emember-widget-not-present#post-69915
https://support.tipsandtricks-hq.com/forums/topic/remove-join-us-link-from-emember-widget
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
I installed the css plugin and added the CSS tweak in order to get the Join Us! link removed but unfortunately it is still there. The same goes with the colour (I would like to change the button in black instead of green)
Could it have to do with the text widget I’ve used to install it on my site? I don’t have any nasty plugins (I’ve checked your bad list) Or should I get in touch with the theme developer?
Here’s the link to my website, for you to see if necessary: [http://lifestyletalks.info/]
Thank you in advance for your help!
Best regards,
April 13, 2017 at 12:27 am #51847adminKeymasterI think you are using the 2nd fancy login widget. The following CSS tweak should hide the “Join us” link from that member login widget:
.eMember_fancy_login_2 #register {
display: none;
}April 13, 2017 at 4:45 pm #51848bdcMemberHi admin!
Perfect!
Thanks a million!
Kind regards,
-
AuthorPosts
- You must be logged in to reply to this topic.