-
Posted in : Efor
-
hi, please can you let me know how I customise remove tabs from the menu in the dashboard.. please see video for the ones i need to remove:
https://www.loom.com/share/702948cf88c54a8ea306d9a7c38f63a2?sid=3ec57f8d-6788-4236-8fdf-4514c14f1eee
Thanks.
Hi, To remove unwanted tabs (like Wishlist, Reviews, and Order History) from the Tutor LMS Student Dashboard, you can use the following methods:
Disable Features in Tutor LMS Settings
Wishlist:
Go to Tutor LMS → Settings → Add-ons → Disable “Wishlist”.Reviews:
No direct setting, sorry.Order History:
If using WooCommerce, disable integration in Tutor LMS → Settings → Monetization.Thanks
Hi,
The above advice did not work,
Reason:
Wishlist Menu visibility remains
1: Go to Tutor LMS → Settings → Add-ons → Disable “Wishlist”. (No addon in my account called “Wishlist” to disable and no other related so problem remains.Order History Visibility Remains
2: If using WooCommerce, disable integration in Tutor LMS → Settings → Monetization. (Disabled monetization where advised and the tab is still visible on the menu?I need these removed as there not relevant for the users and cause confusion, is there not a script you can provide that will simply hide these things so users can not select them or see them from the location?
Hi,
Could you please provide me your related url, and i can try to hide it via css codes?Also jsut in case, you can try to use this js code as well.
jQuery(document).ready(function($) { // Remove Wishlist $('#tutor-wishlist-menu-item').remove(); $('a[href*="tutor_wishlist"]').closest('li').remove(); // Remove Order History $('#tutor-order-history-menu-item').remove(); $('a[href*="tutor-order-history"]').closest('li').remove(); });Thanks
Hi, I have included the relevant info you need within the private content area. Thanks
You must be logged in and have valid license to reply to this topic.