latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Short field

Home Forums Community Forum Short field

Tagged: 

This topic contains 8 replies, has 3 voices. Last updated by  Abner Garcia 3 years, 10 months ago.

Topic Author Topic
Posted: Thursday Feb 7th, 2013 at 10:10 am #41030
Abner Garcia
Username: Abner7g

I’m having some problems displaying form fields in my pages, look at the url below:

http://dev.nuevavidafm.net/wp/registrate-gratis/

Sorry, most of the text is in Spanish!! How can I fix this, thank you!!

List Of Topic Replies

Viewing 8 replies - 1 through 8 (of 8 total)
Author Replies
Author Replies
Posted: Thursday Feb 7th, 2013 at 9:39 pm #41156
Staff Member

Thanks for your inquiry. ~ We appreciate your patience :-)

It appears that your custom theme is overriding some of s2Member’s default structural CSS. Please add the following CSS to the bottom of your theme’s style.css file. Or, if your theme makes it possible for you to add custom CSS into a form field from the Dashboard, you can try that.

form.s2member-pro-paypal-form label
	{
		width: 100%;
		display:block;
	}

If that does not work, add the !important declarations.

form.s2member-pro-paypal-form label
	{
		width: 100% !important;
		display:block !important;
	}

Please let us know if problems persist :-)

Posted: Friday Feb 8th, 2013 at 8:20 am #41197
Abner Garcia
Username: Abner7g

Hi Jason, the registration form it’s looking great once that code was inserted but for the [ s2Member-Profile / ] form fields is not working.

Posted: Sunday Feb 10th, 2013 at 9:59 am #41317
Abner Garcia
Username: Abner7g

Hi any idea what could be wrong in the profile shorcode?

Posted: Monday Feb 11th, 2013 at 6:51 pm #41457
Bruce
Username: Bruce
Staff Member

Thank you for reporting this important issue.

Hi Jason, the registration form it’s looking great once that code was inserted but for the [ s2Member-Profile / ] form fields is not working.

I’m not sure what you mean by this. Could you elaborate?

Thank you.

Posted: Monday Feb 11th, 2013 at 7:01 pm #41461
Abner Garcia
Username: Abner7g

Sure!! The registration form is displaying excellent using the script that Jason provided above but the profile form that is generated by the s2member profile shortcode the first 4 fields are shorter than the rest of the field.

Posted: Tuesday Feb 12th, 2013 at 12:17 am #41521
Staff Member

It sounds like you need some additional CSS to modify things within your custom theme. The snippet I provided previously fixed one issue, but if you’re trying to manipulate various areas of your theme, you should probably install something like FireBug and brush up on your CSS a bit.

See: http://getfirebug.com/
See also: http://www.w3schools.com/css/

Posted: Tuesday Feb 12th, 2013 at 6:27 am #41547
Abner Garcia
Username: Abner7g

Hi guys, thank you Jason for the info but is more like a shortcode thing I guess. I’m just pasting the shortcodes that s2member provide for pages and post. This is how my profile page looks now:

https://dl.dropbox.com/u/3974684/Picture%201.png

Posted: Wednesday Feb 13th, 2013 at 9:58 am #41609
Abner Garcia
Username: Abner7g

Hi guys, I just fix the problem. I was able to find in the CSS theme file the form lable script the with it was written in px (100px) instead of 100%. Thank you!!

Viewing 8 replies - 1 through 8 (of 8 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.