هذا المستخدم ليس لديه مواضيع مفضلة.
مواضيع المنتدى المفضلة
تم إنشاء مواضيع المنتدى
الحالة |
عنوان
|
مؤيد، مشجع، داعم | أصوات | المقالات | نضارة |
---|---|---|---|---|---|
Assign Credits to a site
بدأ ب: aboubacarS
في: English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, please open a new support ticket. 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. For further assistance, you can also visit our support forum at WPML Support Forum. |
|
0 | 3 | قبل 1 شهر، 1 أسبوع | |
Display attributes’ dropdown from English to other languages like French in the vendor’s panel (da…
بدأ ب: aboubacarS
في: English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant 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 problems persist, please open a new support ticket at WPML support forum for further assistance. |
|
2 | 9 | قبل 5 أشهر، 3 أسابيع | |
Translation of attributes
بدأ ب: aboubacarS
في: English Support
Problem: Solution: functions.php file to translate the attribute labels. Here are the steps to follow: 1. Open the functions.php file of your theme. add_filter('woocommerce_attribute_taxonomies', 'testtranslateattributenew');<br />function testtranslateattributenew($found_product_categories){<br /> $my_current_lang = apply_filters('wpml_current_language', NULL);<br /> foreach ($found_product_categories as $key => $cat){<br /> $found_product_categories[$key]->attribute_label = apply_filters('wpml_translate_single_string', $cat->attribute_label, 'WordPress', 'taxonomy singular name: '. $cat->attribute_label , $my_current_lang );<br /> }<br /> return $found_product_categories;<br />} 3. Save the changes. After applying this code, create a product in the second language and check the Attribute dropdown. The translated attribute should now appear in the dropdown list in the correct language. Please note that this solution might be outdated or not applicable to your case. If the issue persists, we highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If necessary, please open a new support ticket for further assistance. |
|
2 | 7 | قبل 1 سنة، 1 شهر |