Home Forums WoodMart support forum Duplicate Google reCAPTCHA along with iTheme Security Plugin.

Duplicate Google reCAPTCHA along with iTheme Security Plugin.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #52268

    jodyshop
    Participant

    Hi, Woodmart respective support team 🙂

    While setting up the theme for public visitors (open registration) I found a BUG in the registration form (duplicate google recaptcha).

    This issue occurs when installing iTheme Security Pro Plugin and activating the reCAPTCHA.

    <?php do_action( 'woocommerce_register_form' ); ?>
    <?php //do_action( 'register_form' ); ?>

    After commenting the duplicate registration form, The registration work without issues.

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #52287

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for contacting our support center.

    OK, we see this duplicated action in our login form template. We will fix this in our next theme update. Thank you for the report.

    Kind Regards
    XTemos Studio

    #52419

    jodyshop
    Participant

    Thank you for the fast reply! Wish you the best 🙂

    #52430

    Artem Temos
    Keymaster

    Thank you 🙂

    #52605

    jodyshop
    Participant

    Hey,

    You did launch a new update! Great

    What have you done to my reported issue (Google reCaptcha Duplication)?

    <?php
    $did-you = array("Forget"=>"1", "Ignored"=>"2", "Dont care"=>"3");
    
    foreach($age as $x => $x_value) {
        echo "Key=" . $x . ", Value=" . $x_value;
        echo "<br>";
    }
    ?>

    Thank you

    #52623

    Artem Temos
    Keymaster

    Our 2.2.1 was a hotfix update that just fixed one bug and we had to release it immediately. Other reported issues are not so critical and will be fixed in the 2.3 update in a few weeks.

    #52626

    jodyshop
    Participant

    Great! Thnks for the information 🙂

    #52646

    Artem Temos
    Keymaster

    You are welcome 🙂

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