Maizul
Forum Replies Created
-
Hey @dijitalkobi ,
The course category base (
course-category) cannot be changed via Tutor LMS settings.To achieve a cleaner URL structure for SEO, you can create a separate page for each category and use the Tutor LMS shortcode with the
categoryparameter to display only courses from that category. This way, the page URL can be SEO-friendly, e.g.:https://dijitalkobiakademi.com/{category-slug}Example shortcode usage:
[tutor_course category="18" orderby="ID" order="desc" count="3" column_per_row='3'
course_filter='off' show_pagination='on']Where
18is the ID of your course category.More details here: Tutor LMS Shortcodes – Courses
This is the recommended approach since the built-in permalink structure cannot be removed or overridden.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] 50/50 layout in lessonsHey @tyburak ,
By default, Tutor LMS does not provide a built-in 50/50 layout option for lessons. The approach you’ve used, enabling the WordPress editor and adding custom HTML/CSS is correct.
- Make sure you are using the Text tab (not Visual) in the WordPress editor when adding HTML;
Currently, there’s no native feature in Tutor LMS for a split layout, so using custom HTML/CSS or reusable blocks is the recommended approach.
Hey @tyburak ,
Thank you for reaching out. Please see the answers below:
- Auto-complete lessons
You can enable automatic lesson completion from Tutor LMS → Settings. Please refer to this screenshot:
https://prnt.sc/0X7s0Bvll3h8 - Lesson layout / Next–Previous buttons below the screen
This is controlled by the lesson template and theme styling. To change the layout or reposition elements, you’ll need to override the default Tutor LMS lesson template or adjust it with custom CSS based on your design requirements. - Automatically enroll users in all courses
This is not available by default. However, it can be achieved using a custom function to enroll users automatically upon registration or a third-party automation plugin. - Hide course author
Yes, you can hide the instructor/author from Tutor LMS → Settings.
Reference: https://prnt.sc/e2L1ZGIWKDzO - Change course page design
You can customize the course details page by overriding Tutor LMS templates or by designing your own layout using page builders such as Droip, Elementor. - Certificate after completing all courses
Certificates are a Tutor LMS Pro feature. Granting certificates based on course completion is supported in Pro.
Since this forum is for free products only, please contact official support here:
https://tutorlms.com/support/
Thank you.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Updates???Hey @walldyney,
Thank you for taking the time to share your feedback and concerns. We understand your frustration, and we truly appreciate you explaining your points in detail.
Regarding the dark mode / color options:
Tutor LMS currently relies on the active WordPress theme for global styling (including dark mode). This approach gives users more flexibility and avoids conflicts, as enforcing global colors from a plugin can negatively affect different themes and overall UX. That said, we do recognize the demand for a native dark mode option, and the feedback has already been noted by our team.About video thumbnails and preview/trailer support:
The request to show course video thumbnails (instead of a generic video icon) and to support preview/trailer videos has already been logged as a feature request. It’s still in our internal queue and will be considered when it aligns with our roadmap and UI/UX improvements.Regarding payment methods (Brazil – PagBank / Mercado Pago):
We understand the importance of local payment gateways. Due to the wide range of regions Tutor LMS serves, we can only officially maintain a limited number of native gateways. Mercado Pago is already on our radar and listed for potential native support in the future, but we cannot confirm a timeline yet.
In the meantime, you can integrate regional gateways via:- WooCommerce, or
- A custom payment gateway using our developer guide:
https://docs.themeum.com/tutor-lms/developer-documentation/custom-payment-gateways/getting-started/
About WooCommerce and native monetization:
Tutor LMS does not force any monetization method. You are free to use either native monetization or WooCommerce (or neither). The native monetization module does not consume resources when not in use, and simply having it available does not impact site performance. Any performance issues are more likely related to theme behavior, hosting, or third-party plugins.We genuinely value long-term feedback like yours, even when implementation takes time. While we can’t promise timelines, your suggestions are already recorded and help guide future improvements.
Thank you again for sharing your thoughts with us.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Orders Not DeletingHey @rosterdotcom,
Thank you for reaching out, and apologies for the delay in response.
To delete the trashed order, please first use the filter for the trash items > use the bulk action to permanently delete the test orders: https://prnt.sc/lTCyR6OoPZVX
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Themify Page HeaderHey @rosterdotcom,
- Edit Header/Footer.php: You’ll need to customize the header/footer through the theme’s header/footer.php file. You can navigate to your theme editor and add the header/footer function
- Steps:
- Go to Appearance > Theme Editor.
- Locate and edit the header/footer.php file.
- https://prnt.sc/4ROwKU4Ho4Fc
- Replace the default HTML with the footer template shortcode:
echo do_shortcode('[template id="1234"]');.
- This reply was modified 3 months, 4 weeks ago by Maizul.
Hey @rosterdotcom,
Thanks for reaching out, and apologies for the delay.
You can add spacing between the header and Tutor LMS content by adding margin to the main Tutor LMS wrapper. Try adding the following CSS in Appearance → Customize → Additional CSS (or your theme’s custom CSS area):
#page .tutor-wrap { margin-top: 100px !important; margin-bottom: 100px !important; }If the space still doesn’t appear, inspect the page using your browser’s developer tools to confirm the correct wrapper class (some themes use a different outer container), and adjust the selector accordingly.
Hey @svywebdev ,
If the WooCommerce order is not being marked as Completed, Tutor LMS cannot trigger enrollment. Tutor LMS relies entirely on WooCommerce order status.
Since the issue happens only with Apple Pay / Google Pay in LIVE mode, this needs to be handled by WooCommerce/Stripe plugin.
We recommend reaching out to:
- WooCommerce support
- Stripe / WooCommerce Stripe plugin support
to ensure those payment methods correctly complete orders in LIVE mode.
Let us know if you need help once the order status is completing correctly.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Course Builder EditorHey @jeiriart ,
At the moment, Tutor LMS uses the TinyMCE editor by default for the course description and lesson content editor. If you want to add additional fields to the course builder, you can follow this official guide: https://docs.themeum.com/tutor-lms/developer-documentation/register-custom-fields/.
Hey @nareshpokhrel1,
Thank you for reaching out. The extra spacing you’re seeing on desktop is expected behavior and is part of the layout structure to ensure proper responsiveness across different screen sizes.
Hey @timokcsd,
Apologies for the inconvenience. At the moment, we’re unable to share a public roadmap. However, we do regularly collect user feedback and feature requests, and these are reviewed by our development team when planning future updates.
You can extend the course builder by adding custom fields to it by following our official guide: https://docs.themeum.com/tutor-lms/developer-documentation/register-custom-fields/
Hey @hsobhy,
Thank you for reaching out. Scheduled courses do not appear in the course list by default. If you are using the “coming soon” feature, it is part of the Pro plugin.
Please note that this forum is dedicated to the free version only. For Pro-related features and assistance, we kindly request that you contact our support team directly at https://tutorlms.com/support/.
Let us know if you need help with anything else.
Hey @b-summers ,
You are welcome! Glad to assist you. Please feel free to contact us again if you need any further help.
Thank you.
Hey @jayastwoodcouk ,
Thanks for reaching out. Please find a clear breakdown below:
- Track progress: Yes, Tutor LMS tracks student progress and shows completion percentage per course.
- Moderator summary field: Each lesson/course has a content area where instructors can add summaries or notes.
- Quiz flexibility: Yes, quizzes support pagination, and students don’t need to complete all questions at once.
- File uploads per course/lesson: Yes, instructors can attach files to courses and individual lessons.
- Student-specific file storage: No, Tutor LMS does not currently provide a private document storage area per student profile.
- Timed / drip content: Yes, Tutor LMS supports content drip, allowing lessons or sections to be released weekly or at scheduled times.
Hope this helps you evaluate if Tutor LMS fits your needs. Let us know if you need clarification on any point.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] View Quiz AttemptsHi @mcworks ,
Please apply the following change in
wp-content/plugins/tutor/views/pages/view_attempt.phpon line 34. Replace the existing permission check with this:if ( ! current_user_can( 'manage_options' ) && ! tutor_utils()->is_instructor_of_this_course( get_current_user_id(), $course_id ) ) {
tutor_utils()->tutor_empty_state();
return;
}The issue should be resolved in the upcoming Tutor LMS update.