Is captcha version 2 working for you in the comment form?
Can you link me to where you’re adding your contact form (and activate the plugin if you have disabled it?)
I believe you also left a comment on my website, so using [recaptcha-xxx] only works? That’s weird.
Hi. I didn’t hear back from you after I responded to this. I suspect you did not receive it? This is what I sent:
Sorry about the double question. So it is on the home page: http://www.jphcs.com . The only thing that works is if I check the “use old school recaptcha”. I liked yours as the traditional size is too wide so I wanted to use the small version. neither works. Thanks
not sure. I was able to solve it by getting some code to insert to modify the box.
Glad to hear, would you mind sharing your fix?
so I found this on another site. i added the link in the comment part. It made it smaller when I look at it on a PC but I still have an issue as it disappeared when mobile. I need to send her a message and see if she can help.
/*=fix reCAPTCHA size…..https://www.geekgoddess.com/how-to-resize-the-google-nocaptcha-recaptcha/……*/
#rc-imageselect, .g-recaptcha {
display: inline;
}
#rc-imageselect {
max-width: 100%;
}
.g-recaptcha>div>div {
width: 100% !important;
height: 78px;
transform: scale(0.77);
text-align: center;
position: relative;
}