У этого пользователя нет избранных тем.
Избранные темы форума
Созданные темы форума
| Статус |
Тема
|
Специалист поддержки | Голоса | Сообщения | Свежесть |
|---|---|---|---|---|---|
|
Internal URLs in ACF custom fields are not automatically translated/adjusted during automatic transl…
Начато: Angeloca в: Chat Support |
|
0 | 2 | 2 недели назад | |
|
Double email in WC Booking when paying with paypal
Начато: Angeloca в: English Support |
|
0 | 2 | 1 месяц, 2 недели назад | |
|
Redis configuration
Начато: Angeloca в: Chat Support |
|
0 | 2 | 1 месяц, 2 недели назад | |
|
In WC bookings calendar view I see resources in all languages
Начато: Angeloca в: English Support |
|
0 | 10 | 2 месяца назад | |
|
Can’t see me website on credit dashboard
Начато: Angeloca в: English Support |
|
0 | 4 | 4 месяца назад | |
|
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 | 6 месяцев, 4 недели назад | |
|
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 | 10 месяцев, 3 недели назад | |
|
Duplicate bookings with woocommerce bookings
Начато: Angeloca в: Chat Support |
|
1 | 2 | 11 месяцев, 3 недели назад | |
|
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 год, 6 месяцев назад | |
|
Post object acf field in repeater retrieving original language IDs
Начато: Angeloca в: English Support |
|
2 | 13 | 1 год, 9 месяцев назад | |
|
Advanced Translation Editor and wp_after_insert_post hook
1
2
Начато: Angeloca в: English Support |
|
2 | 18 | 2 года, 1 месяц назад | |
|
Wrong order complete page when paying with Stripe (WooCommerce)
1
2
Начато: Angeloca в: English Support |
|
2 | 17 | 2 года, 3 месяца назад | |
|
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 года, 10 месяцев назад | |
|
ACFML copy cloned gallery field with prefix option not working
Начато: Angeloca в: English Support |
|
2 | 7 | 2 года, 10 месяцев назад | |
|
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 года, 11 месяцев назад |