If you’re still experiencing this, can you please provide more details? A web link would be best, although a screenshot would help.
–David
Same issue here. Cannot see or use any checkboxes on Chrome or Internet explorer. The wordpress theme I am using is called Candidate.
here is a link
It looks very nice. The checkboxes and radio buttons are there (you can tell by using the inspector). I did it in Chrome. My guess is you have a CSS conflict somewhere in a selector somewhere. That’s going to take some debugging, but you may have a “display:none” that’s grabbing the wrong things.
One nice way to test is to use something like the Web Developer or Pendule Chrome extension and fiddle with styling. You can then see if the controls are displayed.
But the net-net is that the plugin is presenting the controls, but the theme’s CSS is then eating them.
Good luck!
–David
Thanks for the tip David. I will take a look now.
I took a peek. Looks like you solved it. Can you share with us what blocked the display of those items?
–David
Ah yes indeed. It was a very well hidden “display:none” next to a input type=”checkbox”. So I had to scour though some css code to find it in the end. Working a treat now! Woohoo…