• Resolved sunlitlaz

    (@sunlitlaz)


    The poll is a new install (today 2018.12.30, version 1.2.44) and everything seems to work fine except that the poll does not allow voting. You can click on the Vote button, however, nothing happens. The poll is in a widget in the sidebar, you can see it on the front page in the link provided.

    I have already disabled all other plugins and it still did not work.

    Any help you can provide is greatly appreciated.

    Thanks!

    The page I need help with: [log in to see the link]

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

    (@totalsoft)

    Hello Dear sunlitlaz.

    Thank you for contacting us and for reporting your problem.

    To solve your problem, please edit the widjet.js file of our plugin. Please find this code:

    if(jQuery(this).attr('checked'))

    There, change and write like this

    if(jQuery(this).attr('checked') || this.checked)

    Please try after that, could you make your vote or not? If yes, We will add this function in the next version.

    Thank You.

    • This reply was modified 5 years, 10 months ago by totalsoft.
    Plugin Author totalsoft

    (@totalsoft)

    Dear sunlitlaz.

    We tried and it works fine too. We will do an update.

    Thank You.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New plugin install, cannot vote.’ is closed to new replies.