Digvijay Singh
asked 8 years ago

I have tried upvoting my last answer in the trail chain by giving 10 upvotes but still it is showing last in the chronological manner.

Upvoting should basically move the answer over the downvoted or no voted answers otherwise there is not much use of this functionality.

Please advise me on the out of the box functionality of upvoting and downvoting.

Gabor Maroti
replied 8 years ago

I had the same question. It’s quite important to have this bug solved, i.e. this feature implemented, otherwise it’s counterproductive..

Dominic Staff
replied 8 years ago

Thank you for interesting in our product and your feedback. I sent and notified our technical team about this problem. We will discuss it.
Also, If you want to have it, we are ready to help you as a custom work with a charge of fee.
In case that you are still interested in the feature, please kindly let us know, we will check and estimate the time.

Gabor Maroti
replied 8 years ago

Thanks for the offer, I really appreciate it. It’s too early but I will probably get back to it at the end of this year/beginning of next year.

1 Answers
DominicStaff
answered 8 years ago

At the moment, our plugin does not support to display answer as your mentioned here. If you want hide the vote section, you can add the following code to the style.css file:

/**Hide Vote on the question box*/

.dwqa-question-vote { display: none; }

/**Hide Vote on the answer box*/

.dwqa-answer-vote { display: none; }

Regards,

Powered by DW Question & Answer Pro