Course Archive Page Problem
-
Hey there,
I’m currently trying out with the Free Version of Sensei LMS on my new wordpress project. I’m using Hello Theme and Elementor page builder. Everything seems working fine but the created course archive page created by Sensei LMS doesn’t show any of the courses. It only says “Nothing can be found here.”. After adding this codesnippet
add_action( 'after_setup_theme', 'declare_sensei_support' ); function declare_sensei_support() { add_theme_support( 'sensei' ); }the course archive page seems to work fine but all other pages like lections, etc. doesn’t work anymore. So I guess there’S a problem with theme compatibility. I found an article in your support forum about adding the content wrappers but I honestly don’T know what to do so I would appreciate any help!
Best regards
The topic ‘Course Archive Page Problem’ is closed to new replies.