このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着順 |
---|---|---|---|---|---|
WPML too slow with notice
開始者: aboubacarS カテゴリ: English Support |
|
0 | 7 | 4週前 | |
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 | 3ヶ月、 4週前 | |
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 | 8ヶ月、 1週前 | |
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年、 4ヶ月前 |