Taufik Hasan
Forum Replies Created
-
Hi @divyawl,
Thanks for reaching out. Please update your both free and pro plugins to the latest version 3.0.1. It was released yesterday by the Tutor LMS team.I hope it will be fixed.
Thanks for understandingForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Quize FreeHi @face2005
Thank you for your patience. For public courses, content is accessible without logging in, but exam-related content like quizzes and assignments requires login so we can properly record student progress and submissions.
Thank you for your understanding!
Best Regards,
Tutor LMS Support TeamHi @zokkoz
Thank you for reaching out.
To implement an affiliate program that integrates well with Tutor LMS, I recommend using AffiliateWP. It is one of the best affiliate plugins and works seamlessly with Tutor LMS. Here’s how you can set up an affiliate program for your courses AffiliateWP
Thanks for understanding.
Taufik Hasan
Thanks for your query.
This issue will be fixed in our next update.Best regards,
Taufik HasanThank you for reaching out,
For the issue you’re facing, please check the Monetization settings in Tutor LMS:
- Navigate to WordPress Admin → Tutor LMS → Settings → Monetization.
- Under “Minimum Days Before Balance is Available,” set the number of days after which the balance will be available for withdrawal. This will ensure that any income remains on the platform for the specified time before you can withdraw it.
Once the set period is over, you should be able to request a withdrawal without any issues.
Thanks for your understanding!
Best regards,
Taufik HasanHi @nizar2020
Thanks for reaching out!
To change the banner color on the bottom of the lesson pages, you can use the following CSS:
/* Change the background color of the bottom banner (footer) in the lesson pages */ .tutor-course-topic-single-footer { background-color: #yourColorCode !important; /* Replace with your preferred color */ }
Just replace
#yourColorCode
with the hex color code you want (e.g.,#ff0000
for red) and add this to Appearance > Customize > Additional CSS in your WordPress admin.Best Regards,
Taufik HasanForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] View all the quizzesBecause Tutor LMS does not allow to access the quiz page like you access the lesson page via
/wp-admin/edit.php?post_type=lesson
Thanks for your understanding.
- This reply was modified 5 months, 4 weeks ago by Taufik Hasan.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] View all the quizzesHi @face2005 ,
Thank you for reaching out, and we appreciate your query.
Yes, quizzes are also a custom post type in Tutor LMS, but you cannot be accessed in the same way you access lessons via
/wp-admin/edit.php?post_type=lesson
.Thanks for your understanding.
Best regards,
Taufik Hasan- This reply was modified 5 months, 4 weeks ago by Taufik Hasan.
Hi @mansourikhah ,
Thank you for reaching out.
We will keep the Elementor plugin updated when Tutor LMS version 3.0 is released.
Once Tutor LMS 3.0 is available, you will also be able to use Droip seamlessly.Thanks for your understanding, and enjoy using Tutor LMS!
Best regards,
Taufik HasanForum: Themes and Templates
In reply to: [TutorStarter] Menu desplegableThank you for reaching out.
To edit the dropdown button text as well as the URL, please follow the steps below:
- Go to WordPress Admin.
- Navigate to Appearance -> Customize.
- Select Menu.
- Then, select the Primary Menu.
- Click on the menu text you want to edit, update the text, and save.
To change the URL:
- Click on Add Item, then add a Custom Link.
- Place the button where you’d like it, update the URL, and save the changes.
Best regards.
Hello @seeken ,
Thank you for your follow-up. I completely understand how important it is to have a seamless purchasing experience for your users. I appreciate your patience, and I have a solution that should resolve the remaining issues you’ve encountered.
Here’s what you can do:
Step 1: Remove the Custom CSS
If you’ve added any custom CSS based on my previous instructions, please remove it as it might be conflicting with the other elements.
Step 2: Install the Code Snippets Plugin
- Install the Plugin:
- Download and install the “Code Snippets” plugin, You can install the “Code Snippets” plugin directly from the WordPress plugin repository.
- Add a New Snippet:
- Go to Plugins > Code Snippets > Add New.
- Give your snippet a title, such as “Place Order Button Fix”.
- Add the Code:
- In the Function PHP mode, paste the following code:
add_action('init', function() { // Remove the custom filter that modifies the WooCommerce order button HTML remove_filter('woocommerce_order_button_html', 'tutorstarter_order_btn_html'); });
- Run the Snippet:
- Ensure that the Run snippet everywhere radio button is selected.
- Save and activate the snippet.
Step 3: Manage the Snippet
- If you ever need to disable this fix, simply go back to the Code Snippets dashboard, find the snippet by the title you gave it, and toggle it off.
This should correct the text on the button, restore the lock icon, and ensure the price amount is displayed correctly.
If the issue persists or if you need further assistance, please don’t hesitate to reach out. I’m here to help!
Best regards,
Taufik Hasan- This reply was modified 5 months, 4 weeks ago by Taufik Hasan.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] No Registra EstudiantesHi @dubaxoficial ,
Thank you for reaching out.
First, please ensure that the following settings are enabled:
- Go to WordPress Admin -> Products, select your product, and make sure the product is marked as Virtual.
- Also, verify that the for Tutor option is checked.
I hope this resolves the issue. If the problem persists, feel free to reach out again, and we will assist you further.
Best regards,
Taufik HasanHi @baselahmad ,
Thank you for reaching out, and we apologize for the inconvenience caused.
To resolve the issue, kindly replace the following lines of code in your Tutor LMS:
- Navigate to:
wp-content->plugins->tutor->classes->Utils.php
- Replace the lines between 1450 and 1454 with the following:
$has_attemp = $this->has_attempted_quiz($user_id, $lesson->ID); if (! $is_complete && ! $has_attemp) { $first_lesson = $lesson; break; }
This should help ensure that when you click ‘Continue Course,’ it takes you to the correct lesson instead of returning to the first unit’s quiz.
Thank you for your understanding. If you have any further questions or need additional assistance, please don’t hesitate to reach out.
Best regards,
Taufik HasanHi @baselahmad ,
Thank you for reaching out, and we apologize for the inconvenience caused.
To resolve the issue, kindly replace the following lines of code in your Tutor LMS:
- Navigate to:
wp-content->plugins->tutor->classes->Utils.php
- Replace the lines between 1450 and 1454 with the following:
$has_attemp = $this->has_attempted_quiz($user_id, $lesson->ID); if (! $is_complete && ! $has_attemp) { $first_lesson = $lesson; break; }
This should help ensure that when you click ‘Continue Course,’ it takes you to the correct lesson instead of returning to the first unit’s quiz.
Thank you for your understanding. If you have any further questions or need additional assistance, please don’t hesitate to reach out.
Best regards,
Taufik HasanForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Continue Course buttonDear @baselahmad ,
Thank you for reaching out.
To resolve the issue, kindly replace the following lines of code in your Tutor LMS:
- Navigate to:
wp-content->plugins->tutor->classes->Utils.php
- Replace the lines between 1450 and 1454 with the following:
$has_attemp = $this->has_attempted_quiz($user_id, $lesson->ID); if (! $is_complete && ! $has_attemp) { $first_lesson = $lesson; break; }
This should help ensure that when you click ‘Continue Course,’ it takes you to the correct lesson instead of returning to the first unit’s quiz.
Thank you for your understanding.
Best regards,
Taufik Hasan