Hide "send message" to instructor

Home Forums Legacy Support Support queries Other issues Hide "send message" to instructor

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #216517
    schneidi
    Spectator
    This one solution: https://wplms.io/support/forums/topic/message-icon-to-send-message-to-instructor/ works only on single_course site. But it not work on course_directory and course_category. I do not know where this button still appears. I only checked it on these three pages. I want to hide this feature everywhere. Can you give me solution to hide it?
    #216542
    Mk
    Moderator
    Go to wp-admin-> LMS -> and unmark this setting http://prntscr.com/o9hv1u
    #216722
    schneidi
    Spectator
    And how can student or user write a message to  instructor for ask? whitout the complicated way over the course-menu: studend->profile-instructor an here click to send a message. ps: it´s only for usability
    #216777
    Mk
    Moderator
    Please check Show Members Meta info setting Go to wp-admin -> wplms ->Buddypress -> and look for Show Members Meta info setting Refer: http://prntscr.com/oa26p8 I am a little bit confuse, please tell me what do you want. show or hide?
    #216918
    schneidi
    Spectator
    "show or hide?" - show "send message" and hide "send email". What i want: if i enable message to instuctor in course page, than all can see in a front page buttons "send message and send email". If i say "all", than i mean parser machine too. I want hide all options for collecting email adress on the plattform http://prntscr.com/oafzuq . So i can give full privacy for user. And if instructor want give to student her email, than can he do it self per private massege. I hope i have made it clear.
    #217008
    Mk
    Moderator
    the private messaging component should be enabled. Go to wp-admin-> settings-> buddypress and enable this: http://prntscr.com/oakt2a Go to wp-admin -> wplms ->Buddypress -> and look for Show Members Meta info setting and enable it. Refer: http://prntscr.com/oa26p8
    For hiding email settings please share site URL and admin credentials in private reply.
    #217029
    schneidi
    Spectator
    "<span style="caret-color: #4b4d4d; color: #4b4d4d; font-family: Lato; font-size: 14px;">For hiding email settings please share site URL and admin credentials in private reply." </span> It is possible that I may have to re-install. Can you give me an instruction what to do?
    #217205
    Mk
    Moderator
    Add this CSS in custom.css ul.instructor_meta li:nth-child(2){display:none;}
    #217228
    schneidi
    Spectator
    That work only on course page, but not on student profile http://prntscr.com/ob3d2b and course directory (page all course) http://prntscr.com/ob3dgo.
    #217355
    Mk
    Moderator
    Please use this CSS at the place of above one. ul.instructor_meta li:nth-child(2){display:none !important;}
    #217565
    schneidi
    Spectator
    Now that works on course directory and on course single page, but not on user page http://prntscr.com/och1mp .
    #217614
    Mk
    Moderator
    Please don't be panic for the repeated reply. I don't have access to your site that's why I am unable to check its working or not. Add this CSS: #buddypress #send-private-message { display: none; }
    One more thing it is for the message so please check if you want it to display or not.    
    #217781
    schneidi
    Spectator
    Thank you. It works.
    #217794
    Mk
    Moderator
    Glad to see its working. thanks for the confirmation. before closing this topic, I want you to check once if everything is working fine or not?
    #217960
    schneidi
    Spectator
    I´m use additionally .single-course .instructor_meta a[data-original-title="Send Email"] {display:none;} and it work. Thank you for your help. You can close the topic.
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘Hide "send message" to instructor’ is closed to new replies.