Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos do fórum criados
Status |
Tópico
|
Apoiador | Vozes | Postagens | Atualização |
---|---|---|---|---|---|
ACF option pages not translating
Iniciado por: Angeloca
em: English Support
Problem: The client is trying to translate Advanced Custom Fields (ACF) option pages using WPML and encounters issues with retrieving translated values using WordPress's native functions. They find that the translated values only appear when manually including the language code in the option key. Solution: 1. To retrieve translated ACF option values, use the following ACF-specific functions after ensuring you have backed up your site: //Retrieve a field $variable = get_field('field_name', 'option'); //Display a field <p><?php the_field('field_name', 'option'); ?></p> For more details, refer to the ACF documentation on getting values from an options page and WPML's guide on translating ACF options pages. 2. If you prefer using String Translation for ACF Option Page values, follow these steps: - Register the ACF Option Page values in String Translation using the wpml_register_single_string hook. wpml_translate_single_string hook. If this solution does not resolve your issue or seems 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 needed, please open a new support ticket at WPML support forum. |
|
0 | 6 | 2 meses, 2 semanas atrás | |
Duplicate bookings with woocommerce bookings
Iniciado por: Angeloca em: Chat Support |
|
1 | 2 | 3 meses, 1 semana atrás | |
Credit not showing up in website
Iniciado por: Angeloca
em: English Support
Problem: If these solutions do not resolve the 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 | 10 | 10 meses, 1 semana atrás | |
Post object acf field in repeater retrieving original language IDs
Iniciado por: Angeloca em: English Support |
|
2 | 13 | 1 ano, 1 mês atrás | |
Advanced Translation Editor and wp_after_insert_post hook
1
2
Iniciado por: Angeloca em: English Support |
|
2 | 18 | 1 ano, 5 meses atrás | |
Wrong order complete page when paying with Stripe (WooCommerce)
1
2
Iniciado por: Angeloca
em: English Support
Problem: Please note that a permanent fix will be included in a future update of the WooCommerce Multilingual plugin. If this solution doesn't seem relevant to your situation, please open a new support ticket with us. |
|
2 | 17 | 1 ano, 7 meses atrás | |
Advanced Custom Fields Translated ID.
Iniciado por: Angeloca
em: English Support
Problem: If I use get_post_meta WordPress function to get the ACF Clone field, the result is the original language ID on a translated page which is wrong. For example: var_dump(get_post_meta(get_the_ID(), 'cloned_gallery', true)); Solution: The customer found out that using wpml_object_id WPML hook in combination with get_post_meta is the workaround: $images = get_post_meta(get_the_ID(), 'cloned_gallery', true); foreach ($images as $key => $image) { $translatedImages[] = apply_filters( 'wpml_object_id', $image, 'attachment', true, null); } var_dump($translatedImages); Relevant Documentation: |
|
2 | 10 | 2 anos, 1 mês atrás | |
ACFML copy cloned gallery field with prefix option not working
Iniciado por: Angeloca em: English Support |
|
2 | 7 | 2 anos, 2 meses atrás | |
I don't see the website in the "add credit" page so I can't add credits to it
Iniciado por: Angeloca em: English Support |
|
2 | 11 | 2 anos, 3 meses atrás | |
Translate links created with LinkControl component
Iniciado por: Angeloca em: English Support |
|
2 | 6 | 2 anos, 4 meses atrás | |
I have bought credits and assigned them to the site, but they are not showing up
Iniciado por: Angeloca em: English Support |
|
2 | 10 |
2 anos, 7 meses atrás
Angeloca |
|
Translation credits and clients' websites
Iniciado por: Angeloca em: English Support |
|
2 | 3 | 2 anos, 9 meses atrás | |
Value returns a string instead of an array if the ACF has only one item conntected
Iniciado por: Angeloca em: English Support |
|
2 | 5 | 2 anos, 11 meses atrás | |
Breadcrumbs goes to the wrong language
Iniciado por: Angeloca em: Chat Support |
|
1 | 2 |
3 anos atrás
|
|
Deleting _options entries
Iniciado por: Angeloca em: Chat Support |
|
1 | 2 |
3 anos, 7 meses atrás
|