Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hello

    Could you send us a link so we can take a look?
    If you don’t want to post the link here, you can email us at yop.help{at]gmail[.)com

    Best Regards,
    YOP Team

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    The issue you are facing maybe be caused by the theme you are using.

    For the poll template you are using you can try and replace

    %POLL-ANSWER-CHECK-INPUT%
    %POLL-ANSWER-LABEL%

    with

    %POLL-ANSWER-CHECK-INPUT% %POLL-ANSWER-LABEL%

    Please give it a try and let us know if this fixes the problem.

    Best Regards,
    YOP Team

    Yes – worked. Thank You

    I’m having the same issue, but the above answer did not work for me. I’m using a modified version of the Metro Theme. I’ve removed the poll from my sidebar because I don’t want my readers to see it in that condition. Please help!
    Lynette

    Plugin Author YOP

    (@yourownprogrammer)

    Hi Lynette,

    Please provide a link to the page that includes the poll you are having problems with.

    We are waiting on your reply so we may assist.

    Best wishes,

    YOP Team

    https://www.girlfriendgolf.com

    I sent it in an email, but don’t know if you’ve received it. So, thought I’d reply here as well.

    Thanks,
    Lynette

    I’m assuming I may have taken too long to respond, but I’m going to take the poll down from my site again. Can you please email again when you are available to look at this?

    If you by chance have the Genesis Metro theme, that’s the theme I’m using and the poll doesn’t work in it.

    Thanks,
    Lynette

    Hi lynefitz,

    Go to “Templates”, look for your poll’s template and from the menu that appears when you drag you mouse over it, click on “Edit”.

    Scroll down to the “CSS” section and look for:

    #yop-poll-answers-%POLL-ID% ul li input {
    margin:0px;
    float:none;
    }
    and then add after float:none;
    width:10px;

    In the end you should have:

    #yop-poll-answers-%POLL-ID% ul li input {
    margin:0px;
    float:none;
    width:10px;
    }

    Best wishes

    That worked!!! Thank you, thank you!!!

    Glad it worked.

    If you like Yop Poll and find it usefull, we could use a review.

    Best Regards,
    YOP Team

    HI Yolp Team!
    I’m having the same issues and I’m guessing it’s my template. I tried both of the above and neither worked. Here is what’s going on. https://www.ushispanicministry.com/archives/2724

    Any help?

    Thanks!
    Patty

    Plugin Author YOP

    (@yourownprogrammer)

    Hi Patty,

    From the main menu go to “Templates” and edit the template you used on your poll. In the CSS section add

    #yop-poll-answers-%POLL-ID% ul li label {
    display:inline;
    }

    and save. This should fix it.

    Regards,

    YOP Team

    Tried it and it did not fix it. ??

    Plugin Author YOP

    (@yourownprogrammer)

    Hey Patty,

    It seems that there’s an error in your CSS

    #yop-poll-answers-1 ul li input {
    margin:0px;
    float:none;
    width:10px;
    }
    }
    #yop-poll-answers-1 ul li label {
    margin:0px;
    font-style:normal;
    font-weight:normal;
    font-size:12px;
    float:none;
    display:inline;
    }

    Before “#yop-poll-answers-1 ul li label { ” you have two “}” and there should be only one:

    #yop-poll-answers-%POLL-ID% ul li input {
    margin:0px;
    float:none;
    width:10px;
    }

    #yop-poll-answers-%POLL-ID% ul li label {
    margin:0px;
    font-style:normal;
    font-weight:normal;
    font-size:12px;
    float:none;
    display:inline;
    }

    Let us know if you need more help.

    Best wishes,

    YOP Team

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Radio buttons on top text below’ is closed to new replies.