<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Radio Buttons Not Displaying</title>
		<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-not-displaying</link>
		<description>Gravity Support Forums Topic: Radio Buttons Not Displaying</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:29:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/radio-buttons-not-displaying" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Radio Buttons Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-not-displaying#post-52096</link>
			<pubDate>Mon, 12 Mar 2012 05:50:20 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">52096@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Zealand, If you open the libraries.js file which you will find in your themes js folder, first of all I would save a backup of the file then if you look in the file you should find the following line&#60;/p&#62;
&#60;p&#62;/*! &#60;a href=&#34;http://github.com/pixelmatrix/uniform&#34; rel=&#34;nofollow&#34;&#62;http://github.com/pixelmatrix/uniform&#60;/a&#62; */&#60;/p&#62;
&#60;p&#62;This line is the comment that marks the start of the uniform script, it ends with an empty line before the comment that marks the start of the next un-related script like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
 * 	Easy Slider 1.7 - jQuery plugin&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Because you have made a backup of the file you can now safely remove all the code that is between those two comments I have shown you above including the first comment.  Once you have done that you can then check your form.&#60;/p&#62;
&#60;p&#62;The reason the radio buttons display correctly on the admin side form preview, is that your themes styles and scripts aren't being loaded, only the default gravity forms css and scripts are loaded in the form preview.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zealand on "Radio Buttons Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-not-displaying#post-52090</link>
			<pubDate>Mon, 12 Mar 2012 04:02:31 +0000</pubDate>
			<dc:creator>Zealand</dc:creator>
			<guid isPermaLink="false">52090@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Guys I appreciate your help on this, but you are dealing with someone who has little knowledge on this stuff.&#60;/p&#62;
&#60;p&#62;Can you please advise on what piece of code exactly I need to comment out or replace? :)&#60;/p&#62;
&#60;p&#62;Also see here the buttons display correctly when I preview the form &#60;a href=&#34;http://thingk.co.nz/yourtaxback/wp-content/uploads/2012/03/Picture-4.png&#34; rel=&#34;nofollow&#34;&#62;http://thingk.co.nz/yourtaxback/wp-content/uploads/2012/03/Picture-4.png&#60;/a&#62; don't know if this helps you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Radio Buttons Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-not-displaying#post-52069</link>
			<pubDate>Sun, 11 Mar 2012 21:10:21 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52069@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, I'm pretty sure I said it was the uniform js scripting that was causing the problem way back in this thread… Hello.. is this thing on? :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Radio Buttons Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-not-displaying#post-52056</link>
			<pubDate>Sun, 11 Mar 2012 16:56:50 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">52056@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's the uniform script from the libraries.js file that is injecting the opacity:0 style.  If you comment out or remove the second function from that file and then try viewing the form the standard radio buttons should now be visible
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zealand on "Radio Buttons Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-not-displaying#post-52052</link>
			<pubDate>Sun, 11 Mar 2012 16:46:02 +0000</pubDate>
			<dc:creator>Zealand</dc:creator>
			<guid isPermaLink="false">52052@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I also found this pice of code which has the opcity set to 0.&#60;/p&#62;
&#60;p&#62;&#38;lt;input id=&#34;choice_46_0&#34; type=&#34;radio&#34; onclick=&#34;gf_apply_rules(1,[22]);&#34; tabindex=&#34;29&#34; value=&#34;Yes&#34; name=&#34;input_46&#34; style=&#34;opacity: 0;&#34;&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Radio Buttons Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-not-displaying#post-52051</link>
			<pubDate>Sun, 11 Mar 2012 16:45:31 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">52051@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The button.css style sheet is part of the problem, the uniform plugin that is injecting the extra code and hiding the gravity forms radio buttons is the second function in the libraries.js file
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Radio Buttons Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-not-displaying#post-52049</link>
			<pubDate>Sun, 11 Mar 2012 16:42:31 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">52049@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's the uniform script in &#60;a href=&#34;http://thingk.co.nz/yourtaxback/wp-content/themes/yourtaxback/js/libraries.js&#34; rel=&#34;nofollow&#34;&#62;http://thingk.co.nz/yourtaxback/wp-content/themes/yourtaxback/js/libraries.js&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's adding in span tags around the input, as well as setting the opacity to 0 via an inline style. &#60;a href=&#34;http://grab.by/cj6O&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/cj6O&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You could just axe that piece of the js file if you wanted.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zealand on "Radio Buttons Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-not-displaying#post-52045</link>
			<pubDate>Sun, 11 Mar 2012 16:26:16 +0000</pubDate>
			<dc:creator>Zealand</dc:creator>
			<guid isPermaLink="false">52045@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi I disable the button.css stylesheet and the radio buttons are still affected. Are you sure this is what is causing the issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zealand on "Radio Buttons Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-not-displaying#post-52040</link>
			<pubDate>Sun, 11 Mar 2012 15:04:40 +0000</pubDate>
			<dc:creator>Zealand</dc:creator>
			<guid isPermaLink="false">52040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Guys, thank you for your feedback. Getting help from the theme author will be like getting blood out of a stone! But at least I know where the problem is and can enlist some outside help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Radio Buttons Not Displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-not-displaying#post-52030</link>
			<pubDate>Sun, 11 Mar 2012 13:41:34 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">52030@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As Rob has pointed out your problem is being caused by a script trying to replace your radio buttons, after examining a couple of your themes js files I have narrowed it down to the uniform plugin contained in your themes libraries.js file and the corresponding styles contained in button.css  &#60;/p&#62;
&#60;p&#62;The uniform plugin masks standard form inputs with custom themed inputs by injecting and modifying the html code as the page loads which is why you have extra span tags surrounding the radio inputs and why they have been hidden. &#60;/p&#62;
&#60;p&#62;From what I can tell though it looks like the job isn't being done properly for the radio buttons, yet it is for the check boxes.  It looks like there may be a couple of styles missing from button.css because the following styles are all adjusting the background image that is supposed to form your radio button but I can't find a rule that is setting the background image.  You need to speak to whoever created your theme and find out why that is missing.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0 -279px;
}

div.radio:active span, div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span, div.radio:active:hover span, div.radio.active:hover span, div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked, div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, div.radio:hover:active span.checked, div.radio.focus.active span.checked, div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked, div.radio.disabled:active span.checked, div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
