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.
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.
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;
}
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!