Invisible recaptcha is essentially recaptcha 2.I didn't think reCaptcha 3 was supported yet by Xenforo.
I’m not really convinced this is a bug, per se. There are two significant things here.
Thanks for that. We might be able to do this then. We’ll look into it.I had this banner pop up on a few wordpress websites when updating the contact forms last week, it's really annoying and quite intrusive.
I think originally Google disallowed the hiding or removal of it, they've gone back on that now though and say you can just have much more discrete captcha branding.
How to hide the Google Invisible reCAPTCHA badge
When implementing the new Google Invisible reCATPTCHA, by default you get a little "protected by reCAPTCHA" badge in the bottom right of the screen that pops out when you roll over it. I'd like to...stackoverflow.com
Frequently Asked Questions | reCAPTCHA | Google for Developers
Get answers to questions about reCAPTCHA Enterprise, versions, limits, customization, and more.developers.google.com
.grecaptcha-badge
{
display: none;
}
This site is protected by reCAPTCHA and the Google
<a href="https://policies.google.com/privacy">Privacy Policy</a> and
<a href="https://policies.google.com/terms">Terms of Service</a> apply.
I just tried to use invisible reCAPTCHA on my page, too. This does not only happen if the key is not configured but also during normal use. It works on the register page but not on the modal. Simply put, my guess is because Google's css attaches the image to the viewport borders and, in case of the register modal, this is not the entire screen real estate but the size of the modal window instead. Thus, it results in this: https://gyazo.com/6472e963195ac9e37d9f668c04624e64Firstly, I assume this is only an issue if you haven’t configured the key so it isn’t displayed like this in normal use.
That's why I think it's not entirely Google's fault. Maybe there's some way to customize the reCAPTCHA css Google is delivering by telling it the view size of the entire page rather than the modal?As noted before, the only reason this bug exists is if the site isn't configured properly anyway, and ultimately it is reCAPTCHA CSS which is problematic here. Perhaps it is something they will change.
Hmmm, you are right, sorry. I'm using UI.X 2 (Dark) and created a ticket with ThemeHouse (ref: 14374) who told me it's none of their fault and I should join the discussion here. Seems like I was mistaken, sorryYou can test the invisible captcha out in the registration overlay here - clearly doesn't do what you demonstrate in your screenshot so there may be some other CSS in your style causing it.
We use essential cookies to make this site work, and optional cookies to enhance your experience.