ReCaptcha Overwrites Remember Me
-
I found that the only way I can prevent the captcha from overwriting the “Remember Me” checkbox and skewing the page was by changing line 68 of base-class.php to this:
echo '<code> </code> <div class="g-recaptcha" data-sitekey="' . self::$site_key . '" data-theme="' . self::$theme . '"></div>';The only thing that I added was
and that fixed it. This is the Woo Superstore theme.Idea – add 2 options to add something before and/or after the Recaptcha in the settings.
Thanks for the plugin!
https://ww.wp.xz.cn/plugins/no-captcha-recaptcha-for-woocommerce/
The topic ‘ReCaptcha Overwrites Remember Me’ is closed to new replies.