• Resolved anders213

    (@anders213)


    This is a input field for a gift card. It works fine in the original language, but when translating to english it ends up like this. Is there a way to disable translation of the input field?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Anghel Emanuel

    (@anghelemanuel99)

    Hello there,

    Thank you for reaching us!

    You can try with “Exclude selectors” function where you exclude the selector for this field.

    Also, you can try with the “Exclude Gettext Strings” function too and add the string there.

    These functions can be found in Settings->TranslatePress->Advanced tab.

    Let me know about this!

    Kind Regards,

    Thread Starter anders213

    (@anders213)

    I have tried to exclude both selectors and gettexts, but I am not sure what to enter in the input fields in the Translatepress settings. Below is code of just the input field, copied form the inspect section. I assume I shall use parts of this code to exclude the input field from translation

    <div class="os-col-9">
              <div class="os-form-group os-form-textfield-group os-form-group-transparent">
                <label for="giftup_coupan_code">Giftup Coupan Code</label><input type="text" placeholder="Giftup" coupan="" code="" name="coupan_code" value="" class="os-form-control" id="giftup_coupan_code">
                <div class="giftup-helper-class no-error"></div>
              </div>
            </div>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Translate input field error’ is closed to new replies.