AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] Problem to show reputation title

2 Posts
2 Users
0 Reactions
1,654 Views
bitstorm66
Posts: 14
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@bitstorm66)
Eminent Member
Joined: 5 years ago
[#18519]

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: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@tutrix)
Noble Member
Joined: 6 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


Share: