PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Radio buttons not showing

  1. adrea
    Member

    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/

    Posted 13 years ago on Friday October 7, 2011 | Permalink
  2. 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

    Posted 13 years ago on Friday October 7, 2011 | Permalink