このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
---|---|---|---|---|---|
custom plugin lock for all languages the fields in the management for all languages
開始者:vokos-monoprosopi-saV
カテゴリ:English Support
Problem: wcml_js_lock_fields_classes filter. This filter allows you to specify which custom field classes should be locked in the WooCommerce native product editor for translated products. You need to add this code to the functions.php file of your theme or within your custom plugin. /** * Add this code to the functions.php file of your theme. */ add_filter( 'wcml_js_lock_fields_classes', 'add_js_lock_fields_classes' ); function add_js_lock_fields_classes( $classes ){ // Add 2 locked field classes $classes[] = '_per_product_pricing_bto'; $classes[] = '_per_product_shipping_bto'; return $classes; } For more details, please refer to our documentation: https://wpml.org/wcml-hook/wcml_js_lock_fields_classes/ 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. If you still need assistance, please open a new support ticket at WPML support forum. |
|
0 | 2 | 2週、 6日前 | |
does not complete the translation
開始者:vokos-monoprosopi-saV
カテゴリ:English Support
Problem: Please note that 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 | 6 | 1ヶ月前 | |
ACF and WPML
開始者:vokos-monoprosopi-saV
カテゴリ:English Support
Problem: Solution: If you're experiencing a similar issue with your ACF field labels not appearing in the translated language, we recommend checking the return value settings for your ACF fields. It should be set to 'label' to display the translated strings. Please note that this solution might be irrelevant if it's outdated or not applicable to your specific case. If after trying this solution you still encounter issues, 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 the problem persists, please open a new support ticket with us. |
|
2 | 7 | 1年、 3ヶ月前 | |
ACF and WPML
開始者:vokos-monoprosopi-saV
カテゴリ:English Support
Problem: Solution: Please note that this solution may not apply to your situation if it's outdated or not relevant to your case. If you're still encountering issues, we encourage you to open a new support ticket. We also 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. |
|
2 | 10 | 1年、 3ヶ月前 | |
WPML chat support ticket by vokos-monoprosopi-saV – 1714475983
開始者:vokos-monoprosopi-saV カテゴリ:English Support |
1 | 1 |
1年、 3ヶ月前
|
||
ELEX Product Price Custom Text
開始者:vokos-monoprosopi-saV カテゴリ:English Support |
|
2 | 12 | 1年、 4ヶ月前 | |
translate the names for the attributes
開始者:vokos-monoprosopi-saV
カテゴリ:English Support
Problem: The client wants to translate the Terms of the attributes, not the names of the attributes. Solution: Please go to WPML-> String Translation and search for the attributes' names. Also, please go to WooCommerce Multilingual-> Attributes tab, select the attribute, and translate its name and slug. |
|
2 | 2 | 1年、 6ヶ月前 |