Hi vibethemes team,
I have some free Units in the courses. In WPLMS 3.x the users can watch free units, but in WPLMS 4 Version they don't.
Example:
First Unit of this course is free:
https://planetacg.com/curso/houdini-flip-fluidos-en-sidefx-houdini/
This is the direct link to the Unit:
https://planetacg.com/unidad/1-0-que-es-flip/?id=44947
User don't see anything but there is a video in this unit
hi
just checked the same on local
it is working
please try to disable third party plugin one by one and then check the same
Hi,
I've just discover the solution. I don't know if this CSS code is part of WPLMS, but if you change the original code:
.cp-empty-content {
display: inherit;
}
to
.cp-empty-content {
display: block;
}
It shows the video correctly. I hope it can help to other people. Solve this topic too:
https://wplms.io/support/forums/topic/video-loads-and-then-dissapears-in-unit/
thanks or your confirmation and for sharing this information here
closing this topic