Delete options in user profile

Home Forums Legacy Support Support queries Setup issues Delete options in user profile

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #277646
    marielcerra
    Participant
    Hello how are you? I have several questions to ask you: 1) How can I remove the option to "mark unit as completed" from the course? 2) How can I remove the photo option in the avatar? 3) I want to delete in the user profile the options: profile, forums, buddydrive, my orders and achievements. 4) I want to do page with full widht with elementor but when I select elementor full width, the header change. How can I do? 5) How can I delete the search icon in menu? Thanks!
    #277647
    marielcerra
    Participant
    This reply has been marked as private.
    #277744
    Jackson
    Blocked
    Hello, 1- To remove search icon from header go to appearance>>customize>>custom css and use code given below, header.sleek nav.menu-main-menu-container li:nth-child(3) { display:none !important; } 2- To remove profile menu item goto>>plugins>>edit plugin>>wplms customizer and use code given below, function bp_remove_nav_tabs() { bp_core_remove_nav_item( 'profile'); bp_core_remove_nav_item( 'forums'); //similarly you can hide buddydrive, my orders and achievements etc } add_action( 'bp_setup_nav', 'bp_remove_nav_tabs',999 ); 3- To hide "mark unit as complete/; Please goto wp-admin > lms > setting > general setting > search for Auto-mark unit complete when user proceeds to next unit. use this setting to hide that button. Refer: http://prntscr.com/li4h0h
    #277937
    marielcerra
    Participant
    Hello, thank you! In your point 2 I couldn't delete "achievements". Also, I want to delete "results" and "stats". How can I do? Refer: https://prnt.sc/tpe2xk In the only unit of the course, I don't want the sidebar with the buttons "Back course", "Review course", "Finish course". This course is just for watching videos for as long as the subscription worked, like netflix. I do not want them to mark units as complete nor do I want them to send in for evaluation. How can I do? These questions remained pending: <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">2) How can I remove the photo option in the avatar?</span> <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">4) I want to do page with full widht with elementor but when I select elementor full width, the header change. How can I do?</span> Thanks!
    #277986
    Jackson
    Blocked
    Hello, Okay, I will share solution for these issues, First, Please look into this ,I am log in the website but admin profile section not working, Please resolve this and png me beck, RefeR: https://www.screencast.com/t/mBjqxLYLO Thanks,
    #278102
    marielcerra
    Participant
    Hello, I can enter to the dashboard. I send the video: https://www.loom.com/share/c5c1e724ece04bc99ec1befa021a7963 Could you try again, please?
    #278288
    Jackson
    Blocked
    Hello, Please see video carefully, What i want to say admin profile section not working, Video: https://www.screencast.com/t/GuJ0omxBqvZG
    #278517
    marielcerra
    Participant
    This reply has been marked as private.
    #278518
    marielcerra
    Participant
    Now, it works. I delete this code you send to me because it generates the error: function bp_remove_nav_tabs() {
    bp_core_remove_nav_item( 'profile');
    bp_core_remove_nav_item( 'forums'); //similarly you can hide buddydrive, my orders and achievements etc
    }
    add_action( 'bp_setup_nav', 'bp_remove_nav_tabs',999 ); Could you fix these points?

    In the only unit of the course, I don't want the sidebar with the buttons "Back course", "Review course", "Finish course". This course is just for watching videos for as long as the subscription worked, like netflix. I do not want them to mark units as complete nor do I want them to send in for evaluation. How can I do?

    These questions remained pending:

    How can I remove the photo option in the avatar?

    I want to do page with full widht with elementor but when I select elementor full width, the header change. How can I do?

    Thanks!

    #278548
    Jackson
    Blocked
    Hello, 1- To hide mark unit complete , I have enable this setting on your website: https://prnt.sc/tqwtrs 2- To hide item from profile menu use code given below: goto appearance>>customize>>>custom css and paste it: #item-nav #object-nav a#user-xprofile { display:none; } #item-nav #object-nav a#user-buddydrive { display:none; } #item-nav #object-nav a#user-bos-bp-achievements { display:none; } 3- To hide results and stats use code given below: .my-account.course.buddypress #item-body #subnav a#course-results { display:none; } .my-account.course.buddypress #item-body #subnav a#course-stats { display:none; } 4- To hide these buttons from your website "Back course", "Review course", "Finish course" Can you please the course url that have these buttons because i have search nothing found on your website, Thanks,
    #281327
    marielcerra
    Participant
    This reply has been marked as private.
    #281379
    Jackson
    Blocked
    Hello, Goto appearance>>customize>>custom css and use code given below: .page-template-start .more_course a, form { display:none !important; } Thanks,
    #281639
    marielcerra
    Participant
    Hello, when I add this code, in the course page disappears "continue course". Do you know how can I hide only this three buttons? Thanks!
    #281783
    Jackson
    Blocked
    Hello, Use this code instead of given above : .page-template-start .more_course a { display:none !important; } Thanks,
    #282000
    marielcerra
    Participant
    Hello, thank you! Also, I need to hide the button "review course" and "finish course". How can I do?  
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘Delete options in user profile’ is closed to new replies.