Hi Ebud!
Is this your custom Recaptcha or some Recaptcha Plugin. If its Recaptcha Plugin then kindly share it so that we can test and check the issue.
Thanks!
Thread Starter
ebud
(@ebud)
I am using Contact 7 and the Google reCaptcha integration that is included with contact 7 – just need the API keys
https://www.google.com/recaptcha/intro/index.html
and again the issue is this addition forces the submit button off the bottom of the panel and then the form feedback further pushes things down.
Thanks for sharing Ebud!
Let us check and will get back to you as soon as we are done.
Thread Starter
ebud
(@ebud)
Any ideas for a fix on the container high?
Hi Ebud!
Sorry for being late as we had Weekend in between. Here is some CSS snippet which can fix your issue.
/**********************************************/
/******* To add support for cf7 re-captcha ****/
/**********************************************/
.g-recaptcha div div {
text-align: center !important;
width: auto !important;
margin-bottom : 15px;
}
.wpcs-slide-out-div {
min-height: 100%; /* increase/decrease this value to set height for your contact slider*/
height: 100%;
}
div.wpcs_scroll_div {
overflow: auto;
}
/**********************************************/
/**********************************************/
Add this snippet in your child theme’s style.css and you are done. We will try to add support for this Google reCaptcha integration thing by default in next release.
Let us know if still you have any question or confusion.
Thanks!
Thread Starter
ebud
(@ebud)
Thanks that works… it pushes the container height down to the bottom of the screen.
Will try to add complete support for Re-captcha in our next release. Let us know if still you have any issue.
We would be glad if you can leave a Review for WP Contact Slider.
Click here to rate and review our plugin.
Thanks!