Oren Margalit
asked 8 years ago
  1. i have hidden the comment box following the question part (so you can only comment on the answers). but the problem is that in the mobile view the comment box still appears, and only in the pc version it is hidden. how can i hide it also in the mobile view?
  2. how can i hide the voting counts and arrows from the site?
  3. Whenever someone inputs a new question from mobile, the title in hebrew is shown as a strange code like this:%D7%A2%D7%9C-%D7%AA%D7%95%D7%A4%D7%A2%D7%AA-%D7%94%D7%99%D7%A6%D7%99%D7%90%D7%94-%D7%91%D7%A9%D7%90%D7%9C%D7%94-%D7%98%D7%95%D7%A8-36/
    how can i fix this?
joyspringmedia
replied 8 years ago

We are having the same problem as #3 above, is there a fix for this?

1 Answers
DominicStaff
answered 8 years ago

1 & 2: Please add the following code to the style.css file: 

.single-dwqa-question .dwqa-question-item .dwqa-question-vote, .single-dwqa-question .dwqa-answer-item .dwqa-answer-vote {
display: none;
}
.single-dwqa-question .dwqa-question-item .dwqa-comment-form {
display: none;
}

3/ Please send me your site URL for further checking.

Oren Margalit
replied 8 years ago
Oren Margalit
replied 8 years ago

regarding 1 and 2:

1. i have inserted the code you gave me and the problem still persists in the mobile view. the comment box on the question part is still shown.

2. the code you gave me has succeeded in hiding the arrows for voting. but the vote counters still show in the main page of the Q&A. how can i hide them?

Dominic Staff
replied 8 years ago

Please accept my apology for the delay in getting back to you. I have checked and if you want to remove the vote count you can add the following code to the style.css file:

span.dwqa-votes-count {
display: none !important;
}

To remove the comment section, you can use the following code:

.dwqa-comments {
display: none !important;
}

If you still face their issue, please send me username & password of your site for further checking.

Powered by DW Question & Answer Pro