• Resolved dljme

    (@dljme)


    Hello.

    I want to ask if there are additional things to do after adding the recaptcha keys in the Misc settings. I cannot see the recaptcha in the new listing form.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Yes, kindly make sure you checked “New Listing form” option under the “ENABLE RECAPTCHA IN” setting in the same Misc Settings tab.

    Thread Starter dljme

    (@dljme)

    The 3 checkboxes under the “ENABLE RECAPTCHA IN” are already checked before. Re-saved the settings just to make sure. Still no captcha section. Do you have a screenshot showing the captcha section on the forms so I can see where it is placed on the forms. Thanks

    Plugin Author pluginsware

    (@pluginsware)

    Do you have any other plugins using RECAPTCHA in your website. There must be a conflict. Kindly get me your site link. So, I can check this.

    I will need an user account in your website to check this. So, Kindly enable user registrations when sending the link.

    Thread Starter dljme

    (@dljme)

    I use WP Forms Lite. The recaptcha in that plugin is being shown with no problems.

    Plugin Author pluginsware

    (@pluginsware)

    There must be a conflict and I need your site link to check this. Kindly “submit a ticket” in our website https://pluginsware.com/submit-a-ticket/ with this forum post link and your site link.

    Thread Starter dljme

    (@dljme)

    Thanks for the response. I will need to re-check the template if the changes I made before affected it. I cannot do the check immediately because of some other things i need to do first. I will submit a ticket in your site if the problem is not yet solved. Thank you very much.

    @pluginsware

    Hi, I have, again, the same question as ‘dljme’, and found that the problem is caused by the other plugin “Ultimate Member – Google reCAPTCHA”. (I disable this plugin and recaptcha acadp work fine)

    I would be grateful if anyone haved a way to get around this.

    Tks

    Plugin Author pluginsware

    (@pluginsware)

    @dopjr82,

    The problem here is “Ultimate Member – Google reCAPTCHA” loads their recaptcha library even after the user is logged in. Kindly try the solution below,

    1. Open /wp-content/plugins/um-recaptcha/core/um-recaptcha-enqueue.php

    2. Find the line below,

    add_action('wp_enqueue_scripts', array(&$this, 'wp_enqueue_scripts'), 0);

    3. Wrap it using a condition below,

    if( ! is_user_logged_in() ) {
        add_action('wp_enqueue_scripts',  array(&$this, 'wp_enqueue_scripts'), 0);
    }

    4. Save the changes and try now.

    Hope, this helps you.

    • This reply was modified 9 years, 2 months ago by pluginsware.
Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘ReCaptcha’ is closed to new replies.