Cet utilisateur n'a aucun sujet favori.
Sujets de forum favoris
Sujets de forum créés
| Statut |
Sujet
|
Support | Voix | Messages | Fraîcheur |
|---|---|---|---|---|---|
|
Cannot translate « First Name », « Last Name », and « Forgot Password? » in Porto Theme (WooCommerce…
Commencé par : dimitrisD-7 dans : English Support |
|
0 | 8 | Il y a 1 mois | |
|
Critical Database Sync Issues: Product Brands, Menu, and Sidebar widgets
Commencé par : dimitrisD-7
dans : English Support
Problem: If this solution does not resolve your issue or seems outdated, we recommend opening a new support ticket. We also 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, please visit our support forum at https://wpml.org/forums/forum/english-support/. |
|
0 | 12 | Il y a 2 mois et 1 semaine | |
|
Origin Language Products set another source language
Commencé par : dimitrisD-7 dans : Chat Support |
|
0 | 2 | Il y a 2 mois et 1 semaine | |
|
Bulk automatic translation for Product Categories and Hierarchy Sync issues
Commencé par : dimitrisD-7 dans : Chat Support |
|
0 | 4 | Il y a 2 mois et 2 semaines | |
|
How can I delete translated products with no original product association
Commencé par : dimitrisD-7 dans : Chat Support |
|
0 | 4 | Il y a 2 mois et 3 semaines | |
|
How can I delete translated products with no original product association
Commencé par : dimitrisD-7 dans : Chat Support |
|
0 | 2 | Il y a 2 mois et 3 semaines | |
|
The WordPress REST API must be enabled for WPML to work correctly.
Commencé par : dimitrisD-7 dans : Chat Support |
|
1 | 4 | Il y a 5 mois et 1 semaine | |
|
We started creating filters for product attributes, but we’ve noticed that not all of the filters …
Commencé par : dimitrisD-7 dans : Chat Support |
|
0 | 2 | Il y a 5 mois et 2 semaines | |
|
We are facing an issue with programmatically update of products
Commencé par : dimitrisD-7 dans : Chat Support |
|
0 | 2 | Il y a 6 mois et 3 semaines | |
|
Recurrent Issues with Product Translations – Temporary Fix via “Clean up”
Commencé par : dimitrisD-7 dans : Chat Support |
|
1 | 4 | Il y a 6 mois et 3 semaines | |
|
Recurrent Issues with Product Translations – Temporary Fix via “Clean up”
Commencé par : dimitrisD-7 dans : Chat Support |
|
0 | 2 | Il y a 7 mois et 4 semaines | |
|
Quick Edit Disabled for Some Products
Commencé par : dimitrisD-7
dans : English Support
Problem: Please note that this solution might be outdated or not applicable to your specific 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 | 4 | Il y a 11 mois et 4 semaines | |
|
Cron Job – translated products displaying as not having attributes
Commencé par : dimitrisD-7
dans : English Support
Problem: add_action('wssupp_custom_cron_job', 'wssupp_custom_task_function');<br />function wssupp_custom_task_function() {<br /><br /> // update the product attributes of a specific product as a demo<br /> $product_id = 21;<br /> $attribute = 'pa_color';<br /> $term_slug = 'yellow';<br /><br /> $original_term = get_term_by( 'slug', $term_slug, $attribute );<br /> $default_language = apply_filters( 'wpml_default_language', NULL );<br /><br /> // Step 1. Programmatically set product attribute for sample default-language post<br /> wp_set_object_terms( $product_id, $term_slug, $attribute );<br /><br /> // Step 2. Get the translations of the product to other languages<br /> $product_trid = apply_filters( 'wpml_element_trid', NULL, $product_id, 'post_product' );<br /> $product_translations = apply_filters( 'wpml_get_element_translations', NULL, $product_trid, 'post_product' );<br /><br /> // Step 3. Get the term translations<br /> $term_trid = apply_filters( 'wpml_element_trid', NULL, $original_term->term_id, 'tax_'.$attribute );<br /> $term_translations = apply_filters( 'wpml_get_element_translations', NULL, $term_trid, 'tax_'.$attribute );<br /><br /> // Step 4. Iterate over the product translations and update product attribute for each<br /> foreach ($product_translations as $lang => $product_translation) {<br /><br /> if ( $lang == $default_language ) {<br /> continue; // skip default language<br /> }<br /><br /> wp_set_object_terms( $product_translation->element_id, $term_translations[$lang]->term_id, $attribute );<br /> }<br />}<br />For further details, refer to our WPML Hooks Reference. You should adjust the code to your needs. If this solution does not resolve your issue or seems outdated, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. We highly recommend opening a new support ticket if needed. |
|
2 | 14 | Il y a 1 année et 10 mois | |
|
Update Product Results in 502 Error
Commencé par : dimitrisD-7 dans : English Support |
|
2 | 14 | Il y a 2 années | |
|
TablePress plugin translation
Commencé par : dimitrisD-7 dans : English Support |
|
3 | 13 | Il y a 2 années et 1 mois |