Hello,
My clients have reported about this: https://prnt.sc/d3g4Ltwg34aj
They login to continue their course, but there’s no content. No unit content is seen and no curriculum in the panel. Only the title of the course in the blue box in the upper left corner.
What might be wrong? Thank you.
Teemu
it seems like there is an error on the site
we need to check this
so please share the site URL and admin credentials in a private reply.
Hi,
did you make any changes? It sometimes shows the content and sometimes doesn’t. One client reported about the issue today.
Ok so, what do we do now? It is not working how it should. Sometimes it shows the content and sometimes not. Clients report on this problem. We have two courses running and this must be solved asap.
You can share us the ftp credentials and creds of the user who is facing this issue . We can check how its happening .
This is happening due to sync feature there .
Please try adding this code in your wplms-customizer.php file in wplms customizer plugin :
add_filter('vibebp_vars',function($vars){
$vars['xnonce'] =false;
return $vars;
},999);
noo
not here
in
wp-admin>>plugins>>plugin editor>>select WPLMS-Cutomizer plugin
and there add the code in wplms-custimzer.php
The topic ‘No course content visible on the course, student profile’ is closed to new replies.