此用户没有收藏的主题。
收藏的论坛主题
创建的论坛主题
| 状态 |
主题
|
支持人员 | 参与者 | 帖子 | 最新活动 |
|---|---|---|---|---|---|
|
In WC bookings calendar view I see resources in all languages
发起人:Angeloca 在:English Support |
|
0 | 8 | 45 minutes前 | |
|
Can’t see me website on credit dashboard
发起人:Angeloca 在:English Support |
|
0 | 4 | 2 months前 | |
|
Resources becomes unavailable even if they are.
发起人:Angeloca
在: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 | 4 months, 3 weeks前 | |
|
ACF option pages not translating
发起人:Angeloca
在: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 | 8 months, 2 weeks前 | |
|
Duplicate bookings with woocommerce bookings
发起人:Angeloca 在:Chat Support |
|
1 | 2 | 9 months, 2 weeks前 | |
|
Credit not showing up in website
发起人:Angeloca
在: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, 4 months前 | |
|
Post object acf field in repeater retrieving original language IDs
发起人:Angeloca 在:English Support |
|
2 | 13 | 1 year, 7 months前 | |
|
Advanced Translation Editor and wp_after_insert_post hook
1
2
发起人:Angeloca 在:English Support |
|
2 | 18 | 1 year, 11 months前 | |
|
Wrong order complete page when paying with Stripe (WooCommerce)
1
2
发起人:Angeloca 在:English Support |
|
2 | 17 | 2 years, 1 month前 | |
|
Advanced Custom Fields Translated ID.
发起人:Angeloca
在: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, 7 months前 | |
|
ACFML copy cloned gallery field with prefix option not working
发起人:Angeloca 在:English Support |
|
2 | 7 | 2 years, 8 months前 | |
|
I don't see the website in the "add credit" page so I can't add credits to it
发起人:Angeloca 在:English Support |
|
2 | 11 | 2 years, 9 months前 | |
|
Translate links created with LinkControl component
发起人:Angeloca 在:English Support |
|
2 | 6 | 2 years, 11 months前 | |
|
I have bought credits and assigned them to the site, but they are not showing up
发起人:Angeloca 在:English Support |
|
2 | 10 |
3 years, 1 month前
Angeloca |
|
|
Translation credits and clients' websites
发起人:Angeloca 在:English Support |
|
2 | 3 | 3 years, 3 months前 |