This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Critical Performance Issue – Extremely High Queries from WPML Components
Started by: vokos-monoprosopi-saV in: English Support |
|
0 | 4 | 5 months, 1 week ago | |
|
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 | 9 months, 2 weeks 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 | 10 months 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, 11 months ago | |
|
ACF and WPML
Started by: vokos-monoprosopi-saV in: English Support |
|
2 | 10 | 1 year, 12 months ago | |
|
WPML chat support ticket by vokos-monoprosopi-saV – 1714475983
Started by: vokos-monoprosopi-saV in: English Support |
1 | 1 |
2 years ago
|
||
|
ELEX Product Price Custom Text
Started by: vokos-monoprosopi-saV in: English Support |
|
2 | 12 | 2 years, 1 month ago | |
|
translate the names for the attributes
Started by: vokos-monoprosopi-saV in: English Support |
|
2 | 2 | 2 years, 2 months ago |