• Resolved KatrineDS

    (@katrineds)


    Hi,

    I wonder where to translate the (required) added just after the placeholder text? It’s only in the field type TEXT it’s added – and obviously only on mandatory fields.

    There is no translation file. Any idea where to look?

    /Katrine

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Saravana Kumar K

    (@mycholan)

    I was going to remove that (as its not really necessary to show that) but forgot. anyway I will remove that with my upcoming release, until then please remove that by yourself by editing here.

    wp-content/plugins/wc-fields-factory/includes/wcff-builder.php Line Number : 808

    Replace the following line

    $placeholder = 'placeholder="' . esc_attr($_meta["placeholder"]) . ' (required)"';

    with this

    $placeholder = 'placeholder="' . esc_attr($_meta["placeholder"]) . '"';

    If you are not able to do it, let me know so that I can send you that modified file alone.

    Thread Starter KatrineDS

    (@katrineds)

    Hi Saravana,

    Thank you so much for a quick reply and big help. It’s fixed!

    Big fan of this plugin! Great work!

    Have a nice day 🙂

    Plugin Author Saravana Kumar K

    (@mycholan)

    You are welcome.

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

The topic ‘Translate (required)’ is closed to new replies.