Hi
Pl. refer to my previous post and the solution provided: https://wpforo.com/community/how-to-and-troubleshooting-2/hidden-wordpress-members-still-displaying-in-our-newest-member-in-forum-stattistics/#post-31239
.wpf-stat-other > span:nth-child(2) {
display: none !important;
}
The solution provided worked fine(kriyayogajagat.com/community/). However, unable to hide "Our newest member" for another forum (kriyayogasandesh.com/community/). Am I missing out something here?
Warmest Regards
BM
Hi @dhyanakendra,
In case of the kriyayogasandesh.com/community/ forum, you should use the CSS code below if you want to hide the "Our newest member" section. There are some other CSS codes added by you, thus the solution doesn't work in the case of the second forum.
#wpforo #wpforo-wrap .wpforo-stat-table p.wpf-stat-other > span:first-child {
display: none !important;
}
Thanks Sofy!
That worked fine. We shall be launching the forum soon.
Warmest Regards
BM
Hi Sofy,
The "our newest member" section gets unhidden if any content is posted in any of the listed forums. It gets hidden again the moment the post/content is deleted.
Before any content/post is published
After content/post is published
Please note how the display changes in the forum statistic section
Hope, I am clear in putting forth the issue.
Warmest Regards
BM
Hi @dhyanakendra,
Please watch the following video. We've checked several times and don't find such an issue.