Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Radio and checkbox buttons will not show on a mobile device WordPress

I have a responsive php form that works and looks perfect on a desktop, but freakishly the radio buttons and the check boxes disappear on a mobile device on any browser.[[LINK href="http://www.alphacord.com/redesign/enroll_step5.php"]][[/LINK]]

Answers (5)

2014-01-28

Arnav Joy answers:

can you show your form?


lshishido comments:

[[LINK href="https://www.alphacord.com/redesign/enroll_step5.php"]][[/LINK]]


lshishido comments:

https://www.alphacord.com/redesign/enroll_step5.php

2014-01-28

Hariprasad Vijayan answers:

Hello,

Check your media query in CSS.

Can you show your URL?


lshishido comments:

https://www.alphacord.com/redesign/enroll_step5.php

2014-01-29

Bob answers:

css, images and javascript are not loading on your page!!!


lshishido comments:

try it again, I just reuploaded the file.


Bob comments:

accrding to this
http://johnpolacek.github.io/Responsivator/?site=www.alphacord.com%2Fredesign%2Fenroll_step5.php

and this
http://www.viewlike.us/test.php#u=https://www.alphacord.com/redesign/enroll_step5.php|320|480|1

your form radio and checkbox are visible properly.

is it not visible in actual mobile phone?


lshishido comments:

They work perfectly on a desktop. They disappear on a mobile device.


Bob comments:

I do not have mobile right now to test, but it seems that you are hiding actual radio input and using background to show it [ style_form.css line no 2027 ].

using media query try to make it visible and remove background when user is viewing it in mobile.


other than that this link might become helpful to you.
[[LINK href="http://www.lotusseedsdesign.com/blog/make-checkbox-or-radio-button-in-mobile-browsers-render-consistently-using-before-pseudo-element"]]http://www.lotusseedsdesign.com/blog/make-checkbox-or-radio-button-in-mobile-browsers-render-consistently-using-before-pseudo-element[[/LINK]]


Bob comments:

It seems that there is trouble with iphone 4S only
did you test it with other mobiles.


lshishido comments:

It doesn't work on my Galaxy s4 on any brower


Bob comments:

If nothing work then you can try such selector specially for mobile user.

http://experiments.wemakesites.net/css3-iphone-toggle-buttons.html

It supports.....
Mozilla FireFox
Opera
Google Chrome
Apple Safari
Internet Explorer 9 (not fully supported)
Internet Explorer 10 Beta


lshishido comments:

My original programmer fixed the problem, but it would like to award you the money for trying to be the most helpful.

2014-01-29

Balanean Corneliu answers:

I have tested now on my android phone 5.4" and its working perfect.

2014-01-31

Deepak answers:

Try this http://jsfiddle.net/Gajotres/779Kn/21/
and
http://jsfiddle.net/ezanker/8jzjy/

I think you have to make some changes in your script according to above links...