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.

Weird fields using Authorize.net

Home Forums Community Forum Weird fields using Authorize.net

This topic contains 14 replies, has 4 voices. Last updated by  Cristián Lávaque 4 years, 8 months ago.

Topic Author Topic
Posted: Tuesday Apr 17th, 2012 at 11:05 am #11004
S2MemNewbie
Username: ashford

Ok so when I generate and embed a paid member form short code I get very thin fields that are impossible to read once I put data in. I’m using the Buddy Boss template and have contact form plugins from third parties that work fine. What’s going on?

Here is screenshot:

List Of Topic Replies

Viewing 14 replies - 1 through 14 (of 14 total)
Author Replies
Author Replies
Posted: Tuesday Apr 17th, 2012 at 11:22 am #11007
Eduan
Username: Eduan
Moderator

Hello there, thanks for your inquiry.

This is probably caused by your theme/template, apparently it has some CSS that tells WordPress that the fields must be that size…

Hope this helps. :)

Posted: Tuesday Apr 24th, 2012 at 8:17 am #11673
S2MemNewbie
Username: ashford

Ok I’m still stuck. I’m thinking that my themes default.css is not overriding the s2member.css or s2member-pro.css. I could really use some help because the form is useless as is. Here is the form section of my default.css:

}
form.standard-form#send-reply textarea {
width: 97.5%;
}
body.group-forum form.standard-form input[type=text],
body.group-forum form.standard-form textarea,
body.group-create form.standard-form input[type=text],
body.group-create form.standard-form textarea {
width: 97.5%;
}
form.standard-form p.description {
font-size: 12px;
color: #999;
margin: 5px 0;
}
form.standard-form .submit {
padding: 15px 0;
clear: both;
}
form.standard-form .editfield .submit {
padding: 15px 12px;
}
form.standard-form div.submit input {
margin-right: 15px;
}
form.standard-form div.submit input#signup_submit {
font-size: 19px;
margin: 0;
padding: 8px 12px;
background-color: #7AB3D7;
color: #fff;
border: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
form.standard-form div.submit input#signup_submit:hover {
background-color: #6799b9;
}
form.standard-form div.radio ul {
margin: 10px 0 15px 38px;
list-style: disc;
}
form.standard-form div.radio ul li {
margin-bottom: 5px;
}
form.standard-form a.clear-value {
display: block;
margin-top: 5px;
outline: none;
}
form#signup_form h2 {
font-size: 30px;
line-height: 1.3em;
margin-bottom: 20px;
}
form.standard-form #basic-details-section,
form.standard-form #profile-details-section,
form.standard-form #blog-details-section {
float: left;
clear: left;
width: 100%;
margin-top: 20px;
}
form.standard-form #basic-details-section h4,
form.standard-form #profile-details-section h4,
form.standard-form #blog-details-section h4 {
font-size: 20px;
}
form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus {
background-color: #fafafa;
color: #555;
}
form#send-invite-form {
margin-top: 20px;
}
div#invite-list {
height: 400px;
overflow: scroll;
padding: 5px;
background-color: #f5f5f5;
width: 160px;
border: 1px solid #e4e4e4;
margin: 10px 0;
}
form#settings-form h3 {
margin-top: 10px;
}
form#settings-form label {
margin-top: 15px;
}
form.standard-form span.asterisk {
color: #b73f41;
}
div.page input[type=text] {
font-size: 12px;
height: 16px;
padding: 4px;
width: 300px;
}

Posted: Tuesday Apr 24th, 2012 at 11:17 am #11705
Eduan
Username: Eduan
Moderator

Hello,
well, I believe this is the part of the code that affects how the text fields look:

div.page input[type=text] {
font-size: 12px;
height: 16px;
padding: 4px;
width: 300px;
}

Basically the code that’s at the bottom.

Hope this helps. :)

Posted: Wednesday Apr 25th, 2012 at 1:28 am #11800

Having the same issue with my PayPal Pro Forms. Seems that editing my themes custom.css doesnt do anything for this form. I think S2 protects this one.

Posted: Wednesday Apr 25th, 2012 at 6:03 am #11823

Frank, using a tool like Firebug you can easily see the IDs for the parts of the form, to use as selectors in your CSS. http://getfirebug.com

The form, if it looks weird, is probably being styled by the theme because one of the selectors it used matches something in the form. Use Firebug to inspect that and solve it.

I hope that helps. :)

Posted: Wednesday Apr 25th, 2012 at 8:03 am #11827
S2MemNewbie
Username: ashford

@Cristián Maybe you can take a look at this page with firebug and give me some direction? I can’t seem to find the issue.

http://bit.ly/IckuxN

Posted: Wednesday Apr 25th, 2012 at 10:18 am #11834

I did try Firebug, found defualt.css. Alterd the apropriate height and it worked in Firebug. Then repeated the same alteration in the file for real, and nothing…..

Not sure if this is something S2 is overiding?

Posted: Wednesday Apr 25th, 2012 at 11:07 am #11840

Well i found out why it wasnt working. When i altered and saved the default.css, i then navigated to the page refreshed and nothing…. But when i deleted the cashe and refreshed it worked. It seems that you needto make sure you delete any save versions of your page and then refresh again.

Also,
With BuddyBoss dont alter the default.css, it will just be overwritten when they update it. Instead insert the changes in the custom.css file. You just need the snippet to get it done.

Thanks guys!

Posted: Wednesday Apr 25th, 2012 at 5:44 pm #11864
Eduan
Username: Eduan
Moderator

Thanks for the tips Frank! :)

And I’m glad you solver your problem. ;)

Posted: Thursday Apr 26th, 2012 at 7:09 am #11922
S2MemNewbie
Username: ashford

Well that did fix the font size issue. Is there anyway to shorten the length of the input boxes. My client does not like that they strech across the entire page.

Posted: Thursday Apr 26th, 2012 at 12:51 pm #11968

Im looking to do the same thing, they look ugly in general that size. They should be smaller in general. I will take a look but not sure if i have the experience to get that done.

Posted: Friday Apr 27th, 2012 at 3:52 am #12022
Posted: Friday Apr 27th, 2012 at 8:10 am #12038
S2MemNewbie
Username: ashford

This seems to have worked. Thank you.

Yes, just take your s2Member® Pro Form Shortcode, and wrap it inside a tag. Pro Forms will automatically expand to 100% width of their parent element. So wrapping them inside a tag is the easiest way.

[s2Member-Pro-PayPal-Form ... /]

or with Pro Forms for Authorize.Net®

[s2Member-Pro-AuthNet-Form … /]

Posted: Friday Apr 27th, 2012 at 3:03 pm #12072

Good. :)

Viewing 14 replies - 1 through 14 (of 14 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.