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 [Closed] Translation -> Upper Case will shown as Lower Cases...

2 Posts
2 Users
0 Reactions
1,911 Views
Posts: 1
Topic starter
(@lozdigloz)
New Member
Joined: 8 years ago

Hello,

i've got some Question. The translation of "Member Activity" which is shown in User Profils uses only lower case. But for the German Language Translation it must be start with an upper case. If i translate it via po File and use an upper case, it would be shown an lower case. How can i change it, that the translation is shown as i typed in?

 

Thanks

1 Reply
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

You can fix that using CSS code. Please navigate to Dashboard > Forums > Settings > Styles admin page and put this CSS code in Custom CSS Code textarea. Save it delete all caches and do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap .wpf-profile-section .wpf-profile-section-head {display:inline-block}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-profile-section-head:first-letter {text-transform: uppercase}