Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor David Cramer

    (@desertsnowman)

    Hi there, I checked the link and it looks like your themes style sheet style.css on line 2752 is setting the class .g-recaptcha to display none. this means that the recaptcha is there but is hidden by the theme

    Thread Starter CacheGuard

    (@cacheguard)

    Hi David

    Thank you so much for your help! I fixed the issue by adding the following lines to my page :

    <style type="text/css">
    .g-recaptcha {
    margin:0;
    padding:0;
    display: inline;
    }
    </style>

    Maybe there would be a more elegant solution but that’s enough for me…
    Anyway your Theme is great! Bravo.

    Best Regards

    Thread Starter CacheGuard

    (@cacheguard)

    I meant your Plugin is great ??

    Plugin Contributor David Cramer

    (@desertsnowman)

    Thanks. that solution is perfectly fine.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Invisible reCaptcha’ is closed to new replies.