Notifications
Clear all

Default text does not show up in fields

5 Posts
2 Users
1 Likes
2,422 Views
(@superprof)
New Member
Joined: 8 years ago
Posts: 3
Topic starter  

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

Chrome

But with Firefox : no show

Firefox

Example of post:  http://www.superprof.fr/blog/madrid-ou-barcelone-quelle-destination-choisir/

Any idea ?

Many thanks

Regards

Yann


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4173
 

Hi Superprof,

Please read this support topic and try. Let us know if it helps:

https://gvectors.com/forum/important-information-and-announcements/comment-form-fields-dont-have-placeholders/#post-914


   
ReplyQuote
(@superprof)
New Member
Joined: 8 years ago
Posts: 3
Topic starter  

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


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4173
 

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;
}

   
ReplyQuote
(@superprof)
New Member
Joined: 8 years ago
Posts: 3
Topic starter  

It worked pretty well.

Thanks Tom, you rock.

Best

Yann


   
Tom reacted
ReplyQuote
Share:
Scroll to top