Hi Remote Tech I can confirm that the radio buttons work in Google Chrome for me. Are you using Windows or Mac? Do you have the latest version of each browser that you mentioned above?
Regards
Hi mbrsolution,
I am using Windows 7 and all the very latest browsers for each I’ve listed above….Thanks
It was a user that pointed the issue out to me….I was surprised to see that I couldn’t see the radio buttons in Chrome so I downloaded Safari and Opera to check them too today and same issue no radio buttons….However, looks great in IE and Firefox.
Here is one of my pages with the radio button:
http://www.remotetech.biz/schedule-appointment
Client Type and Priority Level both have radio buttons.
But not in Chrome, Safari and Opera.
Regards,
James
RemoteTech.biz
Hi James, yes you are correct. I suspect it might have something to do with your theme or a plugin. Can you change to one of WordPress default themes and see if the issue is fixed. If not then deactivate all your plugins except this one and carry out another test.
Regards
Hi mbrsolution,
Yes, I will give that a try…thanks…Regards, James
Hi mbrsolution,
I just tested it and it was the theme…looks like I have my work cut out for me now π
Thanks….Regards, James
Hi mbrsolution,
Unbelievable…I found the solution on the WordPress Theme’s Forum…go figure. π
Here is what I added to the custom.css file:
/* — 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; }
And after REFRESHING each web browser mentioned, it works!
Thank you for your help on this!
Regards,
James
RemoteTech.biz
Hi James that is great news π
Is this solution for all themes or for some particular themes? The reason why I am asking is because there might be someone experiencing the same issue as you.
If you don’t need any more help with this issue can you mark this support thread a resolved.
Thank you
Hi mbrsolution,
This solution was specifically for the wp-clear 3.2.1 By Solostream theme however, it may work for others as well π
Trial and error…thanks again for all your help!!!
Regards,
James
RemoteTech.biz
/* — 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; }
Thank You! I had the same problem and couldn’t figure it out, but this is exactly what I needed.