Problem: The client was unable to locate all of their support tickets and needed assistance in finding them. Solution: We informed the client that they were currently engaged in a live chat session with one of our colleagues, which is why they could only see one support ticket. We clarified that live chat sessions are not listed as tickets, which is why they were seeing only one ticket in their account. If the client is still having trouble finding their tickets or if they have any other questions, we advised them to let us know.
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 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 necessary, please open a new support ticket in the WPML support forum.
Problem:
The client is trying to add English and German to their website, which is originally in Croatian. Although you have added all the translations, only the home page shows the translations and when trying to save the translations from other subpages, the complete button only shows a loading icon without saving the changes.
Solution:
First, we recommend temporarily disabling all plugins except WPML to check if translations can be finished. If the problem persists, error logging (debug.log) should be enabled to identify fatal errors. To do this, the customer must edit their site's wp-config.php file and change the line that says
1
define('WP_DEBUG', false);
to
1
define('WP_DEBUG', true );
. Additionally, for errors to be saved to a log file on the server, you must add another line:
1
define( 'WP_DEBUG_LOG', true );
. Errors will be saved to a debug.log file within the /wp-content/ directory. A link to the WPML documentation for debugging is provided: https://wpml.org/documentation/support /debugging-wpml/
If the solution provided is not relevant because it is outdated or does not apply to your case, we suggest opening a new support ticket. We strongly recommend reviewing known issues at https://wpml.org/known-issues/, Check the version of the permanent solution and confirm that you have installed the latest versions of themes and plugins. If you need additional assistance, feel free to contact us on the WPML support forum.
Problem: If you're experiencing issues with editing pages using Elementor when the WooCommerce Multilingual & Multicurrency plugin is activated, and you're also encountering errors when publishing new pages, the problem might be related to the memory limit set for your WordPress site. Solution: First, check the memory limit of your website. WPML requires a minimum memory limit of 128MB, with 256MB recommended. You can increase the WordPress memory limit by adding the following code to your wp-config.php file:
1
define('WP_MEMORY_LIMIT', '256M');
1
define('WP_MAX_MEMORY_LIMIT', '512M');
Ensure that these lines are added before the line:
Problem: You want to know how to hide the current language in the WPML language switcher widget when using Elementor. Solution: Unfortunately, it's not possible to exclude the current language from the language switcher using the built-in Elementor WPML Language Switcher widget. However, we have a workaround: 1. Backup your site for safety. 2. Edit the Elementor header template and remove the WPML Language Switcher widget. 3. Add the "Shortcode" widget and insert the following shortcode:
1
[wpml_language_selector_widget]
4. Navigate to WPML >> Languages > Custom Language Switchers, select the "Enable" checkbox, and click the "Customize" button. 5. Uncheck the "Current language" checkbox and click the Save button to hide the current language from the language switcher. If this solution doesn't resolve your issue, please open a new support ticket.
Problem: The client reported that images were not displaying after translating a page. Solution: We asked the client to provide more details about how they added images to the page and requested screenshots to better understand the issue. We advised the client to: 1. Make a slight modification to the original page and save it. 2. Navigate to the WPML translation editor and complete the translation. 3. Ensure that the options "Duplicate uploaded media to translations" and "Duplicate featured image to translations" are enabled while editing the page. 4. Alternatively, try running the "Translate Media" option in WPML → Settings → Media Translation. For more information, visit Media Translation documentation. We also checked if the images were present in both languages and requested the client to provide debug information to assist further, which can be obtained following the instructions at this link.
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 assistance, please open a new support ticket with us.
Problem: The client wanted to add a language switcher to the mobile menu near the shopping cart. Solution: We provided a custom search URL for the client to find existing tickets on the WPML forums that address the same issue and contain solutions recommended by our colleagues:
We hope this information is helpful and can save some extra time. We asked the client to let us know how things go and if the provided information was helpful.
Please note that the solution might be irrelevant due to being 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.
Problem:
Client is unable to translate the "Add to Cart" button.
Solution:
First, we recommend trying the following steps to translate the "Add to Cart" button:
- Navigate to WPML String Translation.
- In the "Auto register strings for translation" section, enable the option.
- Visit the page where the button appears on the front end.
- Return to String Translation and disable the auto register option.
- Search for the string again and translate it.
If the string is not found, it might be registered as an admin text. In this case, follow these steps:
- Go to WPML -> Theme and plugins localization, select the theme or plugin that adds this text, and scan it.
- Navigate to WPML -> String Translation.
- Click on the "Translate texts in admin screens »" link.
- Search for the required string.
- Select the string and click on the "Add to String Translation" button.
- Click on the "Return to String Translation" link.
- Translate the string and verify the changes on the front end.
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 assistance, please do not hesitate to open a new support ticket.
Problem: The client is unable to download translation invoices as the interface disappears when they click on it. This issue does not occur on other sites, only on the real.org site. Solution: We recommend the following steps to identify and resolve the issue: 1. Create a full backup of your website. 2. Disable all plugins except for WPML and its add-ons. 3. Check if the issue still occurs. 4. If the issue is resolved, reactivate your plugins one by one, checking after each activation to see if the issue reappears. This will help identify the plugin causing the issue. 5. If the issue persists with non-WPML plugins disabled, switch to a default theme like TwentySeventeen and try to recreate the issue. It is best to perform these steps in a staging (testing) environment if possible.
In the meantime, we have sent an email to the client with all the invoices to provide immediate assistance.
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.
Problem: The client is trying to translate pages to Arabic but is encountering issues with only three sentences being available for translation.
Solution: First, we noticed that the website does not meet the minimum memory requirements for WPML. We recommend increasing the WP Memory Limit by adding the following code to the
Secondly, after further investigation, we found that the Iqonic Plugins (Iqonic Extensions and Iqonic Layouts) were causing compatibility issues with WPML. We recommend contacting the plugin's support to make their content translatable. Additionally, we advise deactivating Polylang, as using it alongside WPML can cause conflicts.
If these steps do not resolve your issue, or if the solution provided here is outdated or not applicable to your case, 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. Should you need further assistance, please open a new support ticket.
Problem: The client is facing issues with the translation synchronization process in WooCommerce. When updating an existing product and changing the translation priority as "required" for the secondary language, the products do not appear under "Translate WooCommerce Products" when selecting "Need Updating". Solution: We recommend updating the actual content of the translation to change its status to "needs update". Merely changing the translation priority does not count as an update. The translation priority is an indication of which translation should be done first, not a trigger for the update process. Since the client's translations are already completed, there is no need to prioritize them, and the behavior they are experiencing is expected. For more information on adding priority to translations, please visit our documentation:
Problem: The client installed WPML on their website and noticed that while the content was automatically translated, the footer was not translated; only the orientation of the elements was changed. Solution: We recommend translating templates, such as headers and footers, in Elementor differently from other content. For step-by-step instructions, please refer to our guide: https://wpml.org/documentation/plugins-compatibility/elementor/#translate-elementor-templates. We advise reading the entire guide as it can help resolve many issues that may arise while using Elementor with WPML.
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 assistance, please open a new support ticket with us.
Problem: The client needs their source pages and translations to be linked, but with the ability to have different content structures on the translated pages compared to the source pages. Solution: We recommend using the manual translation method to achieve this. This allows for each translation to have a unique content structure, independent of the source page. You can find detailed instructions on how to use manual translation here:
Problem:
If you're trying to add a language switcher to your menu instead of the footer or if you're facing issues with the styling of your language switcher, such as wanting a floating language switcher or dealing with a call-to-action (CTA) that is cut out on different devices and resolutions.
Solution:
To add a language switcher to different locations on your site and customize it to your needs, we recommend following these guides:
For a floating language switcher, please refer to the guide on creating a custom language switcher.
If you encounter a CTA that is cut out, this issue is related to your theme's CSS and is beyond the scope of our support. We suggest learning more about CSS and how to adjust your design for various devices and resolutions through online resources.
If you still need assistance, don't hesitate to open a new support ticket. You can reach out to us on the WPML support forum.
Problem: The client wanted to create a language switcher similar to the one on a reference site, using Elementor and WPML, with a combo box that includes language flags. Solution: We reviewed the client's theme and WPML settings and made some adjustments. We informed the client that while we could get close to the desired result, some aspects of the reference site's language switcher were achieved with custom definitions outside of WPML, such as custom CSS and custom flags. We provided screenshots of the settings we adjusted and noted that the width is defined via Elementor, allowing for further modifications by the client. We also provided a link to documentation on how to use custom CSS with WPML's language switcher: Custom Language Switcher documentation.
We explained that achieving the exact desired result might not be possible using only WPML's Language Switcher settings and apologized for any inconvenience.
If this solution does not fully resolve your issue or seems outdated, 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 you still need assistance, please do not hesitate to open a new support ticket: WPML support forum.
3. Save the change. 4. Translate the pages with the PowerPack Hover Cards 2 element in WPML's Advanced Translation Editor. 5. You will now see the link to the image and be able to translate it by inserting the link to the image in the other language. 6. Complete the translation.
After implementing either solution, the images translated in WPML -> Media translation should display correctly on the translated pages.
Please note that the solution provided might be outdated or not applicable to your case. If the issue persists, 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 you still need assistance, please open a new support ticket.
This page includes support tickets that are resolved and documented. Looking for tickets that are “in progress”? Visit the complete support tickets archive
Manage Cookie Consent
We use cookies to optimize our website and services. Your consent allows us to process data such as browsing behavior. Not consenting may affect some features.
Functional
Always active
Required for our website to operate and communicate correctly.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
We use these to analyze the statistics of our site. Collected information is completely anonymous.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
These cookies track your browsing to provide ads relevant to you.