Người dùng này không có chủ đề yêu thích nào.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã tạo
| Trạng thái |
Chủ đề
|
Người hỗ trợ | Ý kiến | Bài viết | Mới nhất |
|---|---|---|---|---|---|
|
Woocommerce Checkout AJAX Issue with Mixed Content (HTTP/HTTPS) in Secondary Language
Được bắt đầu bởi: mikhaelA trong: English Support |
|
0 | 12 | 7 months trước | |
|
Advanced Custom Fields Multilingual slow down my sites
Được bắt đầu bởi: mikhaelA
trong: 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 year, 4 months trước | |
|
Deprecated: urlencode(): Passing null to parameter #1 ($string) of type string i
Được bắt đầu bởi: mikhaelA trong: English Support |
2 | 2 | 1 year, 9 months trước | ||
|
Barn2 product table : image column not showing in english language
Được bắt đầu bởi: mikhaelA trong: English Support |
|
2 | 7 | 2 years, 11 months trước | |
|
Fatal error when saving option page with repeater "type WP_Term as array"
Được bắt đầu bởi: mikhaelA trong: Assistance en français |
|
2 | 7 | 3 years trước | |
|
Compatibility with Product Visibility by User Role and WPML
Được bắt đầu bởi: mikhaelA trong: English Support |
|
2 | 3 | 3 years, 6 months trước | |
|
Ajout de produit en ajax ne fonctionne plus pour la langue secondaire avec varia
Được bắt đầu bởi: mikhaelA trong: Assistance en français |
|
2 | 6 | 4 years, 1 month trước | |
|
Ajax add_to_cart not working on second language with variations
Được bắt đầu bởi: mikhaelA trong: English Support |
|
2 | 2 | 4 years, 1 month trước | |
|
Changement de langue sur domaine multiple – Langue principal non fonctionnel
1
2
Được bắt đầu bởi: mikhaelA trong: Assistance en français |
|
2 | 19 | 4 years, 11 months trước |