Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
Stato |
Argomento
|
Supporter | Voci | Post | Freschezza |
---|---|---|---|---|---|
Problem with attribute translation
1
2
3
Iniziato da: tarasL
in: English Support
Problem: Solution: Please note that this isn't an officially supported workaround, but is a temporary fix and should be used with great care!! - Take full backup of site and database beforehand. public function get_source_lang( $name, $domain ) { $domain_lang = $this->lang_of_domain->get_language( $domain ); if ( ! $domain_lang ) { $flag = 0 === strpos( $domain, 'admin_texts_' ) || WPML_ST_Blog_Name_And_Description_Hooks::is_string( $name ); $domain_lang = $flag ? $this->sitepress->get_user_admin_language( get_current_user_id() ) : 'en'; } return $domain_lang; } - With: public function get_source_lang( $name, $domain ) { $domain_lang = $this->lang_of_domain->get_language( $domain ); if ( ! $domain_lang ) { $flag = 0 === strpos( $domain, 'admin_texts_' ) || WPML_ST_Blog_Name_And_Description_Hooks::is_string( $name ); $domain_lang = $flag ? $this->sitepress->get_user_admin_language( get_current_user_id() ) : apply_filters('wpml_default_language', NULL ); } return $domain_lang; } - Save the file. - Open wp-content/plugins/woocommerce-multilingual/inc/class-wcml-wc-strings.php for editing. public function add_hooks() { add_action( 'init', [ $this, 'add_on_init_hooks' ] ); // Needs to run before WC registers taxonomies on init priority 5. foreach ( wc_get_attribute_taxonomies() as $tax ) { add_filter( 'woocommerce_taxonomy_args_' . wc_attribute_taxonomy_name( $tax->attribute_name ), function ( $args ) use ( $tax ) { return $this->translate_attribute_labels( $args, $tax->attribute_label ); } ); } } - With the following code: public function add_hooks() { add_action( 'init', [ $this, 'add_on_init_hooks' ] ); // Needs to run before WC registers taxonomies on init priority 5. foreach ( wc_get_attribute_taxonomies() as $tax ) { add_filter( 'woocommerce_taxonomy_args_' . wc_attribute_taxonomy_name( $tax->attribute_name ), function ( $args ) use ( $tax ) { if ( !isset( $_POST["action"] ) || ( $_POST["action"] != "wpml_get_terms_and_labels_for_taxonomy_table" && $_POST["action"] != "wpml_tt_save_labels_translation" ) ) { return $this->translate_attribute_labels( $args, $tax->attribute_label ); } else { return $args; } } ); } } - Save the file. After that: Please note that the issues have been escalated to our dev team for a proper fix in a future release. If this solution does not resolve your issue or 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 the problem persists, please open a new support ticket at WPML support forum for further assistance. |
|
2 | 45 | 10 mese fa | |
Yoast's seo titles and meta description do not translate
Iniziato da: tarasL in: Chat Support |
|
1 | 2 |
10 mese fa
|
|
Mailpoet x WPML
Iniziato da: tarasL in: Chat Support |
|
1 | 2 |
11 mese fa
|
|
Different orders are translated differently in the section under “Orders” in Woocommerce.
Iniziato da: tarasL in: English Support |
|
2 | 4 | 11 mese, 2 settimana fa | |
Issue with plugin translation
1
2
…
4
5
Iniziato da: tarasL in: English Support |
|
3 | 66 | 11 mese, 3 settimana fa | |
When using your plugin there is a high load on the server.
1
2
Iniziato da: tarasL in: English Support |
|
2 | 21 | 1 anno, 1 mese fa | |
new language problem
Iniziato da: tarasL in: English Support |
|
1 | 2 | 1 anno, 3 mese fa | |
There is a huge load on the server
Iniziato da: tarasL in: Chat Support |
|
1 | 2 |
1 anno, 5 mese fa
|
|
E_ERROR
Iniziato da: tarasL in: English Support |
|
2 | 9 | 1 anno, 5 mese fa | |
The pattern doesn't translate
1
2
Iniziato da: tarasL
in: English Support
Problem: If the solution provided is not relevant due to being 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. Should you need further assistance, please do not hesitate to open a new support ticket. Contact WPML support |
|
2 | 17 | 1 anno, 5 mese fa | |
not getting the navigation translated from the block
Iniziato da: tarasL in: Chat Support |
|
1 | 2 |
1 anno, 5 mese fa
|
|
WPML chat support ticket by tarasL – 1710169257
Iniziato da: tarasL in: English Support |
1 | 1 |
1 anno, 5 mese fa
|
||
Admin panel shows 7000 duplicate requests
Iniziato da: tarasL in: English Support |
2 | 5 | 1 anno, 6 mese fa | ||
Warning: preg_replace():
Iniziato da: tarasL
in: English Support
Problem: Solution: If the provided solution is outdated or not applicable to your case, 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. |
|
2 | 2 | 1 anno, 6 mese fa | |
WPML chat support ticket by tarasL – 1708720006
Iniziato da: tarasL in: Chat Support |
|
1 | 2 |
1 anno, 6 mese fa
|