Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos de fórum criados
Status |
Tópico
|
Apoiador | Vozes | Posts | Frescor |
---|---|---|---|---|---|
Advanced Custom Fields Multilingual slow down my sites
Iniciado por: mikhaelA
em: 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 | 2 semanas atrás | ||
Second language posts causes fatal error
Iniciado por: mikhaelA em: Chat Support |
1 | 2 |
1 mês, 1 semana atrás
|
||
Deprecated: urlencode(): Passing null to parameter #1 ($string) of type string i
Iniciado por: mikhaelA em: English Support |
2 | 2 | 5 meses, 1 semana atrás | ||
Translating the slug of the taxonomy "Category"
Iniciado por: mikhaelA em: Chat Support |
1 | 2 |
5 meses, 1 semana atrás
|
||
Error when saving homepage
Iniciado por: mikhaelA em: Chat Support |
1 | 2 |
7 meses, 4 semanas atrás
|
||
Barn2 product table : image column not showing in english language
Iniciado por: mikhaelA em: English Support |
2 | 7 | 1 ano, 7 meses atrás | ||
Fatal error when saving option page with repeater "type WP_Term as array"
Iniciado por: mikhaelA em: Assistance en français |
2 | 7 | 1 ano, 9 meses atrás | ||
Compatibility with Product Visibility by User Role and WPML
Iniciado por: mikhaelA em: English Support |
2 | 3 | 2 anos, 2 meses atrás | ||
Ajout de produit en ajax ne fonctionne plus pour la langue secondaire avec varia
Iniciado por: mikhaelA em: Assistance en français |
2 | 6 | 2 anos, 9 meses atrás | ||
Ajax add_to_cart not working on second language with variations
Iniciado por: mikhaelA em: English Support |
2 | 2 | 2 anos, 9 meses atrás | ||
Changement de langue sur domaine multiple – Langue principal non fonctionnel
1
2
Iniciado por: mikhaelA em: Assistance en français |
2 | 19 | 3 anos, 7 meses atrás | ||
Tranlate PlaceHolder
Iniciado por: mikhaelA em: English Support |
2 | 2 |
4 anos, 3 meses atrás
mikhaelA |
||
Placeholder translation
Iniciado por: mikhaelA em: English Support |
2 | 2 | 4 anos, 4 meses atrás | ||
WPML all import language isn't sync after import
Iniciado por: mikhaelA em: English Support |
2 | 2 | 4 anos, 5 meses atrás | ||
Some error are showing up on our website and want to fix it
Iniciado por: mikhaelA em: English Support |
2 | 15 | 4 anos, 9 meses atrás |