Tagged: contact form 7, incompatibility
I have a contact form on a page, and if the user does not correctly input the data, the page reloads and breaks everything.
I know this is not a plugin issue, but I believe it’s an issues with the themes ajax.
To replicate, please visit [REDACTED] and just click send.
Thanks
Hey haydaw!
Please add following code to Quick CSS
div.wpcf7-validation-errors { border: none !important; }
Cheers!
Yigit
Hey Yigit,
Thanks for the help however this did not resolve the issue. (it did make it a bit nicer)
My main issue is the content becomes messed up, especially the background. Please take a look at these images that show the error and original style. http://imgur.com/a/IyXjb
Thanks!
Hi!
can you please try to deactivate all other plugins to see if it is caused by a conflict? afterwards you can activate them again one by one to see which one is the causing one.
If that does not help please send us admin login and post login details here as private reply.
Cheers!
Andy
Hey!
actually you could try this as a workaround:
span.wpcf7-not-valid-tip {
margin-top: -19px;
margin-bottom: 23px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
margin-top: 26px !important;
margin-left: -225px !important;
}
Best regards,
Andy