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

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Show member profile buttons

3 Posts
2 Users
1 Reactions
1,044 Views
Posts: 108
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
(@hector)
Estimable Member
Joined: 7 years ago
[#14568]

Hello community.

Currently when a user comments on the forum, it looks like this:

Regardless of the forum layout that I have activated, I would like the user's booties to be shown without the need to press the arrow, like this:

How can i fix this?

frt
fhy

2 Replies
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

@hector

add this to custom css

#wpforo #wpforo-wrap .wpforo-post .wpforo-memberinfo {
display: block !important;
}

Dashboard > Forums > Settings > Style (custom css)

 


Posts: 108
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
(@hector)
Estimable Member
Joined: 7 years ago

Thanks for your reply.

Also put this css to remove the little arrow:


#wpforo #wpforo-wrap .wpforo-post .wpforo-membertoggle {
display:none;
}

With the two configurations it looks like this:

Thank you again

grw

Share: