Người dùng này không có chủ đề yêu thích.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã được tạo
Trạng thái |
Đề tài
|
Người ủng hộ | Tiếng nói | Bài viết | Độ tươi |
---|---|---|---|---|---|
Redirect user to translation based on browser language question
Bắt đầu bởi: nikolaosM
tRONG: English Support
Problem: 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. Should you need further assistance, please do not hesitate to open a new support ticket at our support forum. |
0 | 3 | 5 days, 1 hours trước | ||
Redirect user to translation based on a cookie value
Bắt đầu bởi: nikolaosM tRONG: English Support |
0 | 3 | 3 weeks, 3 days trước | ||
Missing renamed attributes on YITH ajax filters
Bắt đầu bởi: nikolaosM
tRONG: English Support
Problem: If the solution provided here 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. |
1 | 5 | 1 months, 1 weeks trước | ||
Problem whille logging in using WPS Hide Login
Bắt đầu bởi: nikolaosM tRONG: English Support |
2 | 10 | 2 months, 2 weeks trước | ||
ERR_TOO_MANY_REDIRECTS on home page
1
2
Bắt đầu bởi: nikolaosM
tRONG: English Support
Problem: home_url() function is being filtered by other plugins or the theme, which might be causing the error. As a troubleshooting step, we recommended using a hardcoded URL (https://****/el) to see if the issue persists. If this solution does not resolve the issue or seems irrelevant 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. If the problem continues, please open a new support ticket at WPML support forum. |
2 | 19 | 3 months trước | ||
Woocommerce Gift Card received email is not translating the strings created by the plugin
Bắt đầu bởi: nikolaosM tRONG: English Support |
2 | 17 | 4 months trước | ||
Woocommerce Gift Card received email is not translated
1
2
Bắt đầu bởi: nikolaosM
tRONG: English Support
Problem: $option_key = 'woocommerce_gift_card_received_settings'; add_filter( 'option_' . $option_key, [ wpml_st_load_admin_texts(), 'icl_st_translate_admin_string' ] ); Additionally, we advised adding the following XML configuration to the WPML-> Settings-> Custom XML tab to ensure proper translation management: <wpml-config> <admin-texts> <key name="woocommerce_gift_card_received_settings"> <key name="subject"></key> <key name="heading"></key> <key name="intro_content"></key> <key name="additional_content"></key> </key> </admin-texts> </wpml-config> We asked the client to verify if the last email is translated correctly by checking their WPML plugin log. Please note that this solution might be outdated or not applicable to your specific case. If this solution does not resolve your issue, 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 the problem persists, please open a new support ticket. |
2 | 29 | 6 months, 1 weeks trước | ||
Can't find strings for Klarna Payments plugin
1
2
3
Bắt đầu bởi: nikolaosM
tRONG: English Support
Problem: wp-content/plugins/klarna-payments-for-woocommerce/vendor/krokedil/klarna-onsite-messaging/src/Utility.php 2. Replace the existing get_locale_from_currency function with the following code: public static function get_locale_from_currency() {<br /> $locale = get_locale();<br /> $currency = get_woocommerce_currency();<br /> $country_code = self::get_purchase_country();<br /><br /> if ($is_wpml_configured = apply_filters('wpml_setting', false, 'setup_complete') == 1) {<br /> if ($locale == "en_US") {<br /> $locale = "en-GR";<br /> return $locale;<br /> }<br /> }<br />} Please ensure to back up your site before implementing these changes. If this solution does not resolve your issue or seems outdated, we 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. |
3 | 34 | 6 months, 3 weeks trước | ||
WPML chat support ticket by nikolaosM – 1716200783
Bắt đầu bởi: nikolaosM tRONG: English Support |
1 | 1 |
7 months, 4 weeks trước
|
||
Look for strings while pages are rendered setting
Bắt đầu bởi: nikolaosM
tRONG: English Support
Problem: Solution: If you're experiencing similar issues with WooCommerce string translations not appearing in your desired language, we recommend you first check for any available updates for WPML plugins by visiting your WordPress admin plugin installation page. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If after following these steps 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 open a new support ticket in the WPML support forum. |
2 | 6 | 9 months, 1 weeks trước | ||
Product visibility status does not copy from original language
Bắt đầu bởi: nikolaosM
tRONG: 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 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 further assistance is needed, please contact us on the WPML support forum. |
2 | 5 | 11 months, 1 weeks trước | ||
Error while geting product variations
1
2
Bắt đầu bởi: nikolaosM tRONG: English Support |
2 | 27 | 11 months, 1 weeks trước | ||
Sale prices from YITH bulk edit do not update secondary language vatiations
1
2
Bắt đầu bởi: nikolaosM tRONG: English Support |
2 | 21 | 1 years, 1 months trước | ||
WooCommerce Gift Card
Bắt đầu bởi: nikolaosM tRONG: English Support |
2 | 4 | 1 years, 1 months trước | ||
Visitor can not add to cart translated product (Woodmart theme)
1
2
Bắt đầu bởi: nikolaosM
tRONG: English Support
Problem: Solution: If this solution doesn't look relevant to your situation, please open a new support ticket with us. |
2 | 25 | 1 years, 1 months trước |