このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
---|---|---|---|---|---|
Product Translation Keep in progress status
開始者:itsFarouk カテゴリ:English Support |
|
0 | 5 | 2週、 1日前 | |
Problem in Arabic pages (too many redirection) and multisite integration
開始者:itsFarouk カテゴリ:English Support |
|
0 | 3 | 1ヶ月前 | |
Some strings are not translated
開始者:itsFarouk カテゴリ:English Support |
|
0 | 4 | 1ヶ月、 3週前 | |
Fatal Error in Translation
開始者:itsFarouk カテゴリ:English Support |
|
0 | 5 | 2ヶ月、 2週前 | |
Words not translated
開始者:itsFarouk カテゴリ:English Support |
|
2 | 8 | 1年、 5ヶ月前 | |
I can't turn off the other admins from using the automatic translation
開始者:itsFarouk
カテゴリ:English Support
Problem: However, we also clarified that there is no way to completely limit an administrator from using the automatic translation feature. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If so, 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 issue persists, please open a new support ticket with us. |
|
2 | 4 | 1年、 7ヶ月前 | |
Why the URL are changing, like cart page in Arabic the URL is cart-2
開始者:itsFarouk
カテゴリ: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. |
|
2 | 3 | 1年、 7ヶ月前 | |
On the checkout page there is "Flat rate" also I couldn't translate it
開始者:itsFarouk
カテゴリ:English Support
Problem: If this solution does not apply to your situation because it's outdated or not relevant to your case, we recommend opening a new support ticket. We also 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 further assistance is needed, please contact us in the WPML support forum. |
|
2 | 3 | 1年、 7ヶ月前 | |
In Arabic the currency code should be "د.إ"
開始者:itsFarouk
カテゴリ:English Support
Problem: wpml_current_language filter hook to determine the current language and then display the appropriate currency code. Here is a step-by-step guide: woocommerce_currency_symbol . wpml_current_language filter to get the current language. add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency ) { $my_current_lang = apply_filters( 'wpml_current_language', NULL ); switch( $currency ) { case 'AED': if( $my_current_lang == 'en' ) { $currency_symbol = 'AED'; } else{ $currency_symbol = 'د.إ'; } break; } return $currency_symbol; } We also informed the client that custom code assistance is beyond the scope of WPML support and suggested contacting one of our certified partners if they need further help with the implementation. Please note that this solution might be irrelevant due to being outdated or not applicable to your case. If this solution does not solve your issue, 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 you still need assistance, please open a new support ticket. |
|
2 | 3 | 1年、 7ヶ月前 | |
Checkout Field Editor for WooCommerce with WPML
開始者:itsFarouk
カテゴリ:English Support
Problem: "woo-checkout-field-editor-pro" . If this solution does not apply to your situation because it might be outdated or not relevant to your case, we suggest 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 through the WPML support forum. |
|
2 | 10 | 1年、 7ヶ月前 |