No checkbox on mobile device

Hello,

When i go to my members page to make a new member i see no checkboxes… this is only on my mobile device…

https://www.dennis-sports.nl/registratie/
This is the link

Thanks a lot

Greetings,

Dennis

Hello there,

I hope you are doing well today.

Please try disabling any third party plugins that were not bundled with the theme as one of them may be causing a conflict on the forms.

Also, please ensure that you have installed the new version of WordPress.

Best Regards,
Support

Hello,

I’m fine and you?
I did what you asked me to do but it won’t work:(

I have the latest version of wordpress…

Thanks

Can you please provide a screenshot of your problem?

There u must see a checkbox…

Hello there,

Are you seeing the checkbox on the back-end of the site when you preview the page?

Best Regards,
Support

No sorry, i’ve made a screenshot

Hello there,

That is an image of the form on mobile, I was referring to the back-end being the WordPress admin panel.
Please try disabling the captcha and reload the page.

Best Regards,
Support

Hello,

I did what you asked me but with no result.
I’ve checked it with a samsung s7, HTC one X and with a samsung tablet…

Thanks

hi

Please check if you have the same problem with the default WordPress themes, if yes then get in touch with them for designer or plugin developer, at this moment i cant see the checkbox even on the desktop view,

Hi,

when i have accept the cookies i see the next screenshot on my desktop

Thanks

Dennis

hi,

i have fixed it with this code:

/* – Radio Button Fix – */
input[type=“checkbox”] { -webkit-appearance: checkbox; }
input[type=“radio”] { -webkit-appearance: radio; }
input[type=“submit”], input[type=“button”] { -webkit-appearance: button; }
select { -webkit-appearance:textfield; }

Greetings,

Dennis

Hello there,

Nice work solving that and thanks for sharing the solution.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support