Member
Member
ctdlg   2019-06-20, 06:30
#1

I've disabled the captcha option in the contact form extension (Zenphoto 1.5.3) because when you try to mark the "I accept ..." box, it opens ... the captcha picture box. If Captcha has been done, it's hard to mark this box; without accepting, message cannot be sent.

Administrator
Administrator
acrylian   2019-06-20, 07:52
#2

I am sorry I can't reproduce any issue with captcha trying it here https://www.zenphoto.org/pages/contact/ on our own site:

Member
Member
ctdlg   2019-06-20, 12:21
#3

Yes, there is something wrong on my side, but you also have a problem, look at the generated code : your site's captcha iframe includes [code] and [/code]elements

Full picture

my site - your site's code

Administrator
Administrator
acrylian   2019-06-20, 12:51
#4

What I see from the screenshot this is not an official theme so I can only assume this is a theme issue.

but you also have a problem, look at the generated code : your site's captcha iframe includes and elements

No, that's correct as It's an iframe which of course contains a full page which is loaded from Google's captcha service.

Administrator
Administrator
fretzl   2019-06-20, 13:46
#5

This needs some CSS change.
If you can enable reCaptcha I can have a quick look.

Administrator
Administrator
fretzl   2019-06-20, 14:05
#6

My guess is that you need to add
.g-recaptcha {display: inline-block;}
to your
.../themes/basic/styles/dark.css file

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.