Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lstong1776

    (@lstong1776)

    1、the page”https://www.dogfoodfirst.com/blue-buffalo/“,The voting function is not working
    2、With the same “poll ID”,on the front page”https://www.dogfoodfirst.com/poll-brands/“, click “Results” and the number stays the same,but,on the page”https://www.dogfoodfirst.com/blue-buffalo/“,click “Results” and The Numbers show the correct changes.

    Plugin Author totalsoft

    (@totalsoft)

    Hello, dear lstong1776.

    Thank you for contacting us and for reporting your problem.

    To solve your problem, edit our Total-Soft-Poll-Widget.js file. Find code

    if(jQuery(this).attr(‘checked’)) {
    to – if(jQuery(this).attr(‘checked’)) {

    Please edit the code and write like this.

    if(jQuery(this).attr(‘checked’)) {
    to – if(jQuery(this).prop(‘checked’)) {

    Thank You.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘The voting function is not working’ is closed to new replies.