• Resolved rhardie

    (@rhardie)


    Google re-captcha doesn’t show up on any of my pages such as the home. If I switch themes, it works. I’ve also reset my public and private keys with no luck.

    The code is obviously in the page, it just doesn’t display.
    This is the source from the default front page ‘Contact Us’ section…
    <button class=”btn btn-primary custom-button red-btn” type=”submit” data-scrollreveal=”enter left after 0s over 1s”>Send Message</button>
    <div class=”g-recaptcha” data-sitekey=”xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”></div>
    </form>

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

    (@alexandrastan001)

    Hello,

    We have read your request and someone will answer your question as soon as possible!
    Thank you for your patience!

    Best regards,
    Alexandra

    Thread Starter rhardie

    (@rhardie)

    Hello I still haven’t gotten a response. I need this to work

    Hi,

    You can add the following CSS to your site, using Simple Custom CSS plugin, to fix it:

    .g-recaptcha {
        display: inline !important;
    }

    Regards,
    Hardeep

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Recaptcha Not showing up on any page’ is closed to new replies.