Support

Home Forums Event Espresso Premium Checkbox Not Displaying on Forms

Checkbox Not Displaying on Forms

Posted: July 11, 2018 at 8:53 am

Viewing 2 reply threads


baystate

July 11, 2018 at 8:53 am

Hi,
One of our questions during checkout is a checkbox, that checkbox is not displaying. I have tried multiple browsers. The question and checkbox option is displaying, but the box itself does not show up.
You can add the event below to your cart and begin registration to see an example. The question is at the bottom of the registration form. It is the Terms & Conditions. the ‘Yes’ should have a checkbox next to it.
http://bsss.wpengine.com/class/waltham-10-lessons/

Thank you!


Josh

  • Support Staff

July 11, 2018 at 9:26 am

Hi,

I checked into this and the reason it’s not displaying is because the theme has set “display: none” on all radio buttons & checkboxes! That’s kind of crazy.

https://slack-files.com/T02SY781D-FBPQQ6VB9-10903c695b

Anyway, this can be fixed by altering the theme’s style.css file, or you drop this into your site’s Appearance > Customize > Additional CSS panel:

input[type="radio"], 
input[type="checkbox"] {
    display: inline !important;
}


baystate

July 12, 2018 at 8:55 am

Hi Josh,
Sorry about that and thank you very much, that worked! No idea why the theme would block that globally, does not make sense.

Viewing 2 reply threads

The support post ‘Checkbox Not Displaying on Forms’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso