Viewing 8 replies - 1 through 8 (of 8 total)
  • To clarify, this is the following empty div:

    <div class="wpcf7-response-output" role="alert" aria-hidden="true"></div>

    Correct. The last update has this issue. I can verify that the issue exists with more than one themes.

    Waiting for a followup update.

    Thank you!

    Thread Starter vladson

    (@vladson)

    @designextreme, thank you.
    Shall try this div.
    I believe that this is just a temp fix and developer of this plugin has to address this issue in the next update.

    We are having the same problem. When someone clicks on the button to open the form to send an email it shows up with a red box at the top. You are able to close it with the x. If you leave it there and fill out the form it will replace the red box with a larger red box that tells you the email was sent successfully. I just updated the software to 5.2 and that is when this happened. Normally I wouldn’t worry about it, but it almost looks like you have an error on the site and people may question if the email was sent or will send correctly. It does continue to work fine.

    I can confirm that this problem exists

    Hello,
    Anyone has managed to solve this issue?
    Same here, I think since the last update, an empty alert box is being toggled below the contact forms.
    Regards
    Guillaume

    Something you can add to your CSS until this is fixed…

    .wpcf7-response-output:empty {
    	display: none;
    }
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Red rectangle just after the contact form after plugin update’ is closed to new replies.