augustus09
Forum Replies Created
-
Hi
You can use WooCommerce add-on for LearnPress it will have much payment methodHi
Please create request customize at here
Our developer will check then give you a solution asap.Hi @captaind
I’m sorry about this, LearnPress still not have function multi-price, I will discuss it with my developer team to develop
Hi
It is impossible now
Hi,
What is the payment method are you using?
I am sorry about this. The function is not available now.
Hi,
1. We have fill in blanks question, multi-choice question
2. We have Assignment Add-on for LearnPress can score students
If you just simply do a Google search you would find the solutions for this.thanks for your feedback, we will update it soon
Please follow your ticket on our forums support, Our supporter has replied to you
Maybe 2 students have click finish course before, we allow user can finish the course when eligible to pass the course even though not doing all the sections.
Hi
Do you set allow retake the question?
This function not available now, but you can search Announcement add-on for LearnPress, maybe it can help you
Hi @hutamanama
You can add this code to function.php of theme or child-theme//hide tab in page profile if ( !function_exists( 'thim_remove_tabs_course_profile' ) ) { function thim_remove_tabs_course_profile( $defaults ) { //Example remove gradebook unset( $defaults['gradebook'] ); //remove assignment unset( $defaults['assignment'] ); //remove assignment unset( $defaults['withdrawals'] ); unset( $defaults['orders'] ); unset( $defaults['wishlist'] ); unset( $defaults['settings'] ); unset( $defaults['certificates'] ); unset( $defaults['quizzes'] ); unset( $defaults['instructor'] ); unset( $defaults['courses'] ); return $defaults; } } add_filter( 'learn-press/profile-tabs', 'thim_remove_tabs_course_profile', 1001 );You can use Loco Translate plugin to change it, the string “ADD to Cart” include in Learnpress – Woo Payment Method addon
Hi @ultra-b
I think to have the conflict between LP and some plugin on your site, try deactive each plugin to check