Recaptcha - Showing Sitewide

Hi,

I added reCAPTCHA, but it shows across the website. Not only selected by me forms. Any idea what I miss?

How does it look?

One more script loading everywhere, and placed icon on the right bottom of the screen.

I am afraid yes, it is designed so

Not well designed. reCaptcha didn't load for the reviews window. It loaded everywhere because the login window is available sitewide.. I wouldn't say it was professionally implemented or Unitheme made something wrong. 150 kB js transfer+load saved..

For example, login popup is displayed on all pages. Also subscribe on newsletter form can be displayed on all footers

any idea how to move it to the bottom left instead of where it is sitting at the bottom right?
I have a back to top arrow that sits right on top of it and it looks horrible now

[attachment=15317:Screenshot 2022-01-22 125426.jpg]

Unitheme2 on CS-Cart ultimate

Screenshot 2022-01-22 125426.jpg

Yes, you can change badge position with CSS. The module does not have specific setting for it

Yes, you can change badge position with CSS. The module does not have specific setting for it

call me stupid but I can not find any reference to the following line found in inspector



this is the div I want to move to the right but a search of the full source code of the site brings up no mention to that class or any mention of rc-anchor at all so not sure what to change

call me stumped :confused:

So you can add styles for this class in the CSS section of the Theme editor

So here is what I did, thanks to google docs.

Hid the badge with this custom css addition

.grecaptcha-badge { visibility: hidden; }

added this to my page footer in a html block

This site is protected by reCAPTCHA and the Google
    Privacy Policy and
    Terms of Service apply.

details here on being allowed to hide the badge and how to do it
Frequently Asked Questions | reCAPTCHA | Google Developers