Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #429375

    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

    • This topic was modified 9 years, 7 months ago by haydaw.
    #429821

    Hey haydaw!

    Please add following code to Quick CSS

    div.wpcf7-validation-errors { border: none !important; }

    Cheers!
    Yigit

    #429822

    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!

    #430294

    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

    #430296

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.