hienphan
Forum Replies Created
-
Hi,
You can edit course then cofigure in payment setting of course https://prntscr.com/dmigb7.
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] How to use the templates tools tab?Hi,
I’m happy when know it’s helpful to you. Let us know if you need further support.
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Quiz results evaluation customizationHi,
Please try this code and let us know how it goes:
add_filter( 'learn_press_evaluate_quiz_results', 'xxx_custom_quiz_mark' ); function xxx_custom_quiz_mark( $results, $quiz_id, $user_id ) { if ( !empty( $results['wrong'] ) ) { $results['mark'] = $results['mark'] - absint( $results['wrong'] );//minus each wrong question 1 point } return $results; }
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Learnpress Cannot Create New CourseHi,
This problem is due to your site is using older php version. We’ll check and update this issue in next version.
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] PayPalHi,
We checked your site and found that you’re trying to pay by Card https://postimg.org/image/p2npfsd1t/ so that problem is occured. You just can use account paypal to pay as this https://postimg.org/image/hy5w6r5sh/, it does not support to pay by card.
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] No publish buttonsHi,
Please make sure that you’re using latest version LP 2.0.7.2. And excluding reason from conflict plugins by deactive one by one plugin till find out any plugin is cause of issue. If all attempt is no luck, please let us know.
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Export Orders based on CourseHi,
We just create Export/Import add-on to export/import course, lesson, quiz, question. You can hire a freelancer to meet your needs.
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] PayPalHi,
Paypal payment method is not auto canceled in LearnPress. So that if users cancel paypal payment then they need to go to admin of LP to cancel this order.
For issue “We also want to test it in the sandbox enviroment first and there we are stuck at the paypal page after login. The form disappears and we are not able to complete the transaction”, please make sure that you’re using latest version 2.0.7.2 LP and check problem again then give us a screenshot to check.
Regards,
Hien Phan.
- This reply was modified 7 years, 11 months ago by hienphan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Colour Customisation?Hi,
Current LP plugin does not style option to change color of the courses and lessons. You can custom css in customize to change color.
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] User course view restrictionHi,
Current LP does not offers shortcode for all courses show any place. We’ll consider this function in future.
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Cannot assign Quiz to CourseHi,
Please make sure that you’re using latest version LP 2.0.7.2 and check your configuration. Quiz and course need to be created by the same user. It means that user A does not add quiz of user B into course of user A. Please try again and let us know how it goes.
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Export Orders based on CourseHi,
Current LearnPress Export/Import add-on just brings you feature to export course, lesson, quiz, question from a LearnPress site to back up or bring to another LearnPress. It does not support to export information related to students such name, fee, dates…
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] custom email notificationsHi,
You can backup files that you changes code before updating LP in order to avoid from losing changes. Then copy those files back up to override.
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Translation ProblemsHi,
We still are updating and will release new version in some of next days.
Regards,
Hien Phan.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Lessons Not Appearing in 2.0.5.2Hi,
You mean that lessons still do not be loaded in front end of Home page? Could you please give us URL site to have a look and check?
Regards,
Hien Phan.