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.

 

wpForo 1.x.x [Solved] wpforo userarea avatar upload text length

3 Posts
2 Users
1 Reactions
893 Views
Posts: 2
Topic starter
(@mtheissen)
New Member
Joined: 4 years ago

Hello, we are currently creating a forum with your plugin. First of all we would like to say that we are really excited - thanks for the great work.

You can upload an avatar in the user area - unfortunately the text is shortened here. How can we make sure it is displayed in full?

thanks

2 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @mtheissen,

Go to Dashboard > Forums > Settings > Styles Tab and insert the below CSS Code in Custom CSS Code Field:

#wpforo #wpforo-wrap .wpforo-profile-wrap input[type="file"].wpf-custom-avatar {
width: 86% !important;
}
Posts: 2
Topic starter
(@mtheissen)
New Member
Joined: 4 years ago

wow - fast and perfect. Many Thanks !!!