Please enable the Maintain accurate Student Count from wplms -> course manager .
Please try deactivating the third party plugins specially the caching plugin .
I did deactivate third party plugins for caching and "Maintain accurate Student Count" already was enabled, but nothing happend. Is it possible to hide number of students (because it does not show the correct amount of students)?
1. CAn you share the url of the page where you want to hide the course participants .If it is accessible to logged in use then please share a login credentials to access it .
PS: marks reply as private while sharing the info .
2. Please try adding a student from course admin and clear the browser cache and then check the course student count .
Url: http://www.officekurs.se/alla-kurser/excel-grundkurs/
It says "106 DELTAGARE" ("106 PARTICIPANTS" in English). In reality it is over 1.000 participants.
Thanks in advance,
Tobias
Add the given css to hid the students form wp-admin -> apearance -> customize -> custom css :
.students {
display: none;
}
Try deactivating the third party plugin in your specially the caching plugins .
If above does not helps please share admin credentials to check the number of participants issue in your site .