This plugin will not work with any caching plugin that caches HTML.
Sorry I don’t have any caches plugin. All are deleted. But is still not working. Any help?
What is your site URL? Does it work with the default theme?
Yes on default, is working. but I’m not sure why is not working on my theme.
here’s the ling: http://shymagazine.com/shy/jersey-shore-poll-team-sammi-or-team-ronnie.html
Thanks
It is your theme issue, I am sure your wp_footer is not there because the poll javascript is not loaded
I do have it under footer.php as well as other templates. Is there a specific place I should put <?php wp_footer(); ?>?
<?php wp_footer(); ?> is normally placed in footer.php in your theme. This is your theme issue, you probably have to figure it out.
The only other thing I can think of that may cause this is you are using some plugin that minify or combine JS files.