Theme Update breaks captcha on account login slide in
-
We are using itheme security pro and have google recaptcha v3 setup. When we use the header “account” item and have the form slide in from the side we get an error stating “you must submit the recaptcha to proceed, please try again”.
if we go to the /account page or ADMIN the logins work 100%. This confirms that this issue seems to be localized to the popup / scroll in from the right of the login form
Attachments:
You must be
logged in to view attached files.
Sorry a correction in the url – the account page url is https://staging-outletstore.kinsta.cloud/my-account/
Hello,
Please make the full backup of your site as well as the Theme settings export and check the issue on the Storefront theme, please show the screen how it works on the Storefront and then screen on WoodMart.
Best Regards
I have tested the login on the following page on both Woodmart and Storefront theme and I can log in with no issues:
https://staging-outletstore.kinsta.cloud/my-account/
The issue is when you try to log in on the popup shown in the attached screenshot.
I have created logins for you to test this.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide FTP access to the private area.
Best Regards
Please find FTP access in the private area.
Hello,
Please add this code to the functions.php of the child theme:
remove_action( 'wp_footer', 'woodmart_sidebar_login_form', 160 );
add_action( 'woodmart_before_wp_footer', 'woodmart_sidebar_login_form', 160 );
Best Regards