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

    (@yourownprogrammer)

    Hi jaroo,

    Please send us a link to the page where you have the poll displayed.

    Regards,

    YOP Team

    Thread Starter jaroo

    (@jaroo)

    Plugin Author YOP

    (@yourownprogrammer)

    Hey jaroo,

    Edit the template you used for your poll and in “Template Before Vote” replace

    <div id=”yop-poll-custom-%POLL-ID%”>

    with

    <div style=”clear: both;”></div>
    <div id=”yop-poll-custom-%POLL-ID%”>

    Also, in the CSS section add

    #yop-poll-answers-%POLL-ID% ul li:before {
    background:none;
    }

    #yop-poll-custom-%POLL-ID% ul li:before {
    background:none;
    }

    Another issue is that admin-ajax.php is not in the right location, Currently it’s on myxxfest.ca.1109soon2b.co.uk (http://myxxfest.ca.1109soon2b.co.uk/wp-admin/admin-ajax.php)
    and it should be on myxxfest.ca

    Best wishes,

    YOP Team

    Thread Starter jaroo

    (@jaroo)

    The radio buttons are gone except you can’t make a selection, and when you type inside the Custom Field box, you can only see the top part of the text.

    Plugin Author YOP

    (@yourownprogrammer)

    Hi jaroo,

    Edit your template and in the CSS section replace

    #yop-poll-container-%POLL-ID% input[type=’text’] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; }

    with

    #yop-poll-container-%POLL-ID% input[type=’text’] { margin:0px 0px 5px 0px; padding:2%; width:96%; text-indent:2%; font-size:12px; line-height:12px !important;}

    Also, in “Template Before Vote” replace

    <div id=”yop-poll-custom-%POLL-ID%”>

    with

    <div style=”clear:both;”></div>
    <div id=”yop-poll-custom-%POLL-ID%”>

    and save the changes.

    Regards,

    YOP Team

    Thread Starter jaroo

    (@jaroo)

    It’s perfectly working now. Thanks much!

    Thread Starter jaroo

    (@jaroo)

    Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Bullets present on the check boxes and on custom fields’ is closed to new replies.