Aug 31, 2021 2:45 pm
                        The forum>setting>function - reputation titel - ist set to on
The forum>setting-member - show rep title ist set checked for each usergroup
But the Titel is not show.
in the profile page css looks so:
#wpforo-wrap .wpf-member-title.wpfct
- cursor: default;
 - margin-bottom: -5px;
 - display: none !important;
 
so thats why the title not showing up. What is my fault / problem?
regards
                         1 Reply                    
                Aug 31, 2021 5:11 pm
                        This CSS code is a copy of the configuration from my member list
i have set this view to display: none; on purpose
#wpforo #wpforo-wrap .wpf-member-title.wpfrt, #wpforo #wpforo-wrap .wpf-member-title.wpfct {
cursor: default;
margin-bottom: -5px;
display: none !important;
}
remove the display: none; and everything is ok