Hey maria_wp ;
Let’s start with some questions;
* what are your JS optimization settings (when on)?
* what JS errors do you see on the browser console when JS opt. is on?
* where/ how do you see ‘wpcf7_recaptcha’ is transferred into ‘recaptcha’ ?
frank
Hi,
Just a quick response to the last two points:
Error appears on the browser console indicating that the root cause is an autooptimze… js File. Clicking on the error code I conclude my third point.
Try catch enable in the js setting won’t load the page at all. The rest I need to check.
Maria
OK, but can you provide the exact JS error message Maria ?
Yeah, now problem I’ll paste the console output when I have it.
Hi Frank,
I’ve uploaded screenshots to ImgBB since I have no clue how else to post details. The screenshots will be deleted in one week.
Konfig:
https://ibb.co/TK6ggD1
Main site with different browser and different exceptions
https://ibb.co/X7qTxNC
https://ibb.co/QYyVS6d
Blogsite (as mentioned in the inital report)
https://ibb.co/6H289QC
I hope these details help.
thx
maria
I think the problem is due to AsyncJS asyncing the Google Recaptcha JS (https://www.google.com/recaptcha/api.js). Can you try with AsyncJS off or with google.com/recaptcha excluded from being asynced?
Yeah – your are right. Turning off seems to solve the problem.
Excluding won’t help. I tried the following setting
recaptcha__en.js, jquery.js, recaptcha__de_at.js
But the problem persists. When you look on the responses from the browser the last name is loaded but I have no clue why this variation is loaded. I don’t know if its the locale from the browser or the WP.
Is there a way to leave it enabled? Adding google.com/recaptcha won’t help neither.
maria
p.s.: Site note: Save of AsyncJS won’t delete the Cache. ie. I need to manually reload it. I think it would be great if the Cache would be automatically purged when save changes.
Note: I haven’t installed anything like a recaptcha plugin.
I figured it out: Adding api.js to the Scripts to Defer solved the problem.
Thx.
Happy you got it working Maria 🙂
Feel free to leave a review of the plugin and support here! 🙂
frank