למשתמש זה אין נושאים מועדפים.
נושאי הפורום המועדפים
נושאי הפורום נוצרו
מצב |
נוֹשֵׂא
|
תוֹמֵך | קולות | פוסטים | טְרִיוּת |
---|---|---|---|---|---|
Issues with WPC Frequently Bought Together plugin when switching from Engish to Arabic or Vice Versa
התחיל על ידי: tareqA-6
ב: English Support
Problem: If these solutions do not resolve your issue or if they seem 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. |
|
0 | 2 | לפני 3 חודשים, 3 שבועות | |
String Translation is Not Working for a Popup Window
התחיל על ידי: tareqA-6 ב: English Support |
0 | 2 | לפני 5 חודשים, 2 שבועות | ||
WordPress Backend Menu Switches from Left to Right + String Translation
התחיל על ידי: tareqA-6
ב: English Support
Problem: If this solution does not apply to your case, or if it seems outdated, we recommend opening a new support ticket. We also highly suggest 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: https://wpml.org/forums/forum/english-support/ |
|
0 | 9 | לפני 6 חודשים, שבוע 1 | |
Footer widget links translation issues
התחיל על ידי: tareqA-6 ב: Chat Support |
|
1 | 2 |
לפני שנה 1
|
|
Unable to translate a theme text
התחיל על ידי: tareqA-6 ב: Chat Support |
|
1 | 2 |
לפני שנה 1
|
|
String Translation in CSS sinppets
התחיל על ידי: tareqA-6
ב: English Support
Problem: Solution: If these solutions do not resolve the issue or if they seem outdated or irrelevant, we encourage the client to open 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 the latest versions of themes and plugins are installed. For further assistance, please contact our support forum. |
|
2 | 2 | לפני שנה 1, חודש 1 | |
WPML reverses the Origin Language of a String
התחיל על ידי: tareqA-6
ב: English Support
Problem: If you're experiencing a similar issue, we recommend you try the steps mentioned above. However, please note that the solution might be irrelevant due to it being outdated or not applicable to your case. If the issue persists, we highly recommend checking related known issues at WPML 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 in the WPML support forum. |
|
2 | 4 | לפני שנה 1, 2 חודשים | |
Issues with the Translated Geolocation Popup Message of ATUM Multi-Inventory
התחיל על ידי: tareqA-6 ב: English Support |
|
2 | 4 | לפני שנה 1, 2 חודשים | |
Translation of Custom Currency Symbols in WooCommerce Using WPML
התחיל על ידי: tareqA-6
ב: English Support
Problem: Solution: add_filter("woocommerce_currency_symbol", "change_existing_currency_symbol", 10, 2); function change_existing_currency_symbol($currency_symbol, $currency) { switch ($currency) { case "AED": if (ICL_LANGUAGE_CODE == "en") { $currency_symbol = __("AED", "your-domain-name-here"); } else { $currency_symbol = __("درهم إماراتي", "your-domain-name-here"); } break; } return $currency_symbol; } After adding the code to the theme's functions.php file, the client should scan the theme for strings and translate them. For more information, please refer to our documentation on enabling text translation for themes not compatible with WPML. If this solution does not apply or is outdated, or if you encounter further issues, 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 needed, please open a new support ticket in our support forum. |
|
2 | 2 | לפני שנה 1, 2 חודשים | |
Blocksy theme extra product tabs are not translated
התחיל על ידי: tareqA-6
ב: English Support
Problem: Solution: app/public/wp-content/plugins/blocksy-companion-pro/framework/premium/extensions/woocommerce-extra/features/custom-tabs/feature.php file. $all_products_tabs = get_posts([ 'numberposts' => -1, 'post_type' => $this->post_type, // WPML Workaround for compsupp-7255 - PART 1 'suppress_filters' => false ]); 3. Navigate to the app/public/wp-content/plugins/blocksy-companion-pro/framework/features/conditions/rules-resolver.php file. ConditionsRulesResolver::resolve_single_condition() , replace the code snippet around line 364 with: // WPML Workaround for compsupp-7255 - Part 2 if ( class_exists('Sitepress') ) { $rule['payload']['post_id'] = apply_filters( 'wpml_object_id', $rule['payload']['post_id'], get_post_type($rule['payload']['post_id']) , TRUE ); } if ( isset($rule['payload']) && isset($rule['payload']['post_id']) && $post_id && intval($post_id) === intval($rule['payload']['post_id']) ) { return true; } We tested this solution on a clean installation and it worked. We recommend you try it on your installation and let us know the results. Errata: https://wpml.org/errata/blocksy-theme-translated-product-tabs-displayed-in-original-language/ Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If the issue persists, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If necessary, please open a new support ticket with us. |
|
2 | 9 | לפני שנה 1, 2 חודשים |