ผู้ใช้นี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรัมที่ชื่นชอบ
หัวข้อฟอรัมที่สร้าง
สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | โพสต์ | ความใหม่ |
---|---|---|---|---|---|
String translation going back to source language ENG->SPA->ENG
เริ่มโดย: paulS-91
ใน: English Support
Problem: <wpml-config> <shortcodes> <shortcode> <tag>forminator_form</tag> <attributes> <attribute>id</attribute> </attributes><attributes> </attributes></shortcode> </shortcodes> </wpml-config> Next, use this PHP snippet to allow translating numeric values like IDs with the Advanced Translation Editor (ATE): /** * Allow translating numbers * * @see https://wpml.org/forums/topic/wpbakery-post-grid-element-exclude-from-filter-list-category-reappears<br /> */ function wpmlsupp_7499_allow_translating_numbers( $is_translatable, $job_translate ) { $data = $job_translate['field_data']; if ( 'base64' === $job_translate['field_format'] ) { $data = base64_decode( $data ); } if ( is_numeric( $data ) ) { return true; } return $is_translatable; } add_filter( 'wpml_tm_job_field_is_translatable', 'wpmlsupp_7499_allow_translating_numbers', 10, 2 ); After applying these changes, edit the form shortcode in the original content and open ATE. If the ID is not directly visible, use the search bar to locate it. When translating, replace the original ID with the correct ID of the translated form. Please note that this solution might be outdated or not applicable to your specific case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket at WPML support forum. |
|
2 | 4 | 10 months, 2 weeks มาแล้ว | |
Missing string for translation
เริ่มโดย: paulS-91
ใน: English Support
Problem: Please note that solutions might become outdated or may not directly apply to your case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue continues, please do not hesitate to open a new support ticket at WPML support forum. |
|
2 | 5 | 10 months, 2 weeks มาแล้ว | |
Featured image showing huge in translations
เริ่มโดย: paulS-91 ใน: English Support |
|
2 | 2 | 11 months, 3 weeks มาแล้ว | |
Button translation on WordPress
เริ่มโดย: paulS-91 ใน: English Support |
2 | 2 | 11 months, 4 weeks มาแล้ว | ||
Translated events put as draft are still visible in event lists
เริ่มโดย: paulS-91 ใน: English Support |
|
2 | 2 | 1 years, 10 months มาแล้ว | |
Page not showing translations
เริ่มโดย: paulS-91 ใน: English Support |
|
2 | 9 | 2 years, 11 months มาแล้ว | |
How do I learn how many credits I have left?
เริ่มโดย: paulS-91 ใน: English Support |
|
2 | 2 |
3 years, 5 months มาแล้ว
paulS-91 |
|
Wrong event date for cloned event
เริ่มโดย: paulS-91 ใน: English Support |
|
2 | 4 | 3 years, 8 months มาแล้ว |