Plugin Author
YOP
(@yourownprogrammer)
Hello
Edit the poll template you are using and on Before Section vote remove the code below
[ANSWER_CONTAINER]
<li id = "yop-poll-li-answer-%POLL-ID%-%QUESTION-ID%" class = "yop-poll-li-answer-%POLL-ID%">
%POLL-ANSWER-CHECK-INPUT% %POLL-ANSWER-LABEL%
[ANSWER_DESCRIPTION_CONTAINER]
<span class = "yop-poll-description-%POLL-ID%">%ANSWER-DESCRIPTION%</span>
[/ANSWER_DESCRIPTION_CONTAINER]
[ANSWER_RESULT_CONTAINER]
<span class = "yop-poll-results-text-%POLL-ID%-%QUESTION-ID%">%POLL-ANSWER-RESULT-LABEL%</span>
%POLL-ANSWER-RESULT-BAR%
[/ANSWER_RESULT_CONTAINER]
</li>
[/ANSWER_CONTAINER]
Let us know if this fixes your problem.
Best
YOP Team
Hi dear Sire
I have a poll based on the other answers of users . Each user enter a number from 1 to 1000 . if 5 users entered the number of 100 , how i can display votes of “100” ? ( The votes are 5 times ) .
in the current status , each answer even the answers exactly like others , display separately and the votes fore same results not collecting .
Please help me to collect the votes for same answers that entered in other answes section .
thank you