This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
custom plugin lock for all languages the fields in the management for all languages
Started by: vokos-monoprosopi-saV
in: 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 weeks, 5 days ago | |
does not complete the translation
Started by: vokos-monoprosopi-saV
in: 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 month ago | |
ACF and WPML
Started by: vokos-monoprosopi-saV
in: 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 year, 3 months ago | |
ACF and WPML
Started by: vokos-monoprosopi-saV
in: 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 year, 3 months ago | |
WPML chat support ticket by vokos-monoprosopi-saV – 1714475983
Started by: vokos-monoprosopi-saV in: English Support |
1 | 1 |
1 year, 3 months ago
|
||
ELEX Product Price Custom Text
Started by: vokos-monoprosopi-saV in: English Support |
|
2 | 12 | 1 year, 4 months ago | |
translate the names for the attributes
Started by: vokos-monoprosopi-saV
in: 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 year, 6 months ago |