Online users add-on : an option to display only "Online" when online instead of Offline/Online would be nice. I find that 'Offline' status is not so interesting while charging the display. We should have the possibility to chose.
Notifications
Clear all
Jan 18, 2019 2:36 am
1 Reply
Jan 18, 2019 3:46 pm
Thank you @usernamemi for this suggestion. We'll take it into consideration for future releases.
For now, I suggest you use the following CSS code for this purpose. Add it in Dashboard > Comments > Settings > Styling > "Custom CSS code" textarea.
.wou-status-offline {
display: none !important;
}