astonishedman
Forum Replies Created
-
Forum: Plugins
In reply to: [YOP Poll] Required fields not being requiredI upgraded the version and it is working. Thanks.
Forum: Plugins
In reply to: [YOP Poll] Line break causing answer to line up under radioHa. You must have been typing that same as I was above. You are absolutely correct. Thank you.
Forum: Plugins
In reply to: [YOP Poll] Line break causing answer to line up under radioI figured it out!! Actually the solution is in your original answer to me above, I just didn’t see the distinction. When you said replace … with … I did, but then returned the lines of code for neatness. But that was the whole problem to begin with. The WordPress edit window injects a
when you return to the next line of code. So moving everything to one line and just let it wrap naturally did the trick.Hope this further explanation helps someone else down the road.
Forum: Plugins
In reply to: [YOP Poll] Line break causing answer to line up under radioThat fix ceased working. You can look at
http://www.morethanmusicinc.com/theone/Rather than some javascript to strip the line breaks after the page loads, I would much rather edit the template where these question lines are built to not include them in the first place. Can you direct me to where this code is assembled and let me alter it there?
Forum: Plugins
In reply to: [YOP Poll] Line break causing answer to line up under radiowould it be a mod you would do for hire?
Forum: Plugins
In reply to: [YOP Poll] Line break causing answer to line up under radioThat worked. Thanks so much.
Got another question. Would there be any way to add programming to this plugin that would allow sharing your vote to Facebook from the results page?
Forum: Plugins
In reply to: [YOP Poll] Line break causing answer to line up under radioThat didn’t work. I implemented all of the above and the question is still returning under the radio button. I looked at the source and it is still putting a line break after the input and after the question. As long as it is injecting that I don’t see how it can work. Here is one of the lines in the source code.
<li class="yop-poll-li-answer-2_yp524d76667f855"> <input type="radio" value="8" name="yop_poll_answer" id="yop-poll-answer-8" /><br /> <label for="yop-poll-answer-8">Rise and Shine</label><br /> <span class="yop-poll-results-text-2_yp524d76667f855"></span></p> </li>How do I get rid of the
<br />?Forum: Plugins
In reply to: [YOP Poll] Line break causing answer to line up under radiohttp://www.morethanmusicinc.com/?page_id=3335&preview=true
It wasn’t published as it was a new page. But I published it so you can look at it. I noticed too that the radios do not select.
This is a new installation. The only thing that has been customized is the CSS of the White template just to try to make it line up right. Everything else is as it was.