Okay
  Public Ticket #667374
No CAPTCHA reCAPTCHA
Closed

Comments

  • Steve started the conversation

    Hi,

    I have just finished putting together a new website based around your Fineliner WordPress theme. However, upon testing the contact form I have noticed that the No CAPTCHA reCAPTCHA is not working, as in you cannot click on it at all!

    I have not had this issue with No CAPTCHA reCAPTCHA on any other websites that I have built and am a little stumped as to why this is happening on this site!

    Any help/advice would be much appreciated.

    Thanks,

    Steve

  •  291
    Paul replied

    Hi Steve!

    As I inspected the source code, it looks like that there is an element below that invisibly overlays on the CAPTCHA area so you cannot click on it (screenshot: http://cl.ly/45092M0s0V0R). It might be caused by the embed iframe somehow.

    Please apply this custom CSS to fix that.

    .wpb_raw_code.wpb_content_element.wpb_raw_html {
        overflow: hidden;
    }

    Cheers,
    Paul