Hey,
Thanks for your plugin.
I can't manage to show default values for the inputs in Firefox but I can with Chrome.
With Chrome : it is good you can see Nom and Email
But with Firefox : no show
Example of post: http://www.superprof.fr/blog/madrid-ou-barcelone-quelle-destination-choisir/
Any idea ?
Many thanks
Regards
Yann
Hi Superprof,
Please read this support topic and try. Let us know if it helps:
Hello,
First of all, thanks for your answer.
I already saw this fix and tried to use it but the issue stays the same.
I let it added to the styles for you to check that it does not fix it.
Maybe you have another idea?
Regards
Yann
Problems come from your custom CSS. I see you've set padding 20px to fields. remove that and use this code instead:
#wpcomm .wc-field-name input[type="text"], #wpcomm .wc-field-name input[type="email"] { padding: 10px !important; height: 40px !important; }