• Resolved Jakerome

    (@jakeromesetup)


    The sidebar filter is showing when I use the course shortcode for my page even though I already disabled the filters in the courses settings. Here’s a sample of my shortcode:

    [tutor_course orderby=”ID” order=”asc” count=”10″]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @jakeromesetup

    I can see the sidebar filter Enable/Disable option only works for the page that is set as Course archive page from WordPress dashboard > Tutor LMS > Settings > Courses tab. If you are using the shortcode on another page which is not set as Course archive page and the filter toggle which is set from settings is not working there. .

    I have already notified the developers about this and this will be solved in the next update. . You can use CSS for now to hide the sidebar

    .tutor-course-filter-wrapper>div:last-child {
        width: 100% !important;
    }
    .tutor-course-filter-container {
        display: none !important;
    }

    Thanks for your patience and kind consideration

    Thread Starter Jakerome

    (@jakeromesetup)

    Alright, thanks @nayeeem !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide filter in course archive shortcode?’ is closed to new replies.