Notifications
Clear all

wpForo 1.x.x [Closed] Problem to show reputation title

2 Posts
2 Users
0 Likes
836 Views
bitstorm66
Posts: 8
Topic starter
(@bitstorm66)
Active Member
Joined: 3 years ago

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 {
  1. cursor: default;
  2. margin-bottom: -5px;
  3. display: none !important;
 
so thats why the title not showing up. What is my fault / problem?
 
regards
 
1 Reply
Tutrix
Posts: 1246
(@tutrix)
Noble Member
Joined: 4 years ago

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