Người dùng này không có chủ đề yêu thích nào.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã tạo
Trạng thái |
Chủ đề
|
Người hỗ trợ | Số người tham gia | Bài viết | Độ mới |
---|---|---|---|---|---|
Translation added but doesn't show at frontend
Bắt đầu bởi: deyaK
trong: English Support
Problem: <wpml-config> <elementor-widgets> <widget name="tm-tabs"> <fields-in-item items_of="items"> <field type="Heading" editor_type="LINE">title</field> <field type="Content" editor_type="VISUAL">content</field> <field type="template_id" editor_type="LINE">template_id</field> </fields-in-item> </widget> </elementor-widgets> </wpml-config> 2. Insert the following code into the functions.php file of your theme to make template IDs translatable using the Advanced Translation Editor: add_filter( 'wpml_tm_job_field_is_translatable', '__return_true' );
3. Make a small change in the default language page, then open the secondary language page in the WPML Translation Editor and add the translated template IDs as a translation. This should display the translated content on the frontend. |
|
2 | 5 | 1 years, 8 months trước |