• Resolved paulewhite

    (@paulewhite)


    Dear Sirs,

    I an having a problem when I click on the button to see the voting results: the list of answers with the corresponding percentages is shorter than the length of the questions, so a part of these is still shown at the bottom answer list.

    The problem may or may not appear according to the length of the questions.

    How can I fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear paulewhite.

    To solve your problem, edit the widget.php file. After the line 1125 add this code:

    <?php if ($Total_Soft_Poll_Theme_1[0]->TotalSoft_Poll_1_P_LAA_H == ‘0’){?>
    display: none;
    <?php } ?>

    Thank you.

    Thread Starter paulewhite

    (@paulewhite)

    Yes, that fixes the problem.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Questions visibile under the results’ is closed to new replies.