Okay- I may need to hire you on this one. Your javascript code above works fine when using the shortcode in a regular post, but now I’m trying to put it on a page where shortcodes don’t normally work. I inserted this into the template file:
<?php echo do_shortcode(‘[yop_poll id=”1″]’); ?>
Now the poll shows up, but nothing happens when I select an answer. I then made sure the javascript was called in the head by copying and pasting it from a page where it was working, but still no luck.
Any suggestions?