reCaptcha doesn't show properly

GK User
Sun May 15, 2016 8:16 pm
Is it possible to fix reCpatcha to show properly on CK_contact plugin? A white box shows around at the moment.
User avatar
Fresh Boarder

teitbite
Thu May 19, 2016 11:24 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Fri Jun 24, 2016 4:24 pm
I have the same problem. Did you get a solution for it?
User avatar
Senior Boarder

teitbite
Mon Jun 27, 2016 8:55 am
Hi

I'm afraid I never got an url to see this problem on live site. Please send me an exact url to page with this problem on Your site. I'll check it.
User avatar
Moderator

GK User
Tue Jun 28, 2016 4:25 pm
I sent a private message.
User avatar
Senior Boarder

teitbite
Thu Jun 30, 2016 11:26 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#dynamic_recaptcha_1, #recaptcha_area {
    background-color: transparent !important;
    clear: both !important;
    float: none;
    min-height: 0;
}

.gkContactForm input[type="submit"] {
    clear: both;
}


and I can see captcha is showing in both pages now. What was the problem with that ?
User avatar
Moderator

GK User
Thu Jun 30, 2016 12:27 pm
Thanks. That worked for me! :D
User avatar
Senior Boarder

teitbite
Sat Jul 02, 2016 6:52 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron