• Resolved jcimb

    (@jcimb)


    I did a lot of troubleshooting, disabling plugins, etc.
    Generated new v3 keys and tried again, didn’t help.
    Can’t figure out why captcha won’t show.
    Can you help?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • It is working for me.
    v3 captcha does not show. It works in the background.
    If you want to show then use “V2 I’m not robot” captcha.

    Thread Starter jcimb

    (@jcimb)

    I’m sorry, I meant to say the floating badge that usually appears on the lower right side of the page isn’t showing.

    It seems your theme uses z-index higher than recaptcha. You can try adding following code in your custom css

    .grecaptcha-badge {
    	z-index: 9999;
    }
    
    Thread Starter jcimb

    (@jcimb)

    That worked! Thanks Shamim!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘V3 Captcha Not Showing’ is closed to new replies.