• Resolved paulewhite

    (@paulewhite)


    I have created a poll with many options (over 20).
    After voting, when I refresh the page, the results are shown inside the container of the poll but some of the options are still shown below the results.
    In my opinion, all options should be hidden when the results are shown.
    Is this something which can be achieved by editing any of the plugin files?
    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear paulewhite.

    To solve this problem, edit the file total-soft-poll-widget.php. On the 969 line find this code:

    max-height: 300px

    delete and put this code

    max-height: 100%;

    On the next version, the problem will be solved for everyone.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide options when showing results’ is closed to new replies.