ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
الحالة |
الموضوع
|
الداعم | الأصوات | المشاركات | الحداثة |
---|---|---|---|---|---|
Inconsistent sorting between Chinese and English when choosing to sort by price
بدأه: edmondC-2 في: English Support |
|
0 | 7 | قبل 10 ساعات، 28 دقيقة | |
Inconsistent sorting between Chinese and English on the product page
1
2
بدأه: edmondC-2
في: English Support
Problem: You are trying to make the product ranking on the English page consistent with the product ranking on the Chinese page. The sorting is consistent on the homepage but varies when selecting a category to view products. Solution: To achieve consistent product order across languages, we recommend defining a secondary sorting condition. If sorting by SKU is your preferred method, you can add a custom code snippet to your theme's functions.php file. Here is the code you need: function custom_modify_shop_query($query) { // Only modify the shop order if an order has not been specified //if ( !isset($_GET['orderby']) && !is_admin() && $query->is_main_query() && is_shop()) { if ( !is_admin() && $query->is_main_query() && (is_shop() || is_product_category() || is_product_tag()) ) { // Set meta_key so SKU ordering works $query->set('meta_key', '_sku'); // Set orderby to array: first by date, then by SKU $query->set('orderby', array( 'date' => 'DESC', 'meta_value' => 'ASC', )); } } This code ensures that products are first sorted by date and then by SKU, applying across shop, category, and tag pages. Please check your staging site to confirm the sorting behaves as expected. 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
2 | 21 | قبل 1 أسبوع، 6 أيام | |
After translating the product, the image on the English page of the product detail page will not be …
بدأه: edmondC-2 في: Chat Support |
|
1 | 2 | قبل 1 شهر | |
When I enter the translation management, the automatic translation button is displayed, unlike yeste…
بدأه: edmondC-2 في: Chat Support |
|
0 | 2 | قبل 1 شهر | |
There is an automatic translation button that cannot be turned off when entering the translation man…
بدأه: edmondC-2 في: Chat Support |
|
1 | 2 | قبل 1 شهر | |
There is an automatic translation button that cannot be turned off when entering the translation man…
بدأه: edmondC-2 في: Chat Support |
|
1 | 2 | قبل 1 شهر | |
How to add translations simultaneously when synchronizing products
بدأه: edmondC-2
في: English Support
Problem: If this solution does not apply to your case, or if it 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. Should you need further assistance, please do not hesitate to open a new support ticket here. |
|
0 | 2 | قبل 1 شهر، أسبوعين | |
The installed wpml lacks some settings
بدأه: edmondC-2
في: English Support
Problem: functions.php file: function wpmlsupp_1706_reset_wpml_capabilities() { if ( function_exists( 'icl_enable_capabilities' ) ) { icl_enable_capabilities(); } } add_action( 'shutdown', 'wpmlsupp_1706_reset_wpml_capabilities' ); 2. Open a page in the back and/or front-end once. If the issue persists, it might be helpful to check if this is the first time you have installed WPML on this site or if you already have translated data by WPML. If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your 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. Additionally, please feel free to open a new support ticket for further assistance at WPML support forum. |
|
0 | 3 | قبل 3 أشهر | |
Problems encountered when translating categories
بدأه: edmondC-2
في: English Support
Issue: If this solution is outdated or does not apply to your situation, please visit the Related Known Issues, verify that you have the latest versions of your themes and plugins installed, and check for permanent fixes. If the problem persists, we recommend that you open a new support ticket. |
|
0 | 2 | قبل 5 أشهر | |
Problems encountered in translation
بدأه: edmondC-2 في: English Support |
|
1 | 4 | قبل 6 أشهر، 3 أسابيع | |
The website uses WPML multilingual and found that this template does not have a translation button d…
بدأه: edmondC-2
في: English Support
Problem: This solution might be irrelevant if it's outdated or not applicable to your 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 issue persists, please open a new support ticket at WPML support forum for further assistance. |
|
0 | 2 | قبل 6 أشهر، 4 أسابيع | |
Incorrect product link in English store
بدأه: edmondC-2 في: English Support |
|
2 | 2 | قبل 3 سنوات | |
I want to know how to display the default language without translation
بدأه: edmondC-2 في: English Support |
|
2 | 2 | قبل 3 سنوات، 1 شهر |