WordPress Forms
We have been INCREDIBLY happy with Formidable - not just in the level of service and attention through this support forum, but in the amazing capabilities it's offered us. It is the best plugin we've ever seen and it's absolutely revolutionized what we are able to do with WordPress.
EssaysnarkThe more I use Formidable the more I am completely amazed at what a wonderful piece of work you have created! It's letting me do more than I ever expected so many thanks for sharing this wonderful creation!
Ann "OBi" FoxCopyright © 2013 Strategy11, LLC
August 18, 2012 at 8:56 pm
This looks like CSS from your theme that is conflicting. Can you provide a link to this form so I can isolate the problematic code?
August 20, 2012 at 12:50 pm
Steve,
Here's an answer you provided to another of my questions. I'll try this and see if it fixes the problem.
To resolve the text area label placement, you need to delete or comment out the following two lines of CSS:
foundation.css line 664:
label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown {margin-top: -9px;
}
style.css line 612:
textarea {margin-top: 10px;
padding-bottom: 10px;
width: 90%;
}
August 20, 2012 at 1:06 pm
heh, I didn't realize those two topics were both from you...I was still waiting on a link here to dive into the CSS...
August 20, 2012 at 6:03 pm
Thanks! This did resolve the issue. Really appreciate your help. You can close (both) threads ;)
KLC
August 25, 2012 at 12:53 pm
This issue has re-appeared with Version 4.5.13.
I'll check to see if the CSS is in the same position...
August 25, 2012 at 12:57 pm
Yep..the line references are the same. If you have this problem in 4.5.13, the instructions above (which applied to 4.5.12) will resolve it for you.
Formidable: Please put this on the issue tracker for the next version!
Thanks
KLC
August 27, 2012 at 10:19 am
This isn't so much an issue that we can resolve with our code. It is a conflict with your theme. We can't add code that specifically overrides one theme's CSS as that could result in problems with other themes. Depending on how your theme works, your changes will get overridden when you update your ifeaturepro theme.
Topic closed.