So, what are you trying to say by that?
You’ve hidden form’s labels deliberately?
In code excerpt that you’ve shown,
I don’t see any mention about form style 5 but only style 2.
And let me remind you that we’re talking about issue with form style 5 .
Doesn’t work.
I’ve sent you part of the log file in PM.
This issue still exists and hasn’t been fixed yet.
Could you please fix it in the future update?
I’ve sent you URL as PM message.
Thank you.
No problem, where exactly I can receive/find log file’s data?
I don’t quite understand is there any chance you’ll fix this issue (including labels for the form)?
Thank you, it helped.
Now I can’t find where resides “sh-popover” in order to translate or maybe remove it from the blog posts (I mean popover New and Hot).
Btw, I did it through .pot file, is this the right solution, or it can be done better in some other way?
Yes, I already did. Thank you.
Could you please remove the screenshots that you placed on the last response. I don’t want to reveal my site here.
You can’t reproduce this bug just by resizing the browser. You can reproduce it or by using chrome’s device toolbar (which emulating the mobile view). Or you can enter my site via some smartphone.
In order to use chrome’s device toolbar, you need to open the chrome, enter my site, on my site please press F12 (for windows) in order to open developer tools, then press on the mobile icon on the left upper corner. I’ve used Iphone 4 device simulation, but I think it doesn’t matter.
That’s because I’ve changed the form style.
Sorry, but I can’t wait for you, I have work to do.
I can’t have my site with the ugly form without proper style.
I’ve sent you as PM.
I’ve tried the provided solution and nope it hasn’t solved the problem.
I’ve tested this bug on Galaxy S7 and you can even reproduce this bug using chrome’s device toolbar (which emulating the mobile view).
I’ve read you URL of my site as PM.
If you don’t find it then add the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
div#page-container #content .contact-form input, div#page-container #content .contact-form textarea { border-width: 1px; }
This code solves it partially. First of all, it also adds border to the submit button
so you need to add ( :not([type=submit]) )
........ .contact-form input:not([type=submit]),
div#page-container #content .contact-form textarea {
border-width: 1px;
}
Moreover, it still doesn’t display labels above the input fields not using style 2 nor using styles 3,4,5.
Regarding displaying recaptcha could you please tell me whether it displays when you do not use RTL support?
It doesn’t matter, each time I do some changes on the form settings (e.g. set minimum characters on the input field….) Recaptcha disappears.