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™

Possibility of changing field sizes and/or deleting fields

s2Member Plugin. A Membership plugin for WordPress®.

Possibility of changing field sizes and/or deleting fields

Postby Maryke » April 5th, 2011, 10:07 am

Pro-forms

I would like to change the sizes of fields and also remove one or two fields in my registration page.

Where should I change this?
User avatar
Maryke
Registered User
Registered User
 
Posts: 25
Joined: October 7, 2010

Re: Possibility of changing field sizes and/or deleting fiel

Postby Cristián Lávaque » April 5th, 2011, 12:27 pm

Hi Maryke! :)

You can edit the style of the form from this file s2member/includes/s2member.css

Which fields do you want to remove?
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: Possibility of changing field sizes and/or deleting fiel

Postby Maryke » April 5th, 2011, 3:47 pm

Hi Christian

I want to remove the card start date and change the width of some of the fields. And the icons for the payment gateways don't show up either.
User avatar
Maryke
Registered User
Registered User
 
Posts: 25
Joined: October 7, 2010

Re: Possibility of changing field sizes and/or deleting fiel

Postby Cristián Lávaque » April 5th, 2011, 4:05 pm

Are you sure the start card date isn't required by your gateway?

You can edit the style for individual fields using their IDs, for example s2member-pro-paypal-checkout-form-first-name-div.

By the way, rather than editing s2member.css, I suggest you add your styles in your own CSS file and make them !important to make sure they have a higher priority than the default s2member styles. http://www.w3.org/TR/CSS2/cascade.html#important-rules

Can you show me a screenshot of the missing cards, and the shortcode you're using to generate the form? Thanks!
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: Possibility of changing field sizes and/or deleting fiel

Postby Maryke » April 5th, 2011, 4:46 pm

This is the code

[s2Member-Pro-PayPal-Form level="1" ccaps="" desc="$9.95 USD / Monthly ( recurring charge, for ongoing access )" ps="paypal" cc="USD" ns="1" custom="nacvas.org" ta="0" tp="0" tt="D" ra="9.95" rp="1" rt="M" rr="1" accept="paypal,visa,mastercard,amex,discover,maestro,solo" accept_via_paypal="paypal" coupon="" accept_coupons="0" /]

And included the screenshot
Attachments
nac.png
User avatar
Maryke
Registered User
Registered User
 
Posts: 25
Joined: October 7, 2010

Re: Possibility of changing field sizes and/or deleting fiel

Postby Cristián Lávaque » April 5th, 2011, 5:35 pm

It looks like your s2Member CSS is not being used. Don't know why, though.

I'll ask Jason, he may be around later.
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: Possibility of changing field sizes and/or deleting fiel

Postby Jason Caldwell » April 7th, 2011, 12:05 pm

Thanks for reporting this important issue.
Maryke wrote:Hi Christian

I want to remove the card start date and change the width of some of the fields. And the icons for the payment gateways don't show up either.

The Card Start Date ( or Issue Number ) is only required for Maestro/Solo cards, and under normal circumstances, this field is hidden dynamically. It's only visible when needed by your Payment Gateway.

In your case though, it appears that s2Member's JavaScript and CSS libraries that deal with overall layout and functionality of Pro Form integrations is not loading properly on your site. I would start by taking a look at your site in Firefox; go up to the Tools -> Error Console -> Errors panel and see if you have another plugin introducing errors.

If you're unable to pin this down, please post a link to your page; we'll have a look for you.
~ 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: Possibility of changing field sizes and/or deleting fiel

Postby Cristián Lávaque » April 7th, 2011, 12:50 pm

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: Possibility of changing field sizes and/or deleting fiel

Postby Jason Caldwell » April 7th, 2011, 12:59 pm

Thanks for bringing this to my attention Cristián.

This site owner contacted me via email about a week ago, and I replied:

I just took a quick look at your site and the source of this problem seems to be server related.

For some reason that eludes me,
these two files are failing to load through WordPress:
http://nacvas.org/?ws_plugin__s2member_ ... -527367417
http://nacvas.org/?ws_plugin__s2member_ ... -527367417

These two files make up s2Member's JavaScript and CSS libraries. Since these files are not loading, I suspect you're having problems in the admin area as well. I would check with your server administrator and see if there is something at the server level that might prevent these files from loading.

These two files should be loaded through WordPress. s2Member calls upon your WordPress installation, which should be at: http://nacvas.org/ , and then it sends through query string parameters to call upon s2Member.

Code: Select all
http://nacvas.org/?ws_plugin__s2member_css=1&qcABC=1&ver=3.5.4-1.5.3-527367417
http://nacvas.org/?ws_plugin__s2member_js_w_globals=1&qcABC=1&ver=3.5.4-1.5.3-527367417

Possible solution:
Please contact your hosting provider to ask why these files are not loading. I suspect it's a server configuration issue at the Apache level.
~ 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: Possibility of changing field sizes and/or deleting fiel

Postby Jason Caldwell » April 8th, 2011, 12:29 pm

Any word back from the hosting company on this?
Or is this a dedicated server?

If you cannot get this problem solved, please submit a copy of your .htaccess file, and a copy of your httpd.conf file for Apache. We'll be happy to review your configuration.
~ 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: Possibility of changing field sizes and/or deleting fiel

Postby cnyc31 » May 20th, 2011, 9:55 pm

Wow.. That's what I called exceptional service. I'm impressed!
User avatar
cnyc31
Registered User
Registered User
 
Posts: 12
Joined: April 26, 2011


Return to s2Member Plugin

Who is online

Users browsing this forum: No registered users and 1 guest

cron