Posted by Leandro
2016-01-09

Hello Tom, thanks for your fast reply, the center tipbox worked perfectly.
Now I'm having another problem, I load the poll inside home.html, and home.html inside "section" container of index.html.
For loading home, I got a $("#section").load("home.html") in jQuery, and when it loads, poll loads perfectly.
The problem is when I load another page inside section and then I come back to home, when I come back home by 2nd time poll doesn't appear.
I noticed that if I use a window.location.replace("index.html"); instead of the load("home.html") in section, the entire website reloads so it works because is like if it were the first time.
I used to have the same problem with the Twitter Timeline Embed plugin and I solved it using an initialization code like twttr.widgets.load(); in the script in head of home.
I guess this poll has any way to initialize it too, but I dont know how.. whats the function that I should call.

Was I clear with my question? Sorry for my bad english and Thanks again for your expertise.
Posted by Tom
2016-01-09

Sorry, it doesn't have the feature to initialize polls after the page load. I think it's an important feature and I should add it in the next version. Thank you for reminding me!