Remove Instructor courses in profiles

Home Forums Legacy Support Support queries How-to & Troubleshooting Remove Instructor courses in profiles

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #84663
    ulyssesw
    Spectator
    Hi, New feature in 2.4, Instructor courses in profiles. Question 1: How to disable this feature? Question 2: If i want to retain this feature, under each course block it shows the date of the course creation and comments, can this be removed? Please see: http://prnt.sc/di4egb Thanks.
    #84713
    H.K. Latiyan
    Participant
    1) If you want to remove the instructor courses from the profile then add the bellow code in your wplms-customizer.php file present in your wplms customizer plugin OR the functions.php file of child theme (if using child theme): add_action('init',function(){remove_action('bp_before_profile_content','wplms_show_instructor_courses',11);});   2) To hide the date and comment add the bellow css in your appearance->customize->custom css: .bp-user .block h4.block_title+.date {display:none;}
    #97381
    Louis Guierra
    Spectator
    perfect! it worked! =)
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Instructor courses in profiles’ is closed to new replies.