Hello,
remote debugging doesn’t seem to be enabled.
Apologies. That is updated.
I can see the code for both options inserted as configured – the shortcodes are expaned.
The code for the first option displays a poll, while the second option does not display anything. It seems the poll code is wrapped by some div which sets opacity to 0:
<div class="su-animate" style="opacity:0;-webkit-animation-duration:1s;-webkit-animation-delay:0s;animation-duration:1s;animation-delay:0s;" data-animation="pulse" data-duration="1" data-delay="0">
...
</div>
Maybe this code for the animation does not work when inserted client-side.