ผู้ใช้รายนี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรั่มที่ชื่นชอบ
สร้างหัวข้อฟอรัมแล้ว
สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | กระทู้ | ความสดชื่น |
---|---|---|---|---|---|
links not updated in auto translated content
เริ่มโดย: xiaoweiX
ใน: English Support
Problem: Please note that this solution might be 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 persists, please do not hesitate to open a new support ticket at WPML support forum. |
2 | 7 | 8 months, 2 weeks มาแล้ว | ||
auto translation queue growing huge
เริ่มโดย: xiaoweiX
ใน: English Support
Problem: If this solution does not resolve your issue or seems outdated, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket for personalized assistance. |
2 | 7 | 8 months, 3 weeks มาแล้ว | ||
How can I set USA flag for the English language?
เริ่มโดย: xiaoweiX
ใน: English Support
Problem: If this solution does not apply or is outdated, or if further assistance is needed, we recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that the latest versions of themes and plugins are installed. If the issue persists, please open a new support ticket in the WPML support forum. |
2 | 2 | 8 months, 3 weeks มาแล้ว | ||
automatic translation and media
เริ่มโดย: xiaoweiX
ใน: English Support
Problem: wp_posts and wp_postmeta tables. Solution: We also clarified that it's not possible to have a single image load in the translation without duplication unless custom coding is implemented. If the client needs a custom solution, we suggested hiring a certified developer experienced in customizing WPML from https://wpml.org/contractors/. Please note that this solution might be outdated or not applicable to your case. If so, 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 issue persists, please open a new support ticket at our support forum. |
2 | 5 | 8 months, 3 weeks มาแล้ว | ||
automatic translation not translating posts / pages / products …
เริ่มโดย: xiaoweiX ใน: English Support |
1 | 2 | 8 months, 3 weeks มาแล้ว | ||
automatic translation questions
เริ่มโดย: xiaoweiX
ใน: English Support
Problem: Solution: For content that has been manually translated independently, WPML respects these translations and will not overwrite them when automatic translation is enabled. If the translation mode for a page is changed to "WPML Translation Editor" and the source content is updated, then automatic translation will apply. When automatic translation is activated, untranslated pages or posts will be placed in the translation queue and begin translating immediately. Switching from the WordPress Editor to the Advanced Translation Editor will not transfer translations due to different translation memories. To test automatic translation, you can either disconnect the existing translation or delete them, and the automatic translation feature will start to translate them automatically. If this solution is not relevant to your case, or if you find it outdated, we highly recommend checking related known issues at WPML Known Issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you need further assistance, please feel free to open a new support ticket in our support forum. |
2 | 12 | 9 months มาแล้ว | ||
undo media duplication
เริ่มโดย: xiaoweiX
ใน: English Support
Problem: Solution: For cleaning up the database entries, we suggested using the WPML Troubleshooter with the following steps: Regarding the Media Translation options appearing even when the addon is deactivated, we clarified that these options are part of the core functionality of WPML and are designed to appear regardless of the Media Translation plugin's status. If the provided solution is not relevant due to being outdated or not applicable to the client's case, we recommend opening a new support ticket. We also highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that the latest versions of themes and plugins are installed. If further assistance is needed, please contact us through the WPML support forum. |
2 | 5 | 9 months มาแล้ว | ||
translate my account sub page slug
เริ่มโดย: xiaoweiX ใน: English Support |
2 | 3 | 9 months, 3 weeks มาแล้ว | ||
Is it possible to assign different featured images to a translated product?
เริ่มโดย: xiaoweiX ใน: English Support |
2 | 2 | 9 months, 3 weeks มาแล้ว | ||
taxonomy synchronization (translated product attributes) very slow
เริ่มโดย: xiaoweiX
ใน: English Support
Problem: If this solution does not apply to your situation because it might be outdated or not relevant to your case, we suggest opening a new support ticket. We also highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please contact us through the WPML support forum. |
2 | 10 | 10 months มาแล้ว | ||
Language urls showing up in main site map
1
2
เริ่มโดย: xiaoweiX
ใน: English Support
Problem: /* * WPML Workaround for compsupp-6571 */ add_filter('rank_math/sitemap/entry', 'wpml_compsupp6571_remove_sitemap_entry_from_different_domain', 10, 3); function wpml_compsupp6571_remove_sitemap_entry_from_different_domain ( $url, $type, $object ) { if (! class_exists('SitePress') || apply_filters( 'wpml_setting', false, 'language_negotiation_type' ) != 2 ) { return $url; } $current_language = apply_filters( 'wpml_current_language', NULL ); if ($type == 'post') { $post_language_details = apply_filters( 'wpml_post_language_details', NULL, $object->ID ) ; if ( isset($post_language_details['language_code']) && $post_language_details['language_code'] != $current_language) { return false; } } elseif ($type == 'term') { $args = array('element_id' => $object->term_taxonomy_id, 'element_type' => $object->taxonomy ); $term_language_details = apply_filters( 'wpml_element_language_details', NULL, $args ) ; if (isset($term_language_details->language_code) && $term_language_details->language_code != $current_language) { return false; } } return $url; } After implementing this code, the sitemap should correctly exclude entries from languages other than the current one. We confirmed that the solution works by checking the sitemap at https://staging.newtimeshair.com/product_cat-sitemap1.xml. |
3 | 23 | 1 years, 1 months มาแล้ว | ||
product featured image
เริ่มโดย: xiaoweiX ใน: English Support |
2 | 2 | 1 years, 5 months มาแล้ว | ||
get taxonomy translation with API
เริ่มโดย: xiaoweiX ใน: English Support |
2 | 3 | 1 years, 6 months มาแล้ว | ||
programatically loading a translated taxonomy
เริ่มโดย: xiaoweiX ใน: English Support |
2 | 2 | 1 years, 6 months มาแล้ว | ||
wpml slow queries
เริ่มโดย: xiaoweiX ใน: English Support |
2 | 2 | 1 years, 6 months มาแล้ว |