If Chat is disabled:
It’d be really nice to not display the stats for it on the /About
page
FWIW I would also extend this further to not displaying it if Chat is being used as a staff-only function so as not to reveal its existence/activity to everyone.
At the moment the CSS workaround is adding this to a small theme component:
.about-chat_messages-count {
display: none;
}
Hi @Richie, I’ve just merged a fix for this yesterday, once your site is updated the chat stats should no longer show up in the About page (there may be a 30m delay as well since we cache the About stats heavily):
You should no longer need to have the CSS fix after this.
Great job @Martin - thank you so much
This topic was automatically closed after 3 days. New replies are no longer allowed.