Okay
  Public Ticket #3142263
buttoms questions
Closed

Comments

  • eduardovid started the conversation

    WHAT IS THE DIFFERENCE BETWEEN THESE TWO BUTTONS?

    The two send doubts questions, I do not understand the difference.

    Please, see the image attached.

  • [deleted] replied

    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 .

  • eduardovid replied

    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?

  • [deleted] replied

    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;}


  • eduardovid replied

    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

  • [deleted] replied

    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;}


  • eduardovid replied

    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

  • [deleted] replied

    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 .

  • eduardovid replied

    Ok thanks