ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
---|---|---|---|---|---|
Masonry Grid of logos not working on destination language page
بدأه: paulS-91 في: Chat Support |
|
1 | 2 | قبل 4 أشهر | |
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 أشهر، أسبوعين | |
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 أشهر، أسبوعين | |
Featured image showing huge in translations
بدأه: paulS-91 في: English Support |
|
2 | 2 | قبل 11 شهر، 3 أسابيع | |
Translation Missing
بدأه: paulS-91 في: Chat Support |
|
1 | 2 |
قبل 11 شهر، 3 أسابيع
|
|
Translation into Spanish
بدأه: paulS-91 في: Chat Support |
|
1 | 2 |
قبل 11 شهر، 3 أسابيع
|
|
Button translation on WordPress
بدأه: paulS-91 في: English Support |
2 | 2 | قبل 11 شهر، 4 أسابيع | ||
Source content is missing to translate
بدأه: paulS-91 في: Chat Support |
|
1 | 2 |
قبل 12 شهر
|
|
Content automatically translated back into source language
بدأه: paulS-91 في: Chat Support |
|
1 | 2 |
قبل 12 شهر
|
|
Translation Stuck
بدأه: paulS-91 في: Chat Support |
|
1 | 2 |
قبل 12 شهر
|
|
Translated events put as draft are still visible in event lists
بدأه: paulS-91 في: English Support |
|
2 | 2 | قبل 1 سنة، 10 أشهر | |
Page not showing translations
بدأه: paulS-91 في: English Support |
|
2 | 9 | قبل سنتين، 11 شهر | |
How do I learn how many credits I have left?
بدأه: paulS-91 في: English Support |
|
2 | 2 |
قبل 3 سنوات، 5 أشهر
paulS-91 |
|
WPML chat support ticket by paulS-91 – 1645624131
بدأه: paulS-91 في: Chat Support |
|
1 | 1 |
قبل 3 سنوات، 5 أشهر
|
|
Wrong event date for cloned event
بدأه: paulS-91 في: English Support |
|
2 | 4 | قبل 3 سنوات، 8 أشهر |