Renew (and maybe the other styles) are hidding Contact Form 7 elements!

I’m missing the error or succesful delivery for the contact forms 7.

The styles from renew.css are hidding it!:
.wpcf7-response-output {
display: none;
}

Also the spinner at the right of the “submit” button is hidden and I need to put this to show it again:
form.wpcf7-form.submitting .ajax-loader {
visibility: visible;
}

Maybe there are more traps to find? Why??

Hello @llribas,

Thanks for writing to us.

I checked it on my local it seems that it working fine at my end. Please make sure your theme is updated. I would suggest you troubleshoot with a few of the common issues before we investigate your settings.

  1. Testing for Plugin Conflict
  2. CSS/JS Customization
  3. Version Compatibility
  4. Disabling Cache

If it doesn’t work for you please share your exact page URL so that we can check it at our end.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.