jalmelb
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Contact Form 7] Submit button does not appear in IE11I just want to close out this thread (in shame).
The problem ended up being that I neglected to include
-ms-linear-gradient();in the CSS.
I waay over-thought this problem, and went around the world and back before I solved it. Thanks for the replies though!
Forum: Plugins
In reply to: [Contact Form 7] Submit button does not appear in IE11OK I think this problem actually relates more to using
display: inline-block;in IE11 than anything Contact 7 related..
Forum: Plugins
In reply to: [Contact Form 7] Submit button does not appear in IE11Now downloading a VMware Win 8.1/IE11 box to try and re-create the issue.
Forum: Plugins
In reply to: [Contact Form 7] Submit button does not appear in IE11This is from the scripts.js:
$.fn.wpcf7InitForm = function() { this.ajaxForm({ beforeSubmit: function(arr, $form, options) { $form.wpcf7ClearResponseOutput(); $form.find('[aria-invalid]').attr('aria-invalid', 'false'); $form.find('img.ajax-loader').css({ visibility: 'visible' }); return true; },Seems to look ok.
I tried commenting out
input.wpcf7-form-control.wpcf7-submit{ background-color:#0db14b;from the css, but made no difference. It works in every other browser except IE11. So frustrating!
Viewing 4 replies - 1 through 4 (of 4 total)