Md Rashed Hossain
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [TutorStarter] Q&A option not show in lesson pageDear @haroonmustafa
I am very sorry for the confusion. The Q&A will appear on the course details page not on the lesson page.
Thank you.
Dear @rcuzco
This forum is only for the free product. Please contact themeum support with your order number regarding your issue.
Thank you.
Dear @arifa25
This forum is only for the free product. Please contact themeum support with your order number regarding your issue.
Thank you.
Forum: Plugins
In reply to: [TutorMate] Stuck while import themeDear @muhammaddzaki
I’m sorry to hear that you’re facing an issue with the theme import. Getting stuck at 65% during the installation of demo content can sometimes happen. Here are a few steps you can try to resolve the issue:
1. Check your Internet Connection: Ensure that you have a stable and reliable internet connection. A slow or unstable connection might cause interruptions during the import process.
2. Increase PHP Memory Limit: Sometimes, the import process requires more memory. You can try increasing the PHP memory limit by adding the following code to your
wp-config.php
file: define(‘WP_MEMORY_LIMIT’, ‘256M’);3. Timeout Issues: Importing large demo content might exceed the server’s execution time. You can try increasing the maximum execution time by adding the following code to your
wp-config.php
file: set_time_limit(300);4. Check Server Logs: Check your server logs for any error messages. They might provide insights into what’s causing the import to get stuck.
5. Contact Theme Support: If the issue persists, it’s advisable to reach out to the theme’s support team. They can provide specific guidance and assistance tailored to the theme you’re using.
If you continue to experience issues, please provide more details about your setup, and I’ll do my best to assist you further.
Dear @dmitriibyg
To address the issue of duplicated h1 tags on single pages caused by the Tutor LMS plugin, you can use the following code snippet. Add this code to your theme's
functions.php` file or create a custom plugin:function remove_tutor_lms_editor_script() { if (is_singular() && post_type_supports(get_post_type(), 'editor')) { remove_action('wp_enqueue_editor', array(TUTOR\Classes\Assets::instance(), 'wp_enqueue_editor')); } } add_action('wp_enqueue_scripts', 'remove_tutor_lms_editor_script', 11);
This code removes the Tutor LMS editor script enqueue action on single pages to prevent the duplication of h1 tags. It checks if the current page is a singular post type that supports the editor before removing the action.`
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Customize Maintenance pageDear @babastutz
To achieve the desired customization, you will need to override and modify the Tutor LMS templates. You can refer to our documentation for detailed instructions on how to override the Tutor LMS templates. This process requires some knowledge of theme and plugin customization.
https://docs.themeum.com/tutor-lms/developers/override-templates/
Dear @babastutz
You can try this plugin https://www.ads-software.com/plugins/olympus-google-fonts/
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Tutor lmsDear @bakhodirov
We apologize for the issue you’re experiencing. It appears to be a website-specific problem and to properly diagnose and resolve it, we would need to thoroughly inspect your website. Please reach out to us at https://www.themeum.com/support/ for assistance.
Dear @chiutat
Yes, it’s possible. Please check our documents to know how to do that, the link is below.
https://docs.themeum.com/tutor-lms/addons/multi-instructors/
Thank you.
Dear @babastutz
We are very sorry for that. But the Tutor LMS loads fonts from the theme and page builders.
Thank you.
Dear @davelo
We apologize for the issue you’re experiencing. It appears to be a website-specific problem and to properly diagnose and resolve it, we would need to thoroughly inspect your website. Please reach out to us at https://www.themeum.com/support/ for assistance.
Dear @emred
I am very sorry to inform you that you can show course reviews outside of the course page.
Thank you.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Certificate ExpirationDear @sesconsultant
I am very sorry to inform you that at this moment there is no option to set a certificate expiry date.
Thank you.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Register Date bugDear @matyquintas
We apologize for the issue you’re experiencing. It appears to be a website-specific problem and to properly diagnose and resolve it, we would need to thoroughly inspect your website. Please reach out to us at https://www.themeum.com/support/ for assistance.
Forum: Reviews
In reply to: [Tutor LMS - eLearning and online course solution] Certificate ExpirationDear @sesconsultant
Thank you so much for your kind words! We’re thrilled to hear that you’re enjoying Tutor LMS for managing your online courses. Your feedback is valuable, and we appreciate your suggestion about adding an expiry date for certificates. It’s a fantastic idea that could enhance the certificate management process.
We completely understand the importance of timely certificate renewal, and it’s a feature we’re considering for future updates. While we can’t promise an exact timeline, rest assured that your input is being taken into account, and we’re always working to make Tutor LMS even better.
If you have any more ideas or feedback, feel free to share. We’re grateful to have users like you who help us improve the platform.
Thanks again for being a part of the Tutor LMS community!