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.
EssaysnarkThis is a great addition to WP for sure. It is a unbelievable program.
Robert DempseyCopyright © 2013 Strategy11, LLC
October 22, 2012 at 11:55 pm
This looks like your theme also has some styling for submit buttons. Can you provide a link to our form and I'll take a look to see what needs to change.
October 23, 2012 at 9:37 am
Sure Steve. Here you go...
http://robinsonaeronautics.com/?page_id=32
October 23, 2012 at 10:04 am
Thanks for the link. There are a couple locations that are causing problems here...
First, in your theme.css file, lines 785-802. The truncated CSS looks like this:
.button, input[type="submit"], .submit, #submit { ... } .button:hover, input[type="submit"]:hover, .submit:hover, .submit:hover{ ... } .button:active, input[type="submit"]:active, .submit:active, #submit:active { ... }You need to remove all the red text from those lines in your file.
The second set of problematic CSS is found in your wp_core.css file on lines 50-65.
.button, input[type="submit"], .submit, #searchform input#searchsubmit { ... } .button:hover, input[type="submit"]:hover, .submit:hover { ... } .button:active, input[type="submit"]:active, .submit:active { ... }That is the CSS that is affecting the submit button. There is other CSS in those files that is affecting other elements in your forms as well.
October 24, 2012 at 4:34 pm
OK.
REALLY appreciate you looking into it. Wouldn't be the 1st time the theme has been the issue... ;)
Topic closed.