Its me again....
http://www.neuroknowhow.com/quotation-test/
PW: bingbong
ive looked for errors but they seem to come from the code the plugin generates
but I could also be missing something
anypointers professional peeps?
Its me again....
http://www.neuroknowhow.com/quotation-test/
PW: bingbong
ive looked for errors but they seem to come from the code the plugin generates
but I could also be missing something
anypointers professional peeps?
What issue are you trying to solve? The form looked OK to me after logging in. Can you tell us what the problem is that you would like help with? We can help you with the best solution at that point. Thank you.
Doh! That would help!
I have tried to use the CSS plugin to align the number fields with the product, to display a calculation as a subtotal.
However they are not aligning to the right!
What CSS plugin are you referring to please? Are you talking about our CSS Ready Classes or something else?
If you're talking about this plugin..
http://wordpress.org/extend/plugins/gravity-forms-css-ready-selector/
that's not something that was developed by us or something that we support. You'll need to contact that plugin developer for help if that's the issue.
If you do have a presentational problem, then I guess we'll need you to be more specific so we can help. Are you trying to align the "running total" value with the label on the left? If so, there are no CSS ready classes to handle that. You would have to craft a new CSS rule to make that happen and add it to your theme stylesheet.
OK!
Cheers, and Cheers
I would like to align the Subtotal with the product. When a number is inputted in to the quantity field of the product it it displayed directly to the right of the product.
I'm not to bothered about the Running total, but it would be nice, to have it aligned beneath the subtotal.
Hmmnnnn
This line is unclear to me.
When a number is inputted in to the quantity field of the product it it displayed directly to the right of the product.
Are you saying that you WANT the subtotal on the same line as the quantity line?
If that's the case, you can use the CSS ready classes of gf_left_half and gf_right_half to put those two fields side by side on the same line. It looks to me like you have already done that, but you are not including the Gravity Forms CSS. Is the "Output CSS" radio button selected Yes or No?
Screenshot: http://minus.com/mjBEIOeme/
I am guessing it's NO to suppress the default plugin CSS. It looks like Organic Themes uses their own Gravity Forms specific CSS?
That file does NOT include the CSS Ready Classes gf_left_half and gf_right_half. I was going to paste the CSS here, but there is a ton of it included with the forms.css. Too much to list here. It's already on your server: http://www.neuroknowhow.com/wp-content/plugins/gravityforms/css/forms.css
I would check with Organic Themes to see why they use their own CSS for Gravity Forms, and why they don't include the helper classes, if they're going to turn off the Gravity Forms CSS.
It looks like you're using the helper classes correctly, but the expected CSS rules from the forms.css are not present, so it doesn't work for you. This is something to bring up with your theme developer, or enable the CSS output in the Gravity Forms settings. You will likely have some expected styling at that point though.
It might be a bit of work to get straightened out.
Thanks for deciphering my dyslexic sentence structure. And thanks for the detailed response from my cryptic query.
Peace and love dude!
That is exactly what I am saying. I will look through your reply in more detail.
Thanks again
Let us know if you need more help.
I sorted this cheers, transferred Gforms CSS to theme
Right on, thanks for letting us know.