Hello, dear anaremersaro.
Can you please tell me what problem you have? So that we can help you. Waiting for your reply.
Thank You.
Hi! Thanks for your answer. If you try to vote you will see that nothing happens. There’s no answer after press the VOTE button.
You can try in any poll in this link https://www.cuentosxcontar.com/tu-personaje/
Waiting for your answer. Thanks in advanced.
Ana
Dear anaremersaro.
To solve your problem, edit our Totaol-Soft-Pol Widget.php file. Find code
<input type=”text” style=”display: none;” id=”TotalSoft_Poll_1_ID”
Please edit the code and write like this.
<input type=”text” style=”display: none;” id=”TotalSoft_Poll_<?php echo $Total_Soft_Poll; ?>_ID”
Edit our Total-Soft-Poll Widget.php file. Find code
value=”<?php echo $Total_Soft_Poll; ?>”> <input type=”text” style=”display: none;” id=”TotalSoft_Poll_1_Vote”
Please edit the code and write like this.
value=”<?php echo $Total_Soft_Poll; ?>”> <input type=”text” style=”display: none;” id=”TotalSoft_Poll_<?php echo $Total_Soft_Poll; ?>_Vote”
Thank You.
Dear anaremersaro.
The Problem is resolved. Please update to the new version.
Thank You.