Bloopie
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Modal Login] using in navigation menuHello Roger,
I’m so glad I found your post. This did the job very quick and easy.
I was just wondering if there was a way to change the background color for the Login/Logout link now, as it stands out from the rest of the links on my navigation menu. It only happens when I’m on the home page for some reason.
Thanks in advance.
Forum: Plugins
In reply to: [YOP Poll] Problem with logged out users trying to voteHey again,
Thanks for taking the time to check for a solution to the problem.
EDIT:
I said it didn’t work but stupidly I just replaced the wrong line.Your solution is spot on. It works great now.
Thanks again for your fantastic support!
Forum: Plugins
In reply to: [YOP Poll] Problem with logged out users trying to voteThanks for your reply YourOwnProgrammer,
I emailed you the link to my poll.
Forum: Plugins
In reply to: [YOP Poll] Answers not on same line as tick boxesIssue resolved thanks to the great support of the YOP Team.
Forum: Plugins
In reply to: [YOP Poll] Answers not on same line as tick boxesCheers, I sent you an email.
Forum: Plugins
In reply to: [YOP Poll] Answers not on same line as tick boxesThanks for your reply. Is there a way to send it to you privately?
Forum: Plugins
In reply to: [YOP Poll] Answers not on same line as tick boxesI searched on the forum and found a resolved thread where someone had a similar problem. But it’s not a very flexible as once I changed the design a bit, the code needs to change accordingly, and I have no idea how to do it.
This was the code I used to replace a part of the CSS with:
#yop-poll-answers-%POLL-ID% ul li input {
float: left;
margin: 0 5px 0 0;Right now I’m trying to get the radio buttons on the same line as the text (they are a bit higher), I’m trying to make the text stay on the same line (it drops a line after 2 words), and I want it to look right even when I center the poll using <center><div> (if there’s a better way, I don’t know about it).
I hope I’m being clear!
Thanks in advance for your help!