このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
| ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
|---|---|---|---|---|---|
|
Is it possible that WPML is now translating array values and shows them on frontend?
開始者:frantisekB-4
カテゴリ:English Support
Problem: If this solution does not apply to your case, or if it seems outdated, we highly recommend opening a new support ticket. Additionally, 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. For further assistance, you can also visit our support forum at WPML Support Forum. |
|
0 | 6 | 3ヶ月前 | |
|
Translations are not working – loading on wpml.org site
開始者:frantisekB-4
カテゴリ:English Support
Problem: functions.php in your theme or child theme folder. This code allows the translation of numeric values. After adding the code, re-send the string to translation:
function wpml_allow_translating_numbers( $is_translatable, $job_translate ) {
$data = $job_translate['field_data'];
if ( 'base64' === $job_translate['field_format'] ) {
$data = base64_decode( $data );
}
if ( is_numeric( $data ) ) {
return true;
}
return $is_translatable;
}
add_filter( 'wpml_tm_job_field_is_translatable', 'wpml_allow_translating_numbers', 10, 2 );
Please ensure to backup your database and website before proceeding. For more details, you can refer to our forum discussion on translating numbers. 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. If you still need assistance, please open a new support ticket at WPML support forum. |
|
0 | 13 | 3ヶ月、 1週前 | |
|
Cannot review translations due to no permissions?
開始者:frantisekB-4 カテゴリ:English Support |
|
0 | 4 | 3ヶ月、 2週前 | |
|
product images not showing in secondary languages
開始者:frantisekB-4 カテゴリ:English Support |
|
2 | 2 | 2年、 8ヶ月前 | |
|
I need a refund
開始者:frantisekB-4 カテゴリ:English Support |
|
2 | 2 | 3年前 | |
|
WPML string translation fatal error broken site not working at all
開始者:frantisekB-4 カテゴリ:English Support |
|
2 | 2 | 3年、 5ヶ月前 | |
|
Woocommerce email template logo not translating
開始者:frantisekB-4 カテゴリ:English Support |
|
2 | 7 | 3年、 8ヶ月前 | |
|
Order Status Change Email Not Correct Language
開始者:frantisekB-4 カテゴリ:English Support |
|
2 | 15 | 3年、 8ヶ月前 | |
|
email content is translated but not properly sent to customers
開始者:frantisekB-4 カテゴリ:English Support |
|
2 | 7 | 3年、 8ヶ月前 | |
|
How can I use translations for other languages without translating it again?
開始者:frantisekB-4 カテゴリ:English Support |
|
2 | 4 | 4年前 | |
|
Set diffferent prices for each language within the same currency
開始者:frantisekB-4 カテゴリ:English Support |
2 | 2 | 4年前 | ||
|
Setup different logo per language
開始者:frantisekB-4
カテゴリ:English Support
If you are using Elementor Pro or a different theme with customizable theme options, you may want to set a different logo per language. Once you translate the logo, you may need to tell WPML which logo to display on the front-end in each language. You can do this by going to String Translation and translating the logo ID. If you cannot find the logo string in String Translation, you may need to click the Translate texts in admin screens link at the bottom of the page and add the text to the String Translation table. For a step-by-step guide, please see the page about translating theme options like logos, headers, footers, and templates. |
|
2 | 10 | 4年、 1ヶ月前 |