This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Double email in WC Booking when paying with paypal
Started by: Angeloca in: English Support |
|
0 | 2 | 2 months, 4 weeks ago | |
|
In WC bookings calendar view I see resources in all languages
Started by: Angeloca in: English Support |
|
0 | 10 | 3 months, 1 week ago | |
|
Can’t see me website on credit dashboard
Started by: Angeloca in: English Support |
|
0 | 4 | 5 months, 2 weeks ago | |
|
Resources becomes unavailable even if they are.
Started by: Angeloca
in: English Support
Problem: Please note that this solution might be irrelevant if it's outdated or not applicable to your specific case. 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 continues, please open a new support ticket for personalized assistance. |
|
2 | 10 | 8 months, 1 week ago | |
|
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 | 1 year 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 | 1 year, 8 months ago | |
|
Post object acf field in repeater retrieving original language IDs
Started by: Angeloca in: English Support |
|
2 | 13 | 1 year, 11 months ago | |
|
Advanced Translation Editor and wp_after_insert_post hook
1
2
Started by: Angeloca in: English Support |
|
2 | 18 | 2 years, 3 months ago | |
|
Wrong order complete page when paying with Stripe (WooCommerce)
1
2
Started by: Angeloca in: English Support |
|
2 | 17 | 2 years, 4 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, 11 months ago | |
|
ACFML copy cloned gallery field with prefix option not working
Started by: Angeloca in: English Support |
|
2 | 7 | 2 years, 11 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 | 3 years ago | |
|
Translate links created with LinkControl component
Started by: Angeloca in: English Support |
|
2 | 6 | 3 years, 2 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 |
3 years, 5 months ago
Angeloca |
|
|
Translation credits and clients' websites
Started by: Angeloca in: English Support |
|
2 | 3 | 3 years, 7 months ago |