graynoise
Forum Replies Created
-
I had the same issue as @allure13 on my site with the “There was an error trying to send your message. Please try again.” message on submit on the Contact Form 7.
I fixed it by de-activating the Async JavaScript plugin. It was affecting how the javascript for Google’s recaptcha code was loading.
I don’t remember installing this plug-in, so I think it may have been automatically added with an update to my theme?
Anyway, it didn’t seem to have a noticeable performance hit when I deactivated it. I imagine it is possible to leave it active and just configure it to handle the recaptcha, but without fussing about that, just deactivating it has got my form working again.
I had a similar problem and fixed it by adding the following to the Exclude CSS from Autoptimize field,
screen.css,grid.css,leftalignmenu.css.These style sheets were in my theme’s CSS folder, but I didn’t need to specify the path, just the filenames.
My theme is Photography by ThemeGoods. I imagine these style sheets are used in this developers other themes.
Hope that’s helpful to someone.
- This reply was modified 8 years, 2 months ago by graynoise.