yes, I was too missing <?php wp_footer(); ?> 🙂 thanks
I’ve been wrestling with wp polls – trying to get it to work in Thesis 1.7. I can create a poll and have it show up on a page or in the sidebar widget. However, the vote button will not work from either place. See: Baby Girl McCarthy sidebar.
At first I thought it may be a plugin conflict, but when I change to the default theme, the vote button works fine. So there has to be something unique to the Thesis Theme that is preventing it from working.
I tried entering php code in the header.php and footer.php, however, doing so broke the site – (perhaps I put them somewhere I shouldn’t have).
Permissions have been set according to recommendations in this thread. Any other ideas of a work-around?
Just ran into this issue. When I would click on View Results in FF I would see nothing, but in IE it worked fine.
I added <?php wp_footer(); ?> and all is well.
Lester you the man I use a lot of your plugins.
Thanks!
I am guessing it maybe conflicting with some plugins JS.. Try disabling all the plugins except wp-polls. Because if it works in IE, I can’t figure out why it will not work in FF