Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Change User Profile Social Media

4 Posts
2 Users
0 Reactions
498 Views
Posts: 4
Topic starter
(@adastranaut)
Active Member
Joined: 4 months 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 months 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: 8 years ago

Support Team
Posts: 5486

@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 months 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!