Title: Cannot Select Answer
Last modified: August 21, 2016

---

# Cannot Select Answer

 *  Resolved [domphroy](https://wordpress.org/support/users/domphroy/)
 * (@domphroy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/cannot-select-answer-1/)
 * Once information is inputed for poll and submitted to website, the poll does 
   not display the circle to select answers…when I press vote, I get an error saying“
   no answer selected.”
    (Using Chrome, Safari, and Safari mobile browsers)
 * Having problems troubleshooting issue. Please help!
 * -domphroy
 * [http://wordpress.org/plugins/yop-poll/](http://wordpress.org/plugins/yop-poll/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [domphroy](https://wordpress.org/support/users/domphroy/)
 * (@domphroy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/cannot-select-answer-1/#post-4494670)
 * the post can be displayed here: [http://thebirdiebunch.com/services-item/calendar](http://thebirdiebunch.com/services-item/calendar)
 *  Plugin Author [YOP](https://wordpress.org/support/users/yourownprogrammer/)
 * (@yourownprogrammer)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/cannot-select-answer-1/#post-4494846)
 * Hi domphroy,
 * This problem is caused by the WordPress theme you use, Valise. For each input,
   the textarea is set to -webkit-appearance: none; and so the radio buttons are
   not displayed.
 * You can either change the theme or edit your theme’s file and replace this line
 * input, textarea { font:13px ‘Open Sans’, sans-serif; -webkit-appearance:none;-
   webkit-border-radius:0; -webkit-border-radius: 3px; }
 * with
 * input, textarea { font:13px ‘Open Sans’, sans-serif; border-radius:0; border-
   radius: 3px; }
 * Regards,
 * YOp Team
 *  Thread Starter [domphroy](https://wordpress.org/support/users/domphroy/)
 * (@domphroy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/cannot-select-answer-1/#post-4494861)
 * Awesome! It worked! Thank you so much! You’re a life saver 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cannot Select Answer’ is closed to new replies.

 * ![](https://ps.w.org/yop-poll/assets/icon-256x256.png?rev=3524390)
 * [YOP Poll](https://wordpress.org/plugins/yop-poll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yop-poll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yop-poll/)
 * [Active Topics](https://wordpress.org/support/plugin/yop-poll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yop-poll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yop-poll/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [domphroy](https://wordpress.org/support/users/domphroy/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/cannot-select-answer-1/#post-4494861)
 * Status: resolved