Md Billal Hossain
Forum Replies Created
-
Hello @germanmazza
The lesson limitation feature which you mentioned is not implemented yet. Hope this will add in the latest releases.
Forum: Plugins
In reply to: [WP Mega Menu] Unknown file in WordPress coreForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] disable html uploadHello @md40men
You can disable HTML5(MP4) video upload option by edit this file. But as it is not in templates, future updates will erase these changes. The path will be /wp-content/plugins/tutor/views/metabox/video-metabox.php line no 38 (Remove this option)
You can also remove HTML5(MP4) video upload option by custom CSS:
li#select2-videosource-wj-result-0dlx-html5 { display: none; }Put those CSS lines into WordPress Dashboard->Appearance->Customize->Additional CSS
I hope this will helpHello @vandung93
It seems maybe something is missing from the Tutor core file or any conflict with another plugin. Please check for the plugin conflict and test the requirements meet for the plugin: https://docs.themeum.com/tutor-lms/troubleshooting/general/
Let us know if something comes up.
Thank youForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Button Start Course ColorHello Janrodz19
You may change the background color by adding some CSS code into Appearance-> Customize-> Additional CSS.
a.tutor-button.tutor-success { background: pink !important; }This CSS will help you to change the 2 button background colors you mentioned.
Thank you so much. IT works
Forum: Plugins
In reply to: [WP Mega Menu] Problems with Mega MenuHello @antonydaly
Thanks for choosing WP Mega Menu.
Please read the documentation for how to properly use the megamenu: https://docs.themeum.com/wp-megamenu/
For further query, Send us an email atsupport@themeum.comForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] attachment fileHello @mshams
You can set the attachment file to open in a new window in the following ways:
Go to
plugins/tutor/template/global/attachments.phpfile and override this file into your child theme. See the documentation for override this template: https://docs.themeum.com/tutor-lms/developers-docs/override-templates/Set the
target="_blank"attribute into attachments.php file I mentioned in this screenshot. http://prntscr.com/syc2bpHello @rahulparihar
The image in the quiz question field is only available for Tutor LMS Pro user only. If you are a pro user, you can find the question field in the Course builder->Quiz->Question->Add Question->Question type. Please note: you have to add a topic in order to add a quiz.Hello @andytodd88
Here is your required code for changing the Date of enrollment color and Cart icon. Simply paste this code into Appearance->Customizer->Additional CSS. I hope this will help.
.tutor-course-enrolled-wrap p span { color: #f9cc3f !important; } a.button.wc-forward:hover { background: #f9cc3f !important; border-color: #f9cc3f !important; } a.button.checkout.wc-forward { background: #f9cc3f !important; border-color: #f9cc3f !important; }Forum: Plugins
In reply to: [WP Mega Menu] Text align on mobile menuHello @mstudioil
If your site language is RTL But Menu texts are not aligned RTL, You can use the following code to align the text to right for the RTL site.
body .wp-megamenu-wrap .wpmm-nav-wrap > ul { direction: initial; text-align: right; }Hello @shravan592
You can add custom field to login popup easily by overriding the login file. Go to Plugins/tutor/templates/login.php and override this file into your child theme. Please see this documentation for overriding tutor templates: https://docs.themeum.com/tutor-lms/developers/override-templates/
Hello @nendara
You can add any of the custom fields in a single course page through override the main file. Go to Plugins/tutor/templates/single-course.php and override this file into your child theme. Please see the documentation for override tutor templates: https://docs.themeum.com/tutor-lms/developers/override-templates/
Hello @shmulik77
You can Find who enroll in your course and didn’t finish in Tutor LMS-> Students tab. If anyone enrolled but didn’t finish the course, he/she will not be on the complete list. See this screenshot for better understand: http://prntscr.com/swcisi