Button translate, woocommerce
Nov 16, 2016 7:34 am by s.mierdink
Nov 16, 2016 7:34 am by s.mierdink
Hello I don't know how to translate some buttons when there is no edit pencil.
Is there a solution for this?
This is the link:
https://keesingidacademy.com/nl/course/ ... documents/
In this page it is the "start course" button.
Best regards Sander
Re: Button translate, woocommerce
Nov 16, 2016 7:37 am by Yana
Nov 16, 2016 7:37 am by Yana
Hi,
To enable translation for input buttons you need to add tval to class attribute.
Please check the following post can-edit-translation-for-some-parts-page-t4712.html#p20314
Re: Button translate, woocommerce
Nov 18, 2016 6:43 am by s.mierdink
Nov 18, 2016 6:43 am by s.mierdink
Dear Yana,
I cant get it translated, is there somebody who can do it for me?
I don't mind if there are some costs involved!
Best regards Sander
Re: Button translate, woocommerce
Nov 18, 2016 12:31 pm by Yana
Nov 18, 2016 12:31 pm by Yana
Hi,
Here is an example :
In the source code you have the following input tag for your button
<input type="submit" class="button primary small" value="Validate">
If you add class="tval" attribute the text will be translated
<input type="submit" class="button primary small tval" value="Validate">
Re: Button translate, woocommerce
Nov 22, 2016 6:49 am by s.mierdink
Nov 22, 2016 6:49 am by s.mierdink
Dear Yana,
thanks for the replay.
Do you know where to access the source for the Validate button? I assume it’s in the plugin source somewhere?
Best regards,
Sander
Re: Button translate, woocommerce
Nov 22, 2016 2:17 pm by Yana
Nov 22, 2016 2:17 pm by Yana
Hi,
Yes, you will need to check the plugin source codes.
SIMILAR TOPICS
wordpress amp link not translate | Dec 31, 2016 10:11 am | Replies: 12 | Post by: besybuy |
Translate website to any specific language, on page load | Jan 19, 2019 6:49 am | Replies: 1 | Post by: Leaon7756 |
Best way to translate a page in WordPress? | Jan 7, 2019 11:10 am | Replies: 3 | Post by: Tonnystark |
how to translate site right to left for arabic in WordPress | Dec 26, 2018 9:02 am | Replies: 1 | Post by: Hammond753 |
How to remove mobile Language Select Button transparency | Dec 5, 2018 10:06 pm | Replies: 10 | Post by: JeffTR |