This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
ACF option pages not translating
Started by: Angeloca
in: 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 months, 3 weeks ago | |
Credit not showing up in website
Started by: Angeloca
in: 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 months, 3 weeks ago | |
Post object acf field in repeater retrieving original language IDs
Started by: Angeloca in: English Support |
|
2 | 13 | 1 year, 1 month ago | |
Advanced Translation Editor and wp_after_insert_post hook
1
2
Started by: Angeloca in: English Support |
|
2 | 18 | 1 year, 5 months ago | |
Wrong order complete page when paying with Stripe (WooCommerce)
1
2
Started by: Angeloca
in: 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 year, 7 months ago | |
Advanced Custom Fields Translated ID.
Started by: Angeloca
in: 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 years, 2 months ago | |
ACFML copy cloned gallery field with prefix option not working
Started by: Angeloca in: English Support |
|
2 | 7 | 2 years, 2 months ago | |
I don't see the website in the "add credit" page so I can't add credits to it
Started by: Angeloca in: English Support |
|
2 | 11 | 2 years, 3 months ago | |
Translate links created with LinkControl component
Started by: Angeloca in: English Support |
|
2 | 6 | 2 years, 5 months ago | |
I have bought credits and assigned them to the site, but they are not showing up
Started by: Angeloca in: English Support |
|
2 | 10 |
2 years, 7 months ago
Angeloca |
|
Translation credits and clients' websites
Started by: Angeloca in: English Support |
|
2 | 3 | 2 years, 9 months ago | |
Value returns a string instead of an array if the ACF has only one item conntected
Started by: Angeloca in: English Support |
|
2 | 5 | 2 years, 11 months ago | |
WPML chat support ticket by Angeloca – 1630493335
Started by: Angeloca in: Chat Support |
|
1 | 1 |
3 years, 11 months ago
|
|
WC Table Rate Shippings issue with WCML
Started by: Angeloca in: English Support |
|
2 | 9 | 4 years, 8 months ago |