Support » Plugin: LearnPress - WordPress LMS Plugin » Lessons Will Not Display

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @desertclinics,

    can you set a lesson to preview able please, I can click to view a lesson to see what’s going on.

    thank you.
    Minh.

    Oh, I’ve just create a new account.

    I found some strange css rules here:
    first this one prevent user to scroll with log content, please remove it.

    <style type="text/css">
    		html{
    			overflow: hidden;
    		}
    	</style>

    in the lerarnpress/assets/css/learnpress.css` line 461 please change display: none to display: block.

    Minh.

    Thread Starter desertclinics

    (@desertclinics)

    Hello… Thanks for your help! I have changed line 461 and now the lesson is displaying. I have also added html{overflow:auto!important;} to my style.css file to override the other command. It seems though that I am missing the “next/previous” buttons at the end of a lesson. Any ideas what is going on?

    Rony III

    • This reply was modified 7 years, 4 months ago by desertclinics.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lessons Will Not Display’ is closed to new replies.