هذا المستخدم ليس لديه مواضيع مفضلة.
مواضيع المنتدى المفضلة
تم إنشاء مواضيع المنتدى
الحالة |
عنوان
|
مؤيد، مشجع، داعم | أصوات | المقالات | نضارة |
---|---|---|---|---|---|
Advanced Custom Fields Multilingual slow down my sites
بدأ ب: mikhaelA
في: English Support
Problem: acf_get_field , especially for fields that don't require translation. Replace these with direct get_post_meta calls to bypass both WPML and ACF retrieval logic. functions.php or as a drop-in plugin: add_filter( 'acfml_should_translate_acf_entity', function( $should, $field, $context ) {<br /> $should = false;<br /> static $customfield_settings;<br /> if ( ! is_array( $customfield_settings ) ) {<br /> $icl_sitepress_settings = get_option( 'icl_sitepress_settings' );<br /> $customfield_settings = $icl_sitepress_settings['translation-management']['custom_fields_translation'];<br /> }<br /> if ( $context === 'field' ) {<br /> $field_name = $field['name'];<br /> if ( isset( $customfield_settings[$field_name] ) && $customfield_settings[$field_name] === WPML_TRANSLATE_CUSTOM_FIELD ) {<br /> $should = true;<br /> }<br /> }<br /> return $should;<br />}, 10, 3 ); This code ensures that only fields marked for translation are processed, significantly improving performance. If these solutions do not resolve your issue or seem outdated, 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 problem persists, please open a new support ticket. |
2 | 14 | قبل 3 أشهر | ||
Second language posts causes fatal error
بدأ ب: mikhaelA في: Chat Support |
1 | 2 |
قبل 4 أشهر
|
||
Deprecated: urlencode(): Passing null to parameter #1 ($string) of type string i
بدأ ب: mikhaelA في: English Support |
2 | 2 | قبل 8 أشهر | ||
Translating the slug of the taxonomy "Category"
بدأ ب: mikhaelA في: Chat Support |
1 | 2 |
قبل 8 أشهر
|
||
Error when saving homepage
بدأ ب: mikhaelA في: Chat Support |
1 | 2 |
قبل 10 أشهر، أسبوعين
|
||
Barn2 product table : image column not showing in english language
بدأ ب: mikhaelA في: English Support |
2 | 7 | قبل 1 سنة، 10 أشهر | ||
Fatal error when saving option page with repeater "type WP_Term as array"
بدأ ب: mikhaelA في: Assistance en français |
2 | 7 | قبل 1 سنة، 11 شهر | ||
Compatibility with Product Visibility by User Role and WPML
بدأ ب: mikhaelA في: English Support |
2 | 3 | قبل سنتين، 5 أشهر | ||
Ajout de produit en ajax ne fonctionne plus pour la langue secondaire avec varia
بدأ ب: mikhaelA في: Assistance en français |
2 | 6 | قبل 3 سنوات | ||
Ajax add_to_cart not working on second language with variations
بدأ ب: mikhaelA في: English Support |
2 | 2 | قبل 3 سنوات | ||
Changement de langue sur domaine multiple – Langue principal non fonctionnel
1
2
بدأ ب: mikhaelA في: Assistance en français |
2 | 19 | قبل 3 سنوات، 10 أشهر | ||
Tranlate PlaceHolder
بدأ ب: mikhaelA في: English Support |
2 | 2 |
قبل 4 سنوات، 5 أشهر
mikhaelA |
||
Placeholder translation
بدأ ب: mikhaelA في: English Support |
2 | 2 | قبل 4 سنوات، 7 أشهر | ||
WPML all import language isn't sync after import
بدأ ب: mikhaelA في: English Support |
2 | 2 | قبل 4 سنوات، 8 أشهر |