Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Website Setup › Pages › Buddypress registration – change required fields
- This topic has 7 replies, 2 voices, and was last updated 6 years, 1 month ago by
Themosaurus.
-
AuthorPosts
-
@themosaurus
- 1 Topics
- 1675 Posts
Hi @loveplove,
1. Unfortunately we don’t know any easy way to remove the username field in BuddyPress registration as it is a mandatory field for user creation. However maybe this link would be a good starting point for you:
Since this is handled by BuddyPress, we don’t have much control over this issue and can’t help you much more with this. So if you need further assistance with that, we recommend that you contact BuddyPress support:
https://buddypress.org/support/
2. If you want to remove the numbers in the register page, here is a CSS snippet that should do the trick:
.buddypress.register .bp_register #register-page #signup_form .register-section:before { display: none; }
Or if you want, you can also have them displayed over the form instead of under with this CSS snippet:
.buddypress.register .bp_register #register-page #signup_form .register-section:before { z-index: 1; }
If you need to find out how to add custom CSS to your site, we recommend that you visit this article of our documentation:
Hope this information helps you.
Best regards,
January 30, 2019 at 15:45 #4961@themosaurus- 1 Topics
- 1675 Posts
1. To make the font of the privacy settings smaller, here is another CSS snippet that should do the trick:
#buddypress .field-visibility-settings, #buddypress .field-visibility-settings-notoggle, #buddypress .field-visibility-settings-toggle { font-size: 12px; }
You can modify “12px” as you like to change the size.
2. I believe you might have pasted the snippet as a PHP snippet instead of a CSS snippet. To paste this snippet, please make sure to go to Appearance > Customize then paste the snippet in the “Additional CSS” panel, as stated in the article I previously linked:
Please keep me updated if it works for you.
Regards,
January 30, 2019 at 16:06 #4970KhurshidParticipant@loveplove- 4 Topics
- 14 Posts
Thank you. This worked.
But this didnt: https://premium.wpmudev.org/forums/topic/how-do-i-remove-the-required-username-field-from-registration
For now though, it is ok. thank you.
February 2, 2019 at 23:32 #5029@themosaurus- 1 Topics
- 1675 Posts
You’re welcome. ?
Best regards,
February 7, 2019 at 13:51 #5138 -
AuthorPosts
The topic ‘Buddypress registration – change required fields’ is closed to new replies.