Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
pipo64
tagDiv Member

Ok Vu & thanks !

In fact, the placeholder attribute give the feeling that the form field is disabled.
Perhaps, if when the form field get the focus, you set the CSS border-style with an other color, it could be more friendly. This is my feeling 😉

example :
.td-box-control-full .td-panel-input:focus {
border: 1px solid #000 !important;
}

I will share my french translation soon, hope could help you.

Best regards

pipo64
tagDiv Member

Ouch !

thanks.

To remove the comment, i have to update the DB row in which the comment is :
remove html comment tag <!– –> and update the string length
After update, ajax is alive ! cool 😉 and lost my theme config 🙁
not really a matter, i have not change a lot of properties.

Could you explain me that side effect ?

I only update one string length, perhaps it was not enough, “emergency is not your friend :)”
probably have to make a script to :
– get the row
– unserialize (http://php.net/manual/fr/function.unserialize.php)
– find comment
– serialize
– update the row

( or if you have a Do not do that with WP tuto )

Best regards

pipo64
tagDiv Member

Ok, i found the solution ( check table options ) … lost all my conf after update …
so DO NOT use <!– –> in form fields,
newsmag should check this..

Cheers

Viewing 3 posts - 1 through 3 (of 3 total)