Hi,
I am having some issues with the CSS on forms that is causing the tick check boxes to merge with the checkbox value.
See http://qldjamfactory.com.au/membership/membership-form
Thanks
Hi,
I am having some issues with the CSS on forms that is causing the tick check boxes to merge with the checkbox value.
See http://qldjamfactory.com.au/membership/membership-form
Thanks
This isn't a Gravity Forms issue, it's a theme styling issue. Specifically, there is some type of form input replacement script that hides the default checkbox inputs, then replaces it with a stylized image. If you disable the inline "display:none" rule on the input added by the script, you'll see that the checkbox input & label are formatted properly.
screenshot: http://grab.by/8z11
It's most likely coming from this script.
http://qldjamfactory.com.au/wp-content/themes/rt_iridium_wp/js/rokutils.inputs.js
I've seen this before - also caused when using a RocketTheme WordPress theme.
http://forum.gravityhelp.com/topic/checkboxes-and-text-overlap
http://forum.gravityhelp.com/topic/check-box-issue
You will want to consult with their support team on how to resolve the style conflict, or to disable the formatting script.
Yeah Rocket theme aren't a real help, + their membership is only valid for 60-90 days so once you once it expires you can't go back and ask for help.
But thanks for your help I'll see if I cam make some adjustments.
How do I disable to the script
Sorry, I removed this line
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/rokutils.inputs.js">
from the header.
All good now
Thanks for you help.
How did you arrive at the conclusion to remove that specific script, did you have to use firebug?
You would probably need to edit your theme's header.php file and remove the script reference manually. After that, you may have to remove a couple of the associated styles in the theme style sheet.. not sure how much is entailed there.