• Resolved svarghese

    (@svarghese)


    Hi i’m having a problem with the captcha. I’m getting error on my login page.

    Error for site owner : Invalid captcha key type:

    Could you help us with the issue.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Hi

    Apologize for the issue you had. Can you please recheck your Google API key and let me know. Please check you might have space before or after the keys.

    Thread Starter svarghese

    (@svarghese)

    Hi vinoth, we managed to solve it by reverting to v2. Also another issue that im facing is, My captcha does not seem to be mobile responsive. When i open the login page from a mobile phone, the captcha section goes out of the login frame. It is nt responsive.
    Could you help me with that. Given below is the link

    https://gulftimescommunity.com/login_fe/

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Please try adding this custom CSS

    .bc_fed #fedLoginCaptcha, #fedRegisterCaptcha {
    transform: scale(0.7) !important;
    -webkit-transform: scale(0.7) !important;
    }
    Thread Starter svarghese

    (@svarghese)

    Thanks Vinoth, That worked!

    Also I was wondering whether there is a way to customise the body of the e-mail that gets send. For eg: send email after user signup with customised content, send email after user forgot password with customised content.

    And how do i do a redirect after the password reset as i do in the case with “register and login”? Do i need to change the php

    Thanks in advance

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Thread Starter svarghese

    (@svarghese)

    Hello Vinoth,

    Im facing a major conflict issue with my theme upon installing the plugin. In my theme there is an author page which has breaks up upon activating the plugin. When i uninstall the front end dashboard plugin, it goes away. I think the author css files in plugin is conflicting with the theme author css.

    You could see the page with the problem in the following link
    https://gulftimescommunity.com/author/mudassir/

    Thank you in advance for the support

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Hi

    After debugging your website, there is some issue in HTML tag alignment, please check the below sample code from your website.

    The <head> is inside the <script>, please try to deactivate the plugin googletagmanager and let me know. Its not problem in the plugin.

    <script type='text/javascript'>
    <head>
    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-T9DLXN6');
    </head>
    </script>
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Captcha error’ is closed to new replies.