hey there folks, whenever i try to put interactive stuff on my site it gets super wonky, and i don't know if that's an issue with just my computer or if i actually did something wrong. is the poll working for everyone? i need to know just to make sure
the problem seems to be that since the poll is an iframe, when the vote/view buttons are clicked, it opens up the polls dedicated page inside that iframe as well. basically, the iframe is being treated like its own separate, mini browser tab inside your site
the only ways i can think of to fix this problem is to either put the polls code directly into the index pages code, or to maybe try and put the target="_blank" attribute inside the tags for the buttons in the poll. its an attribute that should result in the pollcode page opening in a new tab, though i havent tried it myself yet. hope this helps ^^
the problem seems to be that since the poll is an iframe, when the vote/view buttons are clicked, it opens up the polls dedicated page inside that iframe as well. basically, the iframe is being treated like its own separate, mini browser tab inside your site
the only ways i can think of to fix this problem is to either put the polls code directly into the index pages code, or to maybe try and put the target="_blank" attribute inside the tags for the buttons in the poll. its an attribute that should result in the pollcode page opening in a new tab, though i havent tried it myself yet. hope this helps ^^