Home Forums WoodMart support forum Theme Update breaks captcha on account login slide in

Theme Update breaks captcha on account login slide in

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #305323

    [email protected]
    Participant

    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.
    #305327

    [email protected]
    Participant

    Sorry a correction in the url – the account page url is https://staging-outletstore.kinsta.cloud/my-account/

    #305406

    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

    #306248

    [email protected]
    Participant

    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.
    #306369

    Hello,

    Please provide FTP access to the private area.

    Best Regards

    #306415

    [email protected]
    Participant

    Please find FTP access in the private area.

    #306561

    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

Viewing 7 posts - 1 through 7 (of 7 total)