Woops, yes, I meant line 105.
I also tried installing all the updated files with no success.
You're quite welcome to have a look... http://www.pregnancyshop.com.au
Front page - bottom left hand side.
Thanks'
Woops, yes, I meant line 105.
I also tried installing all the updated files with no success.
You're quite welcome to have a look... http://www.pregnancyshop.com.au
Front page - bottom left hand side.
Thanks'
The style clearBoth in your template also sets the font size to 2 pixels, causing the text to be so tiny. I'm not sure how to fix this permanently yet, but a workaround is to change, in includes/templates/<YOUR TEMPLATE>/sideboxes/tpl_poll_box.php, line 113:
from: $content .= '<div style="width:99%;" class="clearBoth">';
to: $content .= '<div style="width:99%; clear:both; font-weight:normal; overflow:hidden;">';
This should, in your template, prevent changing the font size and weight and cause the text to display correctly.
Please let me know how this works out.
Boudewijn Sjouke
http://www.chinesedingen.nl
@cecsy:
The fix above may work for Amanda's template, but not for yours. Please try the fix above and let me know the results. If not ok, please post an URL where I can see what happens.
Boudewijn Sjouke
http://www.chinesedingen.nl
Awesome stuff..... that fixed it.
Thank you so much for your continued support and fixes.
Cheers
Amanda
Hi Great Mod,
i just tried to use it on Zen Cart v1.3.8a and it doesn't store any data in the database when you click send..
Is there any way to get this mod to work with Zen Cart v1.3.8a?
I developed PM with PHP 5.2.9, and I have just migrated to 5.3.2. On both versions I encountered no problems.
What happens after you clicked send? Do you get the statistics displayed? Any JS errors appear?
Can you post or send me the url to the site?
Thanks,
Boudewijn
Boudewijn Sjouke
http://www.chinesedingen.nl
Thanks for your reply,
When I click send it just refreshes the page and adds nothing and gives no errors.
However I have found a work around..
If i take the url produced by the site that works and enter it into the site that doesn't.. It works and adds the poll options just as it should..
The site that doesn't have a functioning poll manager backend can be found here: www.stillmomentsnursery.com
Thats the only part of the poll manager that doesn't work, the poll_manager.php seems to produce incorrect urls when adding to database. Everything else works great
The poll is working fine now with the work around. So i guess the best bet would be to wait until my host updates PHP.
Thanks for your help.