Feb 19, 2019 1:10 am
- Β How do I make it so the max avatarΒ size it more then 8 kb
- How do I hide the use word press and urlΒ avatarsΒ
3 Replies
Feb 19, 2019 8:27 am
HiΒ @need_not,
How do I make it so the max avatarΒ size it more then 8 kb
We'll add a new filterΒ wpforo_avatar_upload_max_filesizeΒ in next version release. You'll be able to change the avatar upload size.
How do I hide the use word press and urlΒ avatarsΒ
You should add the following CSS code in "Custom CSS code"Β textarea, it is located in Dashboard > Forums > Settings > Styles admin page.
#wpforo #wpforo-wrap .wpf-field-type-avatar .wpf-field-wrap > ul > li:first-child, #wpforo #wpforo-wrap .wpf-field-type-avatar .wpf-field-wrap > ul > li:nth-child(2) {
display: none !important;
}
Please don't forget to delete all caches before checking.Β
Feb 20, 2019 8:05 am
Hi @need_not,
yes, you just need to add the CSS code I've provided in the previousΒ post, delete all caches and do CTRL+F5 on the forum frontend.Β