To perform forum search or open new support ticket Go to the support page
|
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|
|
Slideshow button text not translated
Started by: lucap-5
in: English Support
Problem: Solution: Please note that this solution might be outdated or not applicable to your case. If this is the situation, 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 with us. |
|
2 | 6 | 1 year, 11 months ago |
|
How to make translations invisible for each page or post
Started by: 亮治 谷山
in: English Support
Problem: Additionally, to meet our minimum requirements and avoid future issues, insert the following code into your wp-config.php file, right after the database information: define('WP_MEMORY_LIMIT', '256M');<br />define('WP_MAX_MEMORY_LIMIT', '256M');If this solution does not apply to your situation because it might be outdated or not relevant to your case, we recommend opening a new support ticket. We also 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. If you need further assistance, please contact us in the WPML support forum. |
|
3 | 4 | 1 year, 11 months ago |
|
Translation of a message
Started by: wernerD-5
in: English Support
Problem: Solution: If this solution does not apply to your case, or if it seems outdated, we highly recommend checking the 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 do not hesitate to open a new support ticket with us: WPML support forum. |
|
3 | 9 | 1 year, 11 months ago |
|
404 error when enabling WPML SEO Plugin
Started by: timW-34
in: English Support
Problem: 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 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, do not hesitate to open a new support ticket with us for further assistance. |
|
2 | 3 | 1 year, 11 months ago |
|
Yootheme templates broken layout
1
2
Started by: mariiaE-2
in: English Support
Problem: Solution: We also suggested contacting Yootheme support for further assistance. Please note that this solution might be outdated or not applicable to your case. If the issue persists, 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 with us for personalized assistance. |
|
2 | 16 | 1 year, 11 months ago |
|
Translated page layout is different from default's page layout
Started by: giannisS-6
in: English Support
Problem: Solution: Upon further investigation, we discovered that the 'Page Title Section' setting was inconsistent between the default and translated pages. We corrected this by matching the settings, which resolved the layout issue. If this solution does not apply or is outdated, or if you're still experiencing issues, we 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 the problem persists, please open a new support ticket with us. |
|
2 | 11 | 1 year, 11 months ago |
|
Change URL in My account
Started by: katarinaD-2
in: English Support
Problem: Solution: 2. To update the domains registered under their WPML.org account, we instructed the client to visit their account sites page where they can generate new or remove old WPML keys. If the provided solution does not apply to your situation, 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. For further assistance, please visit our support forum. |
|
2 | 4 | 1 year, 11 months ago |
|
Updating translated page shows wrong "original language"
Started by: leonK-7
in: English Support
Problem: Solution: Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If this does not resolve your issue, 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: https://wpml.org/forums/forum/english-support/ |
|
2 | 2 | 1 year, 11 months ago |
|
product list in Woocommerce products categories is not visible
Started by: giocaS
in: English Support
Problem: |
|
2 | 5 | 1 year, 11 months ago |
|
Main menu not fully translating to Spanish
Started by: kathleenL-4
in: English Support
Problem: Next, we instructed the client to translate the menu labels into Spanish by following these steps: If the solution provided is not relevant due to being outdated or not applicable to your case, we encourage you to open a new support ticket. We also 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. For further assistance, please visit our support forum: WPML Support Forum. |
|
2 | 8 | 1 year, 11 months ago |
|
Translate Mailchimp for WordPress form
Started by: kelvinL-3
in: English Support
Problem: Solution: Please note that the solution provided might be outdated or not applicable to your case. If the issue persists, 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 help, please open a new support ticket with us. |
|
2 | 9 | 1 year, 11 months ago |
|
Refresh translation status takes for ever
Started by: Waleed Hemade
in: English Support
Problem: wp-content/themes/bricks/includes/integrations/wpml/wpml.php at line 359. Replace the existing code with the following:
if( is_array( $bricks_elements[ $index ]['settings'][ $setting_key ] ) ) {
continue;
}
$path = &$bricks_elements[ $index ]['settings'][ $setting_key ][ $repeater_index ][ $repeater_key ];
This change may allow the translation to complete, but be aware that the translated content of the Flipbox might not display on the frontend. Additionally, since Bricksable is not listed in our compatible plugins directory, we recommend reaching out to the plugin's author and suggesting they join our Go Global program to work on compatibility with WPML. Please note that this solution might be 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 you still need assistance, please open a new support ticket. |
|
2 | 7 | 1 year, 11 months ago |
|
WPML string translate plugin incompatibility with PHP versions higher than 7.4
1
2
Started by: carlos-danielV
in: English Support
Problem: Solution: add_filter( 'option_woocommerce_micuentawebstd_settings', function( $settings ) {
$locale = get_locale();
foreach ( [ 'title', 'description' ] as $key ) {
if ( is_array( $settings[ $key ] ) ) {
$settings[ $key ] = isset( $settings[ $key ][ $locale ] )
? $settings[ $key ][ $locale ]
: $settings[ $key ]['en_US'];
}
}
return $settings;
} );This workaround should allow the client to use the newer version of PHP without crashing the site. We also provided a link to track the progress of the issue: https://wpml.org/errata/payzen-for-woocommerce-php-fatal-error-uncaught-typeerror-md5-argument-1-string-must-be-of-type-string-array-given/. 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 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 at our support forum. |
|
2 | 16 | 1 year, 11 months ago |
|
Quotation marks not showing correctly
Started by: nicolaH-6
in: English Support
Problem: Solution: Next, we advised the client to update their WPML plugin to the latest version, as well as all WPML add-ons, to ensure they have the latest bug fixes and improvements. We provided a link to the 'My Account -> Downloads' section on the WPML site for the latest versions and included instructions for updating the plugin. We also reminded the client to back up their database before proceeding with the update. If the issue remained unresolved after updating, we requested the client to provide feedback on our initial message. Please note that the solution provided might be irrelevant due to it being outdated or not applicable to your case. If this is the case, 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 do not hesitate to open a new support ticket in the WPML support forum. |
|
2 | 4 | 1 year, 11 months ago |
|
how can we manage the single page UI changes for multiple languages?
Started by: srinivasanP
in: English Support
Problem: Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If you're still experiencing issues, 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 | 4 | 1 year, 11 months ago |
This page includes support tickets that are resolved and documented. Looking for tickets that are “in progress”? Visit the complete support tickets archive