• Resolved jjw801

    (@jjw801)


    Hi Dev, thanks for a great app!

    For some reason, I am only getting small black circles instead of proper radio buttons. Everything else works great. I’m having an issue that my visitors aren’t sure what to click on. Since nothing changes when an option is clicked, it’s hard to know that it’s been registered before clicking ‘vote’.

    Any help on making this a fill-in button or change in some way once the name of the option is clicked so people know to press the vote button would be awesome!

    Many thanks! 🙂

    http://wordpress.org/plugins/yop-poll/

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

    (@yourownprogrammer)

    Hi jjw801,

    Please send us a link to your poll so we may assist.

    Regards,

    YOP Team

    Thread Starter jjw801

    (@jjw801)

    Thanks!

    It’s down at the bottom of the page here:

    http://www.handmademen.com/handmade-mens-moisturizers/

    You can also see how the small black circles also run into the text, and when you view the vote results the circle actually overlaps the text.

    Thanks! Great app! 🙂

    Plugin Author YOP

    (@yourownprogrammer)

    Hey jjw801,

    We’re happy you like our plugin!
    The problem is caused by your theme, surfarama, that adds to every list item a bullet.

    Edit the template and in the CSS section add

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

    Best wishes,

    YOP Team

    Thread Starter jjw801

    (@jjw801)

    Thanks!

    I did that, but all it did was remove the small black circles. Now there’s just text for options and no radio buttons, and the text doesn;t change once clicked.

    http://www.handmademen.com/handmade-mens-moisturizers/

    Thanks for all your help!

    Josh

    Plugin Author YOP

    (@yourownprogrammer)

    Hi,

    Please add the lines below to your template’s CSS and let us know if you need more help.

    #yop-poll-answers-%POLL-ID% ul li input[type=radio] {
    -webkit-appearance: radio;
     }

    Regards,

    YOP Team

    Thread Starter jjw801

    (@jjw801)

    That worked brilliantly!

    Thanks VERY MUCH! 🙂

    Josh

    Hey YOP team:

    how can I use a small custom picture as a button? I want to get two buttons: one green box with a white ‘yes’, and one red box with a white ‘no’

    thanks,

    Plugin Author YOP

    (@yourownprogrammer)

    Hi hcriad30,

    To do that simply replace the answer with <img src=’the_image_link’>

    Best wishes,

    YOP Team

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Buttons Not Actually Butons’ is closed to new replies.