Shibbir Ahmed
Forum Replies Created
-
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Filter not workingHello @priyankac
Go to Tutor LMS -> Settings -> Course tab. Now scroll down and then you can see this https://prnt.sc/197qbrn. Just enable and select which filter key you need.
Kind Regards.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] instructor private coursesHello @masitravel
There is no settings for this but you may directory customize the code. Go to wp-content/plugins/tutor/templates/dashboard/my-courses.php at line number 14. Now you can see this code:
$my_courses = tutor_utils()->get_courses_by_instructor(null, array('publish', 'draft', 'pending'));You just need to add a new element to the array, like this:
$my_courses = tutor_utils()->get_courses_by_instructor(null, array('publish', 'draft', 'pending', 'private'));Kind Regards.
Forum: Plugins
In reply to: [WP Page Builder] Import from JoomlaHello @nick7268
Could you please contact the SP Page Builder support team? I hope they can assist you better with this matter.
Kind Regards.
Hello @sajiddesigner
Please check this doc: https://docs.themeum.com/tutor-lms/developers/hooks/. Here you can find the hooks available for the Lesson Editing Modal and the parameters you need to pass.
Note: We don’t provide any customization support.
Kind Regards.
Forum: Plugins
In reply to: [WP Mega Menu] Mega menu is not working correctlyHello @issam007
Can you disable all the plugins except this WP Mega Menu and enable them one by one? This way you could find out which plugin causes the issue.
Kind Regards.
Hello there,
Please try to disable all the active plugins except this Tutor LMS plugin and also try to use the WordPress default 2021 theme. Let me know if this solution is working for you.
Kind Regards.
Hello there,
From this page https://edutrickz.com/all-courses/ when you do a search it’s calling your theme page to show you the search result but on the Tutor LMS, we are using the course-archive.php page to show the course archive result. Currently, you can’t change this page.
Kind Regards.
Hello @jhayghost
You know If we use WordPress default post table then we can get or use multiple functions that WordPress is offered to make things more easily and quickly.
Kind Regards.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Quiz not workingHello @oneill78
This issue doesn’t happen on our end.
Can you try to deactivate all the active plugins except Tutor LMS? Also, try to use WordPress twenty twenty theme.
If it’s not working then please contact our support.
Kind Regards.
Hello @omaco
You may also, disabled all the active plugins except the Tutor LMS and try to use the default Twenty Twenty theme.
Kind Regards.
Hello @omaco
I don’t think that’s the reason. Could you please contact our support team?
Kind Regards.
Hello @tigzik
I already passed this issue to our dev team. Off course they will look at it and try to find a solution for this.
Kind Regards.
Hello @sashaloobkoff
Could you please send an email to support at themeum dot com about this issue?
Kind Regards.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Delete Test ReviewHello @joanitaolivier
Use this coee to hide all the comments:
.tutor-course-reviews-list { display: none; }Kind Regards.