למשתמש זה אין נושאים מועדפים.
נושאי פורום מועדפים
נושאי פורום שנוצרו
| סטטוס |
נושא
|
תומך | קולות | פוסטים | עדכניות |
|---|---|---|---|---|---|
|
Woocommerce Checkout AJAX Issue with Mixed Content (HTTP/HTTPS) in Secondary Language
נפתח על ידי: mikhaelA ב: English Support |
|
0 | 12 | לפני חודש 7, שבוע 1 | |
|
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. Update |
|
2 | 14 | לפני שנה 1, חודש 4 | |
|
Second language posts causes fatal error
נפתח על ידי: mikhaelA ב: Chat Support |
|
1 | 2 |
לפני שנה 1, חודש 5
|
|
|
Deprecated: urlencode(): Passing null to parameter #1 ($string) of type string i
נפתח על ידי: mikhaelA ב: English Support |
2 | 2 | לפני שנה 1, חודש 9 | ||
|
Translating the slug of the taxonomy "Category"
נפתח על ידי: mikhaelA ב: Chat Support |
|
1 | 2 |
לפני שנה 1, חודש 9
|
|
|
Error when saving homepage
נפתח על ידי: mikhaelA ב: Chat Support |
|
1 | 2 |
לפני שנה 1, חודש 12
|
|
|
Barn2 product table : image column not showing in english language
נפתח על ידי: mikhaelA ב: English Support |
|
2 | 7 | לפני שנה 2, חודש 11 | |
|
Fatal error when saving option page with repeater "type WP_Term as array"
נפתח על ידי: mikhaelA ב: Assistance en français |
|
2 | 7 | לפני שנה 3 | |
|
Compatibility with Product Visibility by User Role and WPML
נפתח על ידי: mikhaelA ב: English Support |
|
2 | 3 | לפני שנה 3, חודש 6 | |
|
Ajout de produit en ajax ne fonctionne plus pour la langue secondaire avec varia
נפתח על ידי: mikhaelA ב: Assistance en français |
|
2 | 6 | לפני שנה 4, חודש 1 | |
|
Ajax add_to_cart not working on second language with variations
נפתח על ידי: mikhaelA ב: English Support |
|
2 | 2 | לפני שנה 4, חודש 1 |