Community Support Forums — WordPress® ( Users Helping Users ) — 2011-07-03T06:33:56-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=10362 2011-07-03T06:33:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10362&p=22171#p22171 <![CDATA[Re: Line by line radio buttons?]]>
that did it thanks! i should't need to do anything else (alter my form) do I? I'm not very versed in php. thanks again!! :D

Statistics: Posted by maryr — July 3rd, 2011, 6:33 am


]]>
2011-07-02T23:31:27-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10362&p=22148#p22148 <![CDATA[Re: Line by line radio buttons?]]> I see. Thank you.

OK, let's try this.
Please create this directory and file:
/wp-content/mu-plugins/s2-hacks.php
Code:
<?php
add_action 
("login_head", "my_function");
function my_function ()
    {
        echo '<script type="text/javascript">';
        echo "jQuery(document).ready(function(){ jQuery('<br />').insertAfter('div#login form label.ws-plugin--s2member-custom-reg-field-op-l'); });";
        echo '</script>';
    }
?>

Statistics: Posted by Jason Caldwell — July 2nd, 2011, 11:31 pm


]]>
2011-07-02T14:51:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10362&p=22119#p22119 <![CDATA[Re: Line by line radio buttons?]]> Statistics: Posted by maryr — July 2nd, 2011, 2:51 pm


]]>
2011-07-02T14:03:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10362&p=22114#p22114 <![CDATA[Re: Line by line radio buttons?]]> Statistics: Posted by Jason Caldwell — July 2nd, 2011, 2:03 pm


]]>
2011-07-02T01:49:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10362&p=22077#p22077 <![CDATA[Re: Line by line radio buttons?]]> Statistics: Posted by Cristián Lávaque — July 2nd, 2011, 1:49 am


]]>
2011-07-01T15:52:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10362&p=22047#p22047 <![CDATA[Line by line radio buttons?]]>
How can I make my radio button optons align one on top of the next? Right now, they are in paragraph form. Thanks!

example
• WHOLESALE MEMBERSHIP $250 • WHOLESALE MEMBERSHIP $400 • RETAIL MEMBERSHIP $50 • RETAIL MEMBERSHIP $125 • ASSOCIATE MEMBERSHIP $25

i'd like them to be
• WHOLESALE MEMBERSHIP $250
• WHOLESALE MEMBERSHIP $400
• RETAIL MEMBERSHIP $50
• RETAIL MEMBERSHIP $125
• ASSOCIATE MEMBERSHIP $25

this is my code within the custom registration fields:
$250|WHOLESALE MEMBERSHIP $250
$400|WHOLESALE MEMBERSHIP $400
$50|RETAIL MEMBERSHIP $50
$125|RETAIL MEMBERSHIP $125
$25|ASSOCIATE MEMBERSHIP $25

Statistics: Posted by maryr — July 1st, 2011, 3:52 pm


]]>