Hello, how and where can I translate the text "enter field name" to czech language or delete this text? Thanks, Lucie.
Hello, how and where can I translate the text "enter field name" to czech language or delete this text? Thanks, Lucie.
Hello,
This plugin is not translation ready. So text may not be able to translated. But you can hide that with below css.
.ccf ::-webkit-input-placeholder {
font-size:0px;
}
.ccf :-moz-placeholder { /* Firefox 18- */
font-size:0px;
}
.ccf ::-moz-placeholder { /* Firefox 19+ */
font-size:0px;
}
.ccf :-ms-input-placeholder {
font-size:0px;
}
Thanks.
Thank you. Is the css code for Safari? I don't see any change in Safari :-)
Try this one.
.ccf ::placeholder {
font-size:0px;
}
It doesn't work. Can I rewrite the text "Enter" in .php file?
ya.but it will override when you will update plugin.
Never mind :-) And where can I this rewrite, please?
go to plugin -> template -> form.php. here you can change it.
And where in form.php, please? I can't find the right row.
Search for 'Enter' .
Thanks.
I searched it and nothing. It's writes: Unable to find 'Enter'
go to plugins -> woo-custom-checkout-field -> template -> form.php
and search "placeholder" . here you can change that text.
It changed only in administration, on website is still the text
Hi,
We will add placeholder functionality soon in next version.So you will be able to add field placeholder by yourself.
Thanks.
It will be awesome, thank you :-)
New version 1.3.2 released with Field Placeholder functionality.
Update and Enjoy.
Thanks.
برچسب:
نویسنده: استخدام کار