This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Is it possible that WPML is now translating array values and shows them on frontend?
Started by: frantisekB-4
in: 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 months ago | |
|
Translations are not working – loading on wpml.org site
Started by: frantisekB-4
in: 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 months, 1 week ago | |
|
Cannot review translations due to no permissions?
Started by: frantisekB-4 in: English Support |
|
0 | 4 | 3 months, 2 weeks ago | |
|
product images not showing in secondary languages
Started by: frantisekB-4 in: English Support |
|
2 | 2 | 2 years, 8 months ago | |
|
I need a refund
Started by: frantisekB-4 in: English Support |
|
2 | 2 | 3 years ago | |
|
WPML string translation fatal error broken site not working at all
Started by: frantisekB-4 in: English Support |
|
2 | 2 | 3 years, 5 months ago | |
|
Woocommerce email template logo not translating
Started by: frantisekB-4 in: English Support |
|
2 | 7 | 3 years, 8 months ago | |
|
Order Status Change Email Not Correct Language
Started by: frantisekB-4 in: English Support |
|
2 | 15 | 3 years, 8 months ago | |
|
email content is translated but not properly sent to customers
Started by: frantisekB-4 in: English Support |
|
2 | 7 | 3 years, 8 months ago | |
|
How can I use translations for other languages without translating it again?
Started by: frantisekB-4 in: English Support |
|
2 | 4 | 4 years ago | |
|
Set diffferent prices for each language within the same currency
Started by: frantisekB-4 in: English Support |
2 | 2 | 4 years ago | ||
|
Setup different logo per language
Started by: frantisekB-4
in: 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 years, 1 month ago |