Change Learndash lessons page to full-width

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Change Learndash lessons page to full-width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15564
    Sander N
    Participant

    Hi,

    How could i make the sidebar disappear? And have the course show up full-width?

    Is there also an option to make the course maximizing to the window?

    Thanks

    #15673
    Raghavendra
    Moderator

    Pls insert this piece of code in framework/presentation/layout-manager.php file at line number 201 in function get_current_layout() –

                elseif (is_singular(array('sfwd-courses', 'sfwd-assignment' , 'sfwd-lessons', 'sfwd-quiz', 'sfwd-topic', 'sfwd-certificates'))) {
    
                    $layout = '1c';
                }
    

    Pls remove the relevant custom post types from the above code(quiz, assignment,lessons etc.) if you do not need them to be full width.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.