Este usuario no tiene temas favoritos.
Temas de foro favoritos
Temas de foro creados
| Estado |
Tema
|
Asistente | Voces | Publicaciones | Actualidad |
|---|---|---|---|---|---|
|
Woocommerce Checkout AJAX Issue with Mixed Content (HTTP/HTTPS) in Secondary Language
Iniciado por: mikhaelA en: English Support |
|
0 | 12 | hace 7 meses | |
|
Advanced Custom Fields Multilingual slow down my sites
Iniciado por: mikhaelA
en: 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 | hace 1 año, 4 meses | |
|
Second language posts causes fatal error
Iniciado por: mikhaelA en: Chat Support |
|
1 | 2 |
hace 1 año, 5 meses
|
|
|
Deprecated: urlencode(): Passing null to parameter #1 ($string) of type string i
Iniciado por: mikhaelA en: English Support |
2 | 2 | hace 1 año, 9 meses | ||
|
Translating the slug of the taxonomy "Category"
Iniciado por: mikhaelA en: Chat Support |
|
1 | 2 |
hace 1 año, 9 meses
|
|
|
Error when saving homepage
Iniciado por: mikhaelA en: Chat Support |
|
1 | 2 |
hace 1 año, 11 meses
|
|
|
Barn2 product table : image column not showing in english language
Iniciado por: mikhaelA en: English Support |
|
2 | 7 | hace 2 años, 11 meses | |
|
Fatal error when saving option page with repeater "type WP_Term as array"
Iniciado por: mikhaelA en: Assistance en français |
|
2 | 7 | hace 3 años | |
|
Compatibility with Product Visibility by User Role and WPML
Iniciado por: mikhaelA en: English Support |
|
2 | 3 | hace 3 años, 6 meses | |
|
Ajout de produit en ajax ne fonctionne plus pour la langue secondaire avec varia
Iniciado por: mikhaelA en: Assistance en français |
|
2 | 6 | hace 4 años, 1 mes | |
|
Ajax add_to_cart not working on second language with variations
Iniciado por: mikhaelA en: English Support |
|
2 | 2 | hace 4 años, 1 mes | |
|
Changement de langue sur domaine multiple – Langue principal non fonctionnel
1
2
Iniciado por: mikhaelA en: Assistance en français |
|
2 | 19 | hace 4 años, 11 meses |