ผู้ใช้นี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรัมที่ชื่นชอบ
หัวข้อฟอรัมที่สร้าง
สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | โพสต์ | ความใหม่ |
---|---|---|---|---|---|
the translated caption in the images slider is not displayed in translated page
เริ่มโดย: mickS-3
ใน: English Support
Problem: function translate_gallery($metadata, $object_id, $meta_key, $single){ $meta_needed = 'gallery'; if ( isset( $meta_key ) && $meta_needed == $meta_key ){ remove_filter( 'get_post_metadata', 'translate_gallery', 100 ); $current_meta = get_post_meta( $object_id, $meta_needed, TRUE ); $to_translate = explode( ',', $current_meta ); foreach ( $to_translate as $key => $value ){ $to_translate[$key] = apply_filters( 'wpml_object_id', $value, 'attachment', true ); } add_filter('get_post_metadata', 'translate_gallery', 100, 4); $current_meta = implode( ',', $to_translate ); return $current_meta; } return $metadata; } add_filter( 'get_post_metadata', 'translate_gallery', 100, 4 ); Additionally, modify the Jet Engine plugin's code to ensure compatibility with WPML. In the file \wp-content\plugins\jet-engine\includes\classes\tools.php, after line 792, add the following code: if ( is_numeric( $img_data ) ) { $id = $img_data; } elseif ( is_array( $img_data ) && isset( $img_data['id'] ) && isset( $img_data['url'] ) ) { $id = $img_data['id']; } else { $id = attachment_url_to_postid( $img_data ); } Add the following // WPML Workaround for wpmlsupp-12960 if ( class_exists('Sitepress') ) { $current_lang = apply_filters( 'wpml_current_language', NULL ); $id = apply_filters( 'wpml_object_id', $id, 'attachment', TRUE, $current_lang ); } If this solution does not resolve your issue or becomes irrelevant due to updates, we 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 at WPML support forum for further assistance. |
|
0 | 15 | 1 months, 2 weeks มาแล้ว | |
Translate media meta fields JetEngine
เริ่มโดย: mickS-3
ใน: English Support
Problem: If these steps do not resolve your issues, or if the solution seems outdated or not applicable to your case, we recommend opening a new support ticket. Additionally, 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. |
|
0 | 9 | 1 months, 3 weeks มาแล้ว | |
Translating links in product description Woocommerce
เริ่มโดย: mickS-3
ใน: English Support
Problema: Solución: Lamentamos que en tu caso, los enlaces no se tradujeran automáticamente. Si la solución proporcionada no es relevante para tu caso, porque podría estar desactualizada o simplemente no aplicar a tu situación, te sugerimos abrir un nuevo ticket de soporte. Además, te recomendamos encarecidamente revisar los problemas conocidos, verificar la versión de la solución permanente y confirmar que has instalado las últimas versiones de temas y plugins. Si necesitas asistencia adicional, no dudes en contactarnos en el foro de soporte de WPML. |
|
2 | 4 | 1 years, 5 months มาแล้ว | |
Checkout is not working when bundle product is in cart
เริ่มโดย: mickS-3 ใน: English Support |
|
2 | 4 | 1 years, 6 months มาแล้ว | |
WooCommerce email strings have mixed languages
1
2
เริ่มโดย: mickS-3
ใน: English Support
Problem: Email strings are mixed when the WooCommerce Order Proposal plugin is active Solution: The client reported that the problem came from the third-party plugin WooCommerce Order Proposal. He contacted their support, and this is their reply.
|
|
2 | 20 | 1 years, 7 months มาแล้ว | |
Shop manager can't translate everything
เริ่มโดย: mickS-3
ใน: English Support
Problem: Solution: add_filter('wpml_user_can_translate', function ($user_can_translate, $user){<br /> if (in_array('shop manager', (array) $user->roles, true) && current_user_can('translate')) {<br /> return true;<br /> }<br /> <br /> return $user_can_translate;<br />}, 10, 2); 4. We also suggested emptying the translation queue by going to the Jobs tab and filtering the jobs. If this solution does not seem relevant to your situation, please open a new support ticket with us. |
|
2 | 6 | 1 years, 7 months มาแล้ว | |
Woocommerce Notification cannot be translated
เริ่มโดย: mickS-3 ใน: English Support |
|
2 | 10 | 1 years, 9 months มาแล้ว | |
Elementor button translation different destination
เริ่มโดย: mickS-3 ใน: English Support |
|
2 | 2 | 1 years, 9 months มาแล้ว | |
Translation of link in Elementor template
เริ่มโดย: mickS-3 ใน: English Support |
|
2 | 9 |
2 years, 7 months มาแล้ว
mickS-3 |
|
Can't access editor
เริ่มโดย: mickS-3 ใน: English Support |
2 | 3 | 3 years, 4 months มาแล้ว | ||
Language chooser are bullets (Elementor)
เริ่มโดย: mickS-3 ใน: English Support |
1 | 2 | 3 years, 9 months มาแล้ว | ||
a way to disable the Country availability within payments
เริ่มโดย: mickS-3 ใน: English Support |
|
2 | 5 | 4 years, 4 months มาแล้ว | |
Invalid payment method with Woocommerce Multilingual – Mollie Payments
เริ่มโดย: mickS-3 ใน: English Support |
|
2 | 5 | 4 years, 8 months มาแล้ว | |
Invalid payment method with Woocommerce Multilingual
เริ่มโดย: mickS-3 ใน: English Support |
|
2 | 15 | 4 years, 9 months มาแล้ว | |
Translate string added to functions .php
เริ่มโดย: mickS-3 ใน: English Support |
1 | 2 | 4 years, 9 months มาแล้ว |