augustus09
Forum Replies Created
-
Hi @mwd1support
We just allow selling course includes lesson
Hi @sean913 @goforwow
First, you need add this code to function.php fileadd_action( 'get_siderbar_learnpress', 'get_siderbar_learnpress', 10 ); if ( ! function_exists( 'get_siderbar_learnpress' ) ) : function get_siderbar_learnpress() { if ( $get_post_type == "lpr_course" || $get_post_type == "lpr_quiz" || $get_post_type == "lp_course" || $get_post_type == "lp_quiz" || thim_check_is_course() || thim_check_is_course_taxonomy() ) { get_sidebar( 'your sidebar' ); } else { get_sidebar(); } } endif;then go to 2 templates
plugins\learnpress\templates\content-archive-course.php
plugins\learnpress\templates\content-single-course.php adddo_action( 'get_siderbar_learnpress' );- This reply was modified 5 years, 6 months ago by augustus09.
Hi @mwd1support
I am sorry about this. The function is not available now.
Hi @dansalahi
Do you mean when search link to the lesson is 404?
Hi @chelenna
We don’t have this feature, we only have function duration expired course
Hi @chelenna
Yes, you can see list shortcode at here:
wp-content\plugins\learnpress\inc\class-lp-shortcodes.phpI think to have a conflicting plugin on your site, please try to deactivate each plugin to find the cause
Hi @eweidman
Please go to your dashboard -> Settings -> General -> Membership an check to option Anyone can register -> Save
Hi @geektutor
Please go to LearnPress -> Settings -> Payments -> General -> Enable option Auto Enroll
Hi @jamakira
No, it not in the shortcode, you need file template find to edit
Hi @geektutor
Can I import to the orders via the database? What table is the orders stored in?
The orders save in table wp_post with post_type is lp_order and 2 table of LearnPress is learnpress_order_items với learnpress_order_itemmeta
oh, that is a good idea, I will discuss with our developer team for this issue
Hi @jamakira
Yes, we have, you can see list shortcode at here:
wp-content\plugins\learnpress\inc\class-lp-shortcodes.phpHi @geektutor
Yes, you can go to LearnPress -> Order -> Create a new order -> Add multi user