so with wp-includes/js/dist/, wp-includes/js/tinymce/, js/jquery/jquery your site’s header shows, but wp-includes/js/dist/, wp-includes/js/tinymce/, js/jquery/jquery, __recaptcha_api makes the header go away?
yes ,and captcha box appears
when does it appear, with our without the exclusion?
after applying _recaptcha_api captcha box appears but header disappears
very bizarre π
so when _recaptcha_api is added, do you see JS errors on the browser console?
now with or without _recaptcha_api the header missing issue is not there but with or without _recaptcha_api captcha box is not appearing but after disabling Also aggregate inline JS? the captcha box box is showing
now with Also aggregate inline JS? enabled and without _recaptcha_api
error
DevTools failed to load SourceMap: Could not load content for https://www.jackbite.com/wp-content/cache/autoptimize/css/slick-theme.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
jquery-migrate.min.js:2 JQMIGRATE: Migrate is installed, version 1.4.1
recaptcha__en.js:325 reCAPTCHA couldn't find user-provided function: anr_onloadCallback
DevTools failed to load SourceMap: Could not load content for https://www.jackbite.com/wp-content/cache/autoptimize/css/slick-theme.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
ok, somewhat confusing, but I think the header-issue is solved with or without _recaptcha_api being exluded, right?
re. the remaining recaptcha issue; you’ll have to search through your site’s (inline?) JS to find where that anr_onloadCallback is set and then make sure that is excluded.
thats the reason why i added _recaptcha_api few weeks back and the issue was solved and it worked perfectly for few weeks but now even with _recaptcha_api the captcha box is not showing up
no idea what’s making captcha requiring AO config changes so often (plugin updates, config changes, days getting shorter, moon-cycle .. ?), but you will clearly have to work on it again (finding & excluding anr_onloadCallback) to make it work.