Maizul
Forum Replies Created
-
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Unknown format specifierHey @mastababa ,
Thank you for sharing the course URL.
Please try switching the site language to English and check if the issue still persists. If it works fine in English, then the issue is related to translation. You can fix it with the following steps:
- Change the site language back to Portuguese.
- Install and activate the Loco Translate plugin.
- Go to Loco Translate → Plugins → Tutor LMS.
- Create a new Portuguese translation (if not already available).
- Sync the file and save it.
- Search for the missing or incorrect translation strings (for example, the one that caused the error) and update them.
- Save the translation file and recheck the course page.
This should resolve the string error on your course page.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Download button disabledHey @robert94x ,
The specified feature is part of the Tutor LMS Pro. However, this forum is only for free products. Please reach out to us at https://tutorlms.com/support/ for assistance.
Thank you.Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Unknown format specifierHi @mastababa,
Could you please share the course URL or a screenshot of the issue so we can review it directly? Additionally, are you running Tutor LMS in a different language than English? Sometimes localization strings can cause unexpected behavior in templates like the reviews section.
Looking forward to your response.
Hi @mastababa ,
Please make sure all your database tables are using the InnoDB engine instead of MyISAM, as foreign key constraints require InnoDB to function properly. After converting the tables to InnoDB, deactivate and then reactivate Tutor LMS, this should recreate the missing tables without the error.
Here’s a reference guide on converting MyISAM to InnoDB: https://kinsta.com/knowledgebase/convert-myisam-to-innodb/
Thank you.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Editing dashboardHey @erdeme61,
Thank you for reaching out. To show an icon, please make sure you’re using a valid icon class. If you’ve already done this, try clearing any site cache so the changes can take effect.
For the 404 issue, please double-check that the shortcode you’re trying to use is valid. Also, if you’re adding custom links to echo a shortcode inside the Tutor LMS Dashboard, you’ll need to add a new view file inside the
tutor/templates/dashboard/directory. The file name should match the index you’ve registered (e.g.,custom_link.phpin case your index iscustom_link).This way, Tutor LMS will know which template to load when that menu item is clicked.
Thank you.
Hey @joykingwar ,
Would you be able to share a screenshot of the missing option? we’re still not fully clear about the exact taxonomy/feature you’re referring to. this will help us better understand the issue and guide you accordingly.
Hey @sanderk2k ,
Currently, the feature you mentioned is not available in Tutor LMS. Thank you for your understanding, and please don’t hesitate to reach out if you have any further questions or need assistance with any other aspect of Tutor LMS.
Hey @roeyrdt ,
In that case, it would be best to leave guest purchases disabled specifically for Tutor LMS courses, since enrollment requires a user account to function properly. This way, students can always be linked to their progress.
For your other non-course products, you can still sell them through WooCommerce without login requirements as usual.
Thank you.
Hey @joykingwar ,
Could you please specify which language selector you are referring to? This will help me better understand the issue and guide you accordingly.
Hey @roeyrdt ,
Could you please mention the monetization type you are using? If you’re using WooCommerce as your monetization method, please make sure to uncheck “Enable guest checkout without account” since Tutor LMS requires users to have an account before or during checkout: https://prnt.sc/LjORSAnxlSCx.
You can also follow this step-by-step guidance for proper setup:
https://docs.themeum.com/tutor-lms/tutorials/guest-purchase/#woocommerce-settingsForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] No ContentHey @maemedrano ,
The staging site link you shared is returning a 404 error, so I wasn’t able to verify the issue. Could you please share a valid link, or alternatively, elaborate on the specific problem you are experiencing with your Tutor LMS course? This will help me assist you more effectively.
Thank you.
Hey @abedoo08 ,
Thank you for reaching out. Table creation issues, like the missing wp_tutor_carts table, are often related to conflicts with the database engine. Tutor LMS requires the modern InnoDB engine, so please ensure that all your database tables use the InnoDB engine instead of MyISAM or other engines. You can check with your hosting provider or follow this guide to convert from MyISAM to InnoDB: Convert MyISAM to InnoDB. Tutor LMS v3.7.4 compatibility is tested up to PHP 8.1.
Once converted, deactivate and reactivate Tutor LMS on your site.
Let me know if you have any other queries related to Tutor LMS.
Hey @pushngo ,
To assist you properly, we’ll need a bit more information about what exactly isn’t working, such as the checkout flow you’re following, any errors you’re seeing, and your current setup.
In the meantime, you can review our detailed WooCommerce integration guide to ensure everything is set up correctly: WooCommerce Integration with Tutor LMS
Thank you.
Hey @mailikukke,
You’re welcome! To hide the specific “Total Earnings” card from the Instructor Dashboard, you can add the following CSS to your theme’s custom CSS area:
.tutor-row > .tutor-col-lg-6:nth-child(6) { display: none !important; }This will remove that card from the dashboard view.
Let me know if you need further assistance.
Hey @muazwebdev ,
You are welcome. Feel free to reach out to us for any further assistance.
Thank you.