ผู้ใช้รายนี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรั่มที่ชื่นชอบ
สร้างหัวข้อฟอรัมแล้ว
สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | กระทู้ | ความสดชื่น |
---|---|---|---|---|---|
Counter widget not translating properly
เริ่มโดย: edgardC-2
ใน: English Support
Problem: Solution: if ( ! is_string( $string_value ) ) { to: if ( ! is_string( $string_value ) && ! is_numeric( $string_value ) ) { in: wp-content/plugins/sitepress-multilingual-cms/addons/wpml-page-builders/classes/Integrations/Elementor/class-wpml-elementor-translatable-nodes.php if ( is_string( $stringInFlatField ) ) { $element = Obj::assocPath( $pathInFlatField, $string->get_value(), $element ); } elseif ( is_string( $stringInArrayField ) ) { $element = Obj::assocPath( $pathInArrayField, $string->get_value(), $element ); } to: if ( is_string( $stringInFlatField ) || is_numeric($stringInFlatField)) { $element = Obj::assocPath( $pathInFlatField, $string->get_value(), $element ); } elseif ( is_string( $stringInArrayField ) || is_numeric($stringInArrayField)) { $element = Obj::assocPath( $pathInArrayField, $string->get_value(), $element ); } Relevant Documentation: |
|
2 | 13 | 1 years, 11 months มาแล้ว | |
Images entered inside of Tabs inside of Elementor aren't translating
เริ่มโดย: edgardC-2 ใน: English Support |
|
2 | 11 |
1 years, 11 months มาแล้ว
edgardC-2 |
|
Media Translation not showing on translated page
1
2
เริ่มโดย: edgardC-2 ใน: English Support |
|
2 | 19 | 2 years มาแล้ว | |
Importing translations using WP All Import Pro
1
2
3
เริ่มโดย: edgardC-2
ใน: English Support
Problem: [Wp All Import] When I update existing items in the default language, I cannot match the imported translations with them. The imported translations are not connected to the original items in the default language. Solution: This happens because the step to include the unique identifier is not there. However, this is not a bug. It is like that by design from WP All Import. https://www.wpallimport.com/documentation/update-existing-posts/ To add translations when default language content already exists on the site: 1. Export your default language content using WP All Export. 2. Edit the newly created CSV to add a column for the unique identifier. 3. Delete the original content from the site. 4. Import the default language CSV file with the unique identifier column. Make sure to import it as New items. Once the default language file has been imported, you can continue with your secondary language file, as previously explained. Relevant Documentation: Please check our WPML All Import guide here. |
|
3 | 32 | 2 years, 1 months มาแล้ว | |
Is there any documentation on how to use XLIFF files?
เริ่มโดย: edgardC-2 ใน: English Support |
2 | 2 | 2 years, 2 months มาแล้ว |