I can confirm the issue, I have the same.
In addition CF7 has another issue, when message for required fields show up they do not go away when you type in in the required box.
http://prntscr.com/fbowt5
Hi,
Your contact form 7 is not showing on the URL that you had provided.
Thank you
Sorry, here is link
http://ntgames.org/kontakt/
I have setup cf7 same way as on my other sites and this is first theme I have such problems
I as well just noticed on my phone that send buttone is out of the screen, just recaptcha visible, top input lines are adjusting size just fine but send buttone is not vidible :/
So in regard to “send” button issue, I have removed any kind of formatting and seems the issue is even worse, with just plain setup [recaptcha] {enter} [submit “Wyślij wiadomość”] it places sent button over ReCaptcha, that is probably why It can’t be seen on mobile.
https://prnt.sc/fbv02g
Hi @wpbetheme789 and @crsnic, thank you very much for reporting this problem.
I have added a new issue on github about it : https://github.com/presscustomizr/hueman/issues/491
We’ll try to fix this for the upcoming release.
Best regards,
Hello,
have restored the cf7 on the page:
https://wp-test.metatrader-interfaces.com/?page_id=6
So you can use it for check.
Thank you all
@wpbetheme789 ok thank you.
Hi friends,
I had some similar problem with rechapta and send button and data entry. As I remember this snippet fixed the issue.
.wpcf7 span.wpcf7-not-valid-tip {
position: initial;
}
(It was about a year ago, and I’m not using now c7, so don’t know if this still works.)
Personnaly, I use this code
.wpcf7 label {
display: block;
float: left;
width: 95%;}