-
Author
-
March 22, 2016 at 22:45 #112265
Globetrekker
ParticipantI would like that my members do not have the choice to change the visibility of profile fields, and I would like the option completely hidden from them. In other words I want the “this field can be seen by: Everyone” gone. How to do this?
Thanks a lot in advanceMarch 24, 2016 at 19:51 #112629Radu
ModeratorHi,
You can try this css
COPY CODE.profile .field-visibility-settings legend, .profile .field-visibility-settings-toggle { display: none; }
The css can be added into wp-admin -> theme options -> styling options -> quick css
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 26, 2016 at 09:30 #112849Globetrekker
ParticipantHi Radu,
Thanks, but unfortunately it didn’t do the trick. Any other ideas?
March 28, 2016 at 16:50 #113115Radu
ModeratorHi,
Try with this instead of old css
COPY CODE.field-visibility-settings, .field-visibility-settings-toggle, .field-visibility-settings-notoggle { display: none !important; }
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 31, 2016 at 20:34 #113914Globetrekker
ParticipantThanks Radu,
That worked – now members cannot edit visibility from the profile page! 🙂
However, they can still change it from their profile settings. How do I disable this?
ThanksApril 1, 2016 at 15:41 #114097Radu
ModeratorHi,
You’re welcome
For that you will need a plugin similar to this : http://buddydev.com/plugins/bp-non-editable-profile-fields/ or if this is not what are you looking for ask on buddypress forums.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.