How to remove this specific menues WPLMS v4

Home Forums Legacy Support Support queries Update Issues How to remove this specific menues WPLMS v4

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #340060
    kenetork
    Participant
    Hi, I need to get rid of this 3 menus please: see this: https://prnt.sc/ze8viz Thanks!
    #340320
    Anshuman Sahu
    Keymaster
    Im sorry currently not possible .we are adding provision to this in upcoming updates .
    #340352
    kenetork
    Participant
    ok, please waiting for that. I really need to remove that.
    #340618
    Anshuman Sahu
    Keymaster
    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;
    });
    #340698
    kenetork
    Participant
    This reply has been marked as private.
    #340824
    Anshuman Sahu
    Keymaster
    removed : https://prnt.sc/zv16fq
    #340889
    kenetork
    Participant
    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.
    #341033
    Anshuman Sahu
    Keymaster
    Please check if the ftp credentials you shared are for this website: https://johanzambrano.com/
    #341081
    kenetork
    Participant
    I justdid it twice, those are the credentials for you to get access, could you please let me know what happened?
    #341277
    Anshuman Sahu
    Keymaster
    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.
    #341641
    kenetork
    Participant
    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?
    #341805
    Anshuman Sahu
    Keymaster
    code added and working fine now .We had to wait a bit to reflect the changes deactivated wp rocket .
    #341863
    kenetork
    Participant
    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.
    #341998
    Anshuman Sahu
    Keymaster
    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
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to remove this specific menues WPLMS v4’ is closed to new replies.