• Resolved axlm94

    (@axlm94)


    Hi

    I’m creating a poll called “dé fiets van ‘t stad”.

    The problem is that it is impossible to vote.

    Can you help me?

    Grts
    Axl

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

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

    (@totalsoft)

    Hello Dear axlm94.

    Thank you for contacting us and for reporting your problem.

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

    <input type="<?php if( $Total_Soft_Poll_Theme[0]->TotalSoft_Poll_2_CH_CM == 'true' ){ echo 'checkbox'; }else{ echo 'radio'; }?>" class="Total_Soft_Poll_1_Ans_CheckBox" id="Total_Soft_Poll_1_Ans_<?php echo $Total_Soft_Poll;?>_<?php echo $i+1;?>" name="<?php echo $Total_Soft_Poll_1_Check_Name;?>" value="<?php echo $Total_Soft_Poll_Ans[$i]->id;?>">

    There, change and write like this

    <input type="<?php if( $Total_Soft_Poll_Theme[0]->TotalSoft_Poll_2_CH_CM == 'true' ){ echo 'checkbox'; }else{ echo 'radio'; }?>" class="Total_Soft_Poll_1_Ans_CheckBox" id="Total_Soft_Poll_1_Ans_<?php echo $Total_Soft_Poll;?>_<?php echo $i+1;?>" name="<?php echo $Total_Soft_Poll_1_Check_Name;?>" value="<?php echo $Total_Soft_Poll_Ans[$i]->id;?>"onclick="Total_Soft_Poll_2_Vote(<?php echo $Total_Soft_Poll;?>,'<?php echo $Total_Soft_Poll_Set[0]->TotalSoft_Poll_Set_10; ?>')">

    Thank you very much

    Plugin Author totalsoft

    (@totalsoft)

    Delete the code from the 2086-2090 line.

    <button class="Total_Soft_Poll_1_But_Vote_<?php echo $Total_Soft_Poll;?>" id="Total_Soft_Poll_1_But_Vote_<?php echo $Total_Soft_Poll;?>" name="Total_Soft_Poll_1_But_Vote_<?php echo $Total_Soft_Poll;?>" type="button" value="<?php echo html_entity_decode($Total_Soft_Poll_Theme_1[0]->TotalSoft_Poll_2_VB_Text);?>" onclick="Total_Soft_Poll_2_Vote(<?php echo $Total_Soft_Poll;?>,'<?php echo $Total_Soft_Poll_Set[0]->TotalSoft_Poll_Set_10; ?>')">
    <i class="totalsoft Total_Soft_Poll_1_Vote_But_Icon">
    											<span><?php echo html_entity_decode($Total_Soft_Poll_Theme_1[0]->TotalSoft_Poll_2_VB_Text);?></span>
    </i>
    </button>
    • This reply was modified 5 years, 6 months ago by totalsoft.
    • This reply was modified 5 years, 6 months ago by totalsoft.

    Voting yesterday does not work. Used with the code but it does not work ???

    Plugin Author totalsoft

    (@totalsoft)

    Hello Dear radiozmaj/

    Thank You for telling us about your problem.

    Plugin worked fine and voted well. Right? Does not work after the upgrade?

    Thank You

    Hello,

    after the morning update, we count two votes instead of one

    • This reply was modified 5 years, 6 months ago by radiozmaj.
    • This reply was modified 5 years, 6 months ago by radiozmaj.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to vote’ is closed to new replies.