PriMoThemes — now s2Member® (official notice)

This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™

Line by line radio buttons?

s2Member Plugin. A Membership plugin for WordPress®.

Line by line radio buttons?

Postby maryr » July 1st, 2011, 3:52 pm

Screen shot 2011-07-01 at 11.51.19 AM.png
Screen shot 2011-07-01 at 11.51.19 AM.png (25.6 KiB) Viewed 72 times


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
User avatar
maryr
Registered User
Registered User
 
Posts: 26
Joined: May 29, 2011

Re: Line by line radio buttons?

Postby Cristián Lávaque » July 2nd, 2011, 1:49 am

Hi Mary. I'll email Jason asking him how this could be done.
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010

Re: Line by line radio buttons?

Postby Jason Caldwell » July 2nd, 2011, 2:03 pm

What you'd like requires CSS modifications inside the style.css file for your WordPress theme. If you will please post a link to your form, we'll take a quick look inside Firebug and offer you assistance with this.
~ Jason Caldwell / Lead Developer
& Zeitgeist Movie Advocate: http://www.zeitgeistmovie.com/

Is the s2Member plugin working for you? Please rate s2Member at WordPress.org.
You'll need a WordPress.org account ( comes in handy ). Then rate s2Member here Image
.
User avatar
Jason Caldwell
Lead Developer
Lead Developer
 
Posts: 4045
Joined: May 3, 2010
Location: Georgia / USA

Re: Line by line radio buttons?

Postby maryr » July 2nd, 2011, 2:51 pm

thank you!
Last edited by maryr on July 3rd, 2011, 6:15 am, edited 1 time in total.
User avatar
maryr
Registered User
Registered User
 
Posts: 26
Joined: May 29, 2011

Re: Line by line radio buttons?

Postby Jason Caldwell » July 2nd, 2011, 11:31 pm

I see. Thank you.

OK, let's try this.
Please create this directory and file:
/wp-content/mu-plugins/s2-hacks.php
Code: Select all
<?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>';
    }
?>
~ Jason Caldwell / Lead Developer
& Zeitgeist Movie Advocate: http://www.zeitgeistmovie.com/

Is the s2Member plugin working for you? Please rate s2Member at WordPress.org.
You'll need a WordPress.org account ( comes in handy ). Then rate s2Member here Image
.
User avatar
Jason Caldwell
Lead Developer
Lead Developer
 
Posts: 4045
Joined: May 3, 2010
Location: Georgia / USA

Re: Line by line radio buttons?

Postby maryr » July 3rd, 2011, 6:33 am

Screen shot 2011-07-03 at 7.30.12 AM.png
Screen shot 2011-07-03 at 7.30.12 AM.png (15.55 KiB) Viewed 49 times


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
User avatar
maryr
Registered User
Registered User
 
Posts: 26
Joined: May 29, 2011


Return to s2Member Plugin

Who is online

Users browsing this forum: No registered users and 2 guests

cron