Parag Das
Forum Replies Created
-
Forum: Reviews
In reply to: [Tutor LMS - eLearning and online course solution] Critical ErrorI’m sorry to hear you’re having trouble with our plugin. It’s challenging to resolve technical issues without manual inspection. Please email support at themeum dot com, and we’ll investigate your problem further.
Thank you!
Best RegardsDid you publish the course? If it is published, you should be able to find it in the course archive or listing page, as shown here: https://prnt.sc/o1rM1-6Y8uGU. Additionally, ensure you are using the default course permalink. Here is the screenshot: https://prnt.sc/kuYSQTCf07c2.
Thank you!
Best RegardsIt is tough to solve this type of technical problem without checking it manually. Please email support at themeum dot com. We will take a closer look at your issue.
Thank you!
Best RegardsForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Migrating from LearnworldsSorry, currently our Tutor LMS – Migration Tool supports migration from LearnDash, LearnPress, and LifterLMS.
Thank you!
Best RegardsIt is tough to solve this type of technical problem without checking it manually. Please email support at themeum dot com. We will take a closer look at your issue.
Thank you!
Best RegardsPlease email support at themeum dot com. We will take a closer look at your issue.
Thank you!
Best RegardsYou can add the following code using the code snippet plugin. Replace the link with your custom page link.
https://www.ads-software.com/plugins/code-snippetsadd_action('tutor_after_student_signup', function () { wp_redirect('https://yoursite.com/custom-page-link'); exit; });
Thank you!
Best RegardsI assume you’re talking about WordPress’s default HTML5 audio player/Gutenberg audio block. Tutor LMS doesn’t have any dedicated audio player like Tutor Video Player. It uses the native WordPress player.
You can try the third-party plugins but I don’t know which one will work with Tutor LMS, if the player has the option to use shortcode you can edit the Tutor LMS Lesson with the WP editor and insert the shortcode.
Thank you!
Best RegardsYou have to modify the registration page template file for this. You can reorder the first name and last name field.
Thank you!
Best RegardsForum: Themes and Templates
In reply to: [TutorStarter] Modify Dropdown Menu- To remove some links you can use the following code:
add_filter('tutor_dashboard/nav_items', 'remove_some_links_dashboard'); function remove_some_links_dashboard($links){ unset($links['reviews']); unset($links['wishlist']); return $links; }
2. To remove the “Create a new course” section you can add the following CSS codes on Appearance > Customize > Additional CSS:
.tutor-submenu-login-section-instructor { display: none; }
3. To remove the link hover color you can add the following CSS codes on Appearance > Customize > Additional CSS. Replace the color code as you need.
.tutor-header-profile-menu-items ul li a:hover { color: #456bed; }
Thank you!
Best RegardsForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Students cannot loginPlease email support at themeum dot com. We will take a closer look at your issue.
Thank you!
Best RegardsWould you please check for a plugin and theme conflict? There is a high possibility of conflict among other plugins that are creating this issue. These steps will help rule out a possible plugin conflict.
- Disable all the other third-party plugins ( except theme-specific plugins ) and check whether that solves the issue.
- If that solves the issue, please activate the plugins one by one to rule out the conflicting plugin.
- If that doesn’t work, please check it by activating the parent theme.
- If the issue persists, please activate a WordPress default theme like Twenty Twenty and check.
Also, if you’re using any cache plugin/server-side cache, then clear/flush the cache.
Thank you!
Best RegardsYou can add the following CSS codes on Appearance > Customize > Additional CSS:
.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_profile_area .tutor_overlay { display: none !important; } button.tutor_cover_uploader.tutor-btn.tutor-btn-primary { display: none; }
Thank you!
Best RegardsForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Lesson Video SizePlease email support at themeum dot com. We will take a closer look at your issue.
Thank you!
Best RegardsI am sorry to hear that. Please email support at themeum dot com. We will take a closer look at your issue.
Thank you!
Best Regards