Notifications
Clear all

[Solved] Change User Profile Social Media

4 Posts
2 Users
0 Reactions
190 Views
Posts: 4
Topic starter
(@adastranaut)
Active Member
Joined: 4 weeks ago

Sorry couldn't find this question in here anywhere: how can I turn off or adjust which social media options are available in user profiles? Thank you. 

Topic Tags
3 Replies
Posts: 4
Topic starter
(@adastranaut)
Active Member
Joined: 4 weeks ago

OK I did some more searching and someone had put this custom code in here which works for all of the Social Network fields I want to remove EXCEPT for VKontakte. Any ideas on that one? Why I can't remove it with this code (exchange 'skype' for whatever title you want to remove, such as VKontakte):

.wpf-field-type-text.wpf-field-name-skype {
display: none !important;
}
1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 5286

@adastranaut 

You can use the code provided here: https://wpforo.com/community/how-to-and-troubleshooting-2/remove-profile-elements/#post-86268.

Just remove the class of the social media field you don't want to hide.

Alternatively, I’d recommend checking out the wpForo – User Custom Fields addon.
For more information, please visit: https://gvectors.com/product/wpforo-user-custom-fields/

Posts: 4
Topic starter
(@adastranaut)
Active Member
Joined: 4 weeks ago

Thank you, very helpful. I also hadn't thought about the Password field, so I removed that too since this is part of a larger membership site for me!