Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos de fórum criados
Status |
Tópico
|
Apoiador | Vozes | Posts | Frescor |
---|---|---|---|---|---|
Assign Credits to a site
Iniciado por: aboubacarS
em: 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 mês, 1 semana atrás | |
Display attributes’ dropdown from English to other languages like French in the vendor’s panel (da…
Iniciado por: aboubacarS
em: 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 meses, 3 semanas atrás | |
Translation of attributes
Iniciado por: aboubacarS
em: 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 ano, 1 mês atrás |