Dieser Benutzer hat keine Lieblingsthemen.
Favorisierte Forenthemen
Erstellte Forenthemen
Status |
Thema
|
Unterstützer | Stimmen | Beiträge | Aktualisierung |
---|---|---|---|---|---|
ACF option pages not translating
Erstellt von: 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 | Vor 2 Monaten, 2 Wochen | |
Duplicate bookings with woocommerce bookings
Erstellt von: Angeloca in: Chat Support |
|
1 | 2 | Vor 3 Monaten, 1 Woche | |
Credit not showing up in website
Erstellt von: 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 | Vor 10 Monaten, 2 Wochen | |
Post object acf field in repeater retrieving original language IDs
Erstellt von: Angeloca in: English Support |
|
2 | 13 | Vor 1 Jahr, 1 Monat | |
Advanced Translation Editor and wp_after_insert_post hook
1
2
Erstellt von: Angeloca in: English Support |
|
2 | 18 | Vor 1 Jahr, 5 Monaten | |
Wrong order complete page when paying with Stripe (WooCommerce)
1
2
Erstellt von: 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 | Vor 1 Jahr, 7 Monaten | |
Advanced Custom Fields Translated ID.
Erstellt von: 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 | Vor 2 Jahren, 1 Monat | |
ACFML copy cloned gallery field with prefix option not working
Erstellt von: Angeloca in: English Support |
|
2 | 7 | Vor 2 Jahren, 2 Monaten | |
I don't see the website in the "add credit" page so I can't add credits to it
Erstellt von: Angeloca in: English Support |
|
2 | 11 | Vor 2 Jahren, 3 Monaten | |
Translate links created with LinkControl component
Erstellt von: Angeloca in: English Support |
|
2 | 6 | Vor 2 Jahren, 4 Monaten | |
I have bought credits and assigned them to the site, but they are not showing up
Erstellt von: Angeloca in: English Support |
|
2 | 10 |
Vor 2 Jahren, 7 Monaten
Angeloca |
|
Translation credits and clients' websites
Erstellt von: Angeloca in: English Support |
|
2 | 3 | Vor 2 Jahren, 9 Monaten | |
Value returns a string instead of an array if the ACF has only one item conntected
Erstellt von: Angeloca in: English Support |
|
2 | 5 | Vor 2 Jahren, 11 Monaten | |
Breadcrumbs goes to the wrong language
Erstellt von: Angeloca in: Chat Support |
|
1 | 2 |
Vor 3 Jahren
|
|
Deleting _options entries
Erstellt von: Angeloca in: Chat Support |
|
1 | 2 |
Vor 3 Jahren, 7 Monaten
|