Notifications
Clear all

[Solved] Hide Online member

4 Posts
2 Users
1 Reactions
243 Views
Posts: 5
Topic starter
(@orsocapo)
Active Member
Joined: 5 months ago

Hi there,
I searched the forum but couldn't find the right answer.
I just installed WPForo and I already have Ultimate Member active.
The only problem I have is that offline users can also see online members and at the bottom they can see the latest member.
Can you kindly help me hide these two items?
Thank you

3 Replies
Posts: 5
Topic starter
(@orsocapo)
Active Member
Joined: 5 months ago

I add the other image

Thank you again

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@orsocapo 

The only problem I have is that offline users can also see online members

Here, we suggest you remove the "wpForo Online Members" widget. Currently, there is no option to hide the widget for offline users

 at the bottom they can see the latest member.

You can hide it using the CSS code below: 

#wpforo #wpforo-wrap #wpforo-stat-body .wpf-footer-box .wpf-newest-member {
   display:none !important;
}

Insert the codes in the wpForo > Setting > Colors & Styles > Custom CSS Code textarea.

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.

Posts: 5
Topic starter
(@orsocapo)
Active Member
Joined: 5 months ago

Thank you so much for your kind support!
In fact, I didn't realize that I had inserted the widget myself. I apologize for my distraction.
Kind regards