How-to and Troubleshooting
2
Posts
1
Users
0
Reactions
940
Views
Apr 15, 2020 1:47 pm
We're realizing that we're getting mixed content warnings from Google because some users have put HTTP URLs in the "Specify Avatar by URL" field.
Is there a way to force them to only use HTTPS here?
Or, perhaps even better: is there a way to ONLY allow uploads and not allow avatars by URL?
1 Reply
Apr 15, 2020 1:52 pm
Of course, while I was posting it offered me the "avatar by URL" tag, so I dug and found https://wpforo.com/community/how-to-and-troubleshooting-2/remove-avatar-options/#post-18470
Adding this to Dashboard > Forums > Settings > Styles > Custom CSS Code solved this by hiding the option from view for users. Thanks!
.wpf-field-wrap > ul > li:nth-child(2) {
display: none !important;
}