Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @cheeku52

    It looks like a JS error on the page you provided. Additionally, textarea needs to be hidden but it is visible because of the JS error and CSS conflict.

    To fix it, you can go to Appearance >> Customize >> Additional CSS and add following lines of CSS:

    textarea.g-recaptcha-response {
        display: none !important;
    }

    Hope it helps.

    Thread Starter Alex

    (@cheeku52)

    I am using the Breeze cache plugin. There’s an option to minify HTML, CSS & JS.
    Can you please tell me how can I exclude your plugin’s CSS and JS? I don’t want to exclude the whole page.

    Thanks

    Hi @cheeku52

    There might be the option to exclude scripts and styles in the Breeze cache plugin. Please exclude the following scripts and style.

    // scripts
    advanced-google-recaptcha-custom
    advanced-google-recaptcha-api
    
    // style
    advanced-google-recaptcha-style

    We hope this helps.

    Thread Starter Alex

    (@cheeku52)

    I’m not sure what’s wrong but I’m still seeing that empty field sometimes (not always).
    I added that CSS code and also excluded JS & CSS files from modification but it didn’t work.

    Hi @cheeku52

    We do not see this CSS on your site

    textarea.g-recaptcha-response {
        display: none !important;
    }

    Try to deactivate the cache plugin once and check if you still see this issue or not. It will be better if you ask the support team of the cache plugin to exclude JS and CSS on a specific page.

    Thread Starter Alex

    (@cheeku52)

    It’s already there:
    https://prnt.sc/Il0SwRGwi5fK

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Recaptcha box looks weird’ is closed to new replies.