Hi,
On the following page the radio buttons are not showing. When I preview from the WP admin, all are present. I believe it is a css issue but unfortunately this is not my code.
http://www.bluepointsolutions.com/advisory-council-feedback/
Hi,
On the following page the radio buttons are not showing. When I preview from the WP admin, all are present. I believe it is a css issue but unfortunately this is not my code.
http://www.bluepointsolutions.com/advisory-council-feedback/
A script in your theme is applying a class "outtaHere" to your radio input fields. Thats sets a -3000 pixel left margin on the inputs to hide them. When you disable that, the fields show up fine.
screenshot: http://bit.ly/nNnER5
Looks like it's being applied by the script on line 127f of the jquery.main.js file.
screenshot: http://bit.ly/qWmA3q