Hi, I need to get rid of this 3 menus please:
see this:
https://prnt.sc/ze8viz
Thanks!
Im sorry currently not possible .we are adding provision to this in upcoming updates .
ok, please waiting for that. I really need to remove that.
provision added .
please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :
add_filter('wplms_get_student_mmy_course_tabs',function($tabs){
unset($tabs[2]);
unset($tabs[3]);
unset($tabs[4]);
return $tabs;
});
This reply has been marked as private.
removed : https://prnt.sc/zv16fq
Hi, that was removed, but this other menus are still there, I have all plugins up to date.
Please see this;
https://prnt.sc/zw6h8y
I need to remove those.
Please check if the ftp credentials you shared are for this website: https://johanzambrano.com/
I justdid it twice, those are the credentials for you to get access, could you please let me know what happened?
Hi,
im adding the code even adding error to the files but whataever I do evem delete the files, the changes are not reflecting , maybe the ftp credentials are of some other website.
Yes this is the correct FTP.
BTW I just took the time of translating the entire site with LOCO plugin, I need to move the POT file to another site, how could this be done?
code added and working fine now .We had to wait a bit to reflect the changes deactivated wp rocket .
Thanks, now it is finally working! and the icon changed. Any help on how can I go inside and test with ust a diffrent icon? I mean what exactly to change to edit that ICON?? Thanks in advance.
follow this tip :
https://wplms.io/support/knowledge-base/change-icon-of-any-module-in-pwa-screen/
change the svg tag :
https://prnt.sc/104tamp