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