edled
asked 7 years ago

Hello
These questions are linked with the Design Wall Question Answer Plugin
Hello I would like to ask for some help in the following things :

  1. When I answer someones question under the answer box there is a “Who can see this” drop down list. How can I get rid of that?
  2. I have already disabled the voting on the DWQA plugin however the number of votes the answers received are still visible even if the answer got 0 votes. I would also like to delete that.
  3. When someone ask a question there name is linked with a page which lists all the questions they have asked in the past is it possible to activate that?

Thanks EDLED Team

1 Answers
DominicStaff
answered 7 years ago

1/ To remove this section, you can add the following code to the style.css file:

.dwqa-answer-form .dwqa-select { display: none; }

2/ To remove the answers, votes count, you can add the following code to the style.css file:

span.dwqa-answers-count, span.dwqa-votes-count { display: none; }

3/ Yes, when someone asked the questions, you can click to the username under the question, it will redirect to a page with all the question of the users.

Powered by DW Question & Answer Pro