Comments eduardovid started the conversationOctober 8, 2022 at 1:39pmWHAT IS THE DIFFERENCE BETWEEN THESE TWO BUTTONS?The two send doubts questions, I do not understand the difference.Please, see the image attached.[deleted] repliedOctober 10, 2022 at 3:51pmOne is a simple comment and other is to ask question of which notifications sent to instructor for answering it . Its just simply comment of type question .eduardovid repliedOctober 10, 2022 at 5:28pmThank you very much for your answer.I don't really understand the usefulness of putting a button to comment on something on the unit.To make it easier for the student, can I hide the button to send a comment and leave only the button to ask the Instructor questions?[deleted] repliedOctober 12, 2022 at 3:32pmPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : .unit_comments_wrapper .unit_comments_action a:first-child{display:none;}eduardovid repliedOctober 13, 2022 at 7:10amSomething its wrong with your code.After to ask a Question, there is not button to send the question.Please give me a solution.You can see here a video with this problem:http://somup.com/c36Iijv6LP[deleted] repliedOctober 15, 2022 at 2:18pmIm sorry please remove css previously given and Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : .unit_comments_wrapper:not(.active) .unit_comments_action a:first-child{display:none;}eduardovid repliedOctober 18, 2022 at 7:50amI have entered the code and it works fine in Ask a Question but now, I can't add a comment, the button to confirm the sending of the comment has disappeared.You can see it in the attached image[deleted] repliedOctober 20, 2022 at 11:09amHi please remove the previous css and add this given css : .unit_comments_wrapper:not(.active) .unit_comments_action a:first-child:not(:last-child){display:none;}this is tried and tested and wont remove any button from anywhere .eduardovid repliedNovember 5, 2022 at 2:41pmOk thanks Sign in to reply ...
WHAT IS THE DIFFERENCE BETWEEN THESE TWO BUTTONS?
The two send doubts questions, I do not understand the difference.
Please, see the image attached.
One is a simple comment and other is to ask question of which notifications sent to instructor for answering it .
Its just simply comment of type question .
Thank you very much for your answer.
I don't really understand the usefulness of putting a button to comment on something on the unit.
To make it easier for the student, can I hide the button to send a comment and leave only the button to ask the Instructor questions?
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.unit_comments_wrapper .unit_comments_action a:first-child{display:none;}
Something its wrong with your code.
After to ask a Question, there is not button to send the question.
Please give me a solution.
You can see here a video with this problem:
http://somup.com/c36Iijv6LP
Im sorry please remove css previously given and
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.unit_comments_wrapper:not(.active) .unit_comments_action a:first-child{display:none;}
I have entered the code and it works fine in Ask a Question but now, I can't add a comment, the button to confirm the sending of the comment has disappeared.
You can see it in the attached image
Hi please remove the previous css and add this given css :
.unit_comments_wrapper:not(.active) .unit_comments_action a:first-child:not(:last-child){display:none;}
this is tried and tested and wont remove any button from anywhere .
Ok thanks