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.
- Β 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Β
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.Β
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.Β