Support

Home Forums Event Espresso Premium Problem with display Checkboxes and Radio Buttons

Problem with display Checkboxes and Radio Buttons

Posted: December 31, 2019 at 5:15 am

Viewing 5 reply threads


PfadfinderSelm

December 31, 2019 at 5:15 am

Hello, i have a problem with the display of my checkbox and radio buttons Questions. i can see the options, but not the field where you choose the answer. So its tricky to tap the rihgt answer. If i choose one, there is no “X” or other information, that the answer is selected. i added a picture so you can see what i wanted to say. null


Tony

  • Support Staff

December 31, 2019 at 5:26 am

Hi there,

This is likely caused by some CSS in your theme (or possible a plugin) but we’ll need to view the page to see what is happening.

It looks like the event on your site is set to require login, can you create another test event so we can view this? You can set that event to be password protected and post the password here to prevent users from registering.


PfadfinderSelm

December 31, 2019 at 5:57 am

Ok, yes this Event is a Test first, but i create another and set to password protected. You can find this Event there https://www.pfadfinder-selm.de/index.php/veranstaltungen/test-event/
The Passwort is “EventEspresso” (without the “”)


Tony

  • Support Staff

December 31, 2019 at 7:02 am

It looks like you are using the Autoptimize plugin on the site so I can’t see what specifically is adding this but this CSS:

input, textarea {
    -webkit-appearance: none;
}

Tells your site not to show inputs, you can either remove it or add your own CSS to override it, for example:

#ee-single-page-checkout-dv input[type='checkbox'] {
    -webkit-appearance: checkbox;
}
#ee-single-page-checkout-dv input[type='radio'] {
    -webkit-appearance: radio;
}


PfadfinderSelm

December 31, 2019 at 9:12 am

Ok, yes i have using the Autoptimize plugin, i deaktivated it but it doesn’t work.
The CSS you say it tells my site not to show inputs, i can’t find, so i tried the other method and manually added the CSS from you and this works.

Thank you


Josh

  • Support Staff

January 2, 2020 at 11:21 am

Hi,

You could try this alternative to Autoptimize that tends to be less buggy:

https://wordpress.org/plugins/fast-velocity-minify/

Viewing 5 reply threads

The support post ‘Problem with display Checkboxes and Radio Buttons’ 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