Unable to find LearnDash Course archive view/summary

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Unable to find LearnDash Course archive view/summary

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #28719
    bking12358
    Participant

    Problem; This page typically shows a summary of the LearnDash courses in our school program (total of 22 courses), but when you scroll down this page; https://ethoseducationonline.com/courses/
    you only see the 1st 8 courses, and the button to take you to the next page(s) for the additional courses generates a “404 error”.

    URL; https://ethoseducationonline.com

    TEMP ADMIN LOGIN;

    username; Invent Theme
    password; support2017!!

    Thank you for your help,
    Brian

    #28722
    Veena
    Moderator

    Too many plugins are installed rightnow. Can you pls deactivate all plugins (except learndash) once and see if that makes any difference or not ?

    #28730
    bking12358
    Participant
    This reply has been marked as private.
    #28740
    Veena
    Moderator
    This reply has been marked as private.
    #28741
    bking12358
    Participant
    This reply has been marked as private.
    #28744
    Raghavendra
    Moderator

    I am not sure what is wrong with course archive – you may want to check with LearnDash support on this since they handle custom permalinks for these courses they create in the Settings->Permalinks page. Meanwhile, I created a page template which looks almost identical to courses archive at the same URL which has similar look and feel of course archive with a custom sidebar on the left. Pls check if that works for you if you do not want to deal with course archive. The pagination is working fine on this page.

    #28756
    bking12358
    Participant
    This reply has been marked as private.
    #28796
    bking12358
    Participant
    This reply has been marked as private.
    #28801
    Veena
    Moderator

    Atpresent there is no such way to control the layout of learndash courses page.
    So can you pls try add the below code in framework/presentation/layout-manager.php file in function get_current_layout()

    elseif (is_page_template('template-ld-courses.php')){
                        
                      $default_layout = '1c';
    
                      $layout = $this->get_layout_option_value('mo_course_layout', $default_layout);
                }
    

    Then you can manage the layout through themeoptions > Site layout .

    Instead of making direct change in the theme file pls override the function get_current_layout in invent child theme . So that you can preserve the change even after theme update.

    #28826
    bking12358
    Participant
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Unable to find LearnDash Course archive view/summary’ is closed to new replies.