• Good day folks,

    We migrated the site from http to https successfully, but it seems the plugin invisible re-captcha is not working any more. We contacted the developer and mentioned to contact you for assistance.

    He just mentioned that we have a JS fatal error on your site produced by https://www.convergere.com/wordpress/wp-content/themes/zerif-pro-production/js/zerif.js, but nothing else. We are not sure what this meant though. A bit vague for our limited knowledge and skills.

    Could you give us a hand on this?

    Thank you for your help and interest.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    Are you using a plugin to minify JS on your website? Let us know.

    Thread Starter Copiaurbietorbi

    (@copiaurbietorbi)

    Hey Hardeep,

    Thank you for getting back to us. The only thing we believe are using to minify js is WP Fastest Cache. But we never had this issue before until we decided to migrate from http to https.

    We deactivate the plugin and activate it again while clearing cache, but is still not working.

    Thank you for your help!

    Laurentiu Stefan

    (@laurentiu1themeisle)

    Hey there! @copiaurbietorbi

    Thanks for contacting us!
    Firstly, you need to tell the function “recaptcha_get_html()” that you want to use HTTPS instead of HTTP. Try to replace
    echo recaptcha_get_html($publickey)
    with
    echo recaptcha_get_html($publickey,null,1);
    or
    echo recaptcha_get_html($publickey,true);

    Let us know how it goes!
    Best regards,
    Laurentiu!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Invisible re-captcha not working after moving site from http to https’ is closed to new replies.