Problem: The client needed to reinstate the language option next to the search icon on their website. During the translation process, the entire header was deleted, and although the flags were restored, they were incorrectly positioned and styled. Solution: We recommended the client to ensure they have a backup of their site, which can be done using the UpdraftPlus plugin. After confirming the backup, we provided custom CSS to correct the positioning and styling of the language switcher. Here is the CSS code we used:
.sitepress_container > .wpml-ls ul ul li a:hover::after {
background-color: transparent!important;
}
}
If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, 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 further assistance is needed, please open a new support ticket at WPML support forum.
Problem: The client is working on a site under development and wants to customize the WPML currency switcher by removing the border and adding country flags to the currencies. Solution: To remove the border from the currency switcher, the client should insert the following custom CSS code into WP > Appearance > Customize > Additional CSS:
.wcml-dropdown li {
border: 0px solid!important;
}
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. Should you need further assistance, please do not hesitate to open a new support ticket at our support forum.
Problem: Sie haben eigene hreflang Einträge mit einem Script erstellt und möchten die automatischen hreflang Einträge von WPML abschalten. Trotz Deaktivierung über wp-config.php und SEO-Einstellungen bleiben die WPML hreflang Einträge bestehen. Solution: Um die hreflang Einträge von WPML vollständig zu unterdrücken, können Sie folgenden Code verwenden:
Bitte beachten Sie, dass dieser Code zu unerwarteten Problemen führen könnte. Alternativ können Sie WPML's hreflang Einträge mit einem speziellen Hook überschreiben, den Sie hier finden: WPML alternate hreflang Hook.
Falls diese Lösung veraltet ist oder nicht auf Ihr Problem zutrifft, empfehlen wir Ihnen, ein neues Support-Ticket zu eröffnen. Wir empfehlen auch, die Seite mit bekannten Problemen (bekannte Probleme) zu überprüfen, die Version der dauerhaften Lösung zu verifizieren und zu bestätigen, dass Sie die neuesten Versionen von Themes und Plugins installiert haben. Für weitere Unterstützung besuchen Sie bitte unser Support-Forum: WPML Support-Forum.
Problem: If you're experiencing issues with translating relationships in JetEngine using WPML, where the expected content is not translated, this might be due to missing relationships between the translated categories. Solution: We recommend checking if the relationships between your primary category (e.g., 'Industry') and its related product categories are correctly established in the translations. In a case where a category like 'Cafes' is not showing the translated content, you should: 1. Go to Products -> Industry in your WordPress dashboard and switch to the English interface. 2. Open the English term 'Cafes', scroll to the bottom, and manually connect the appropriate English translated child categories. This action should help in displaying the related categories correctly on the translated page.
If this solution does not apply to your case, or if it seems outdated, 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. Should you need further assistance, please do not hesitate to open a new support ticket.
Problem: The client wants to remove WPML menu links from the Appearance > Menus page in the WordPress admin area. Solution: We explained that these links are essential for creating different menus in various languages and recommended not removing them. However, if the client insists on hiding these links from the UI without affecting the functionality, we suggested injecting custom CSS. Here is the code to add to the functions.php file or a custom plugin:
Please note that handling custom code is generally beyond our support scope, and we recommend consulting an independent developer for further customization.
If this solution does not apply to your case, or if it seems outdated, please check the related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If issues persist, we encourage you to open a new support ticket.
Problem: The client is experiencing an issue where the translation of certain elements on the Projects page is not working correctly. Specifically, the buttons using a custom taxonomy ("proj_status") to filter a list of custom posts ("project") are not translating correctly in some languages, showing both translated and English versions. Solution: We checked the shortcode [eb5capital_projects] used for displaying the filters. We then configured the option in WPML > Settings > Taxonomies Translation > Status (proj_status) > Translatable - only show translated items. This adjustment resolved the issue.
If this solution does not apply to your case, or if it seems outdated, we recommend opening a new support ticket. We also 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. For further assistance, please visit our support forum at WPML Support Forum.
Problem: You are trying to translate the menu into French on your website and have synchronized the menu, but it is not displaying in French. Solution: We have tested and found that the theme you are using does not support menus in other languages. We recommend contacting the theme author to make the necessary adjustments for multilingual menu compatibility. You can find developer documentation here: https://wpml.org/documentation/support/ Alternatively, consider switching to a theme that is already compatible with multilingual setups. You can check our list of compatible themes here: https://wpml.org/theme/
If this solution does not apply to your case, or if it seems outdated, we highly recommend opening a new support ticket. Also, 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 contact us directly through our support forum.
Problem: The client was unable to translate the "button hover texts" on the header's layouts despite trying all recommendations found on the forum and using Ai agents. Solution: We added a custom XML configuration to enable the translation of the buttons/hover buttons. We advised the client to go to the translation management page, click on the "refresh" icon, and update the translations. After updating, we recommended checking the front-end to ensure the translations were applied correctly.
If this solution does not resolve your issue, or if it seems outdated or not applicable to your case, 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 the problem persists, please open a new support ticket at WPML support forum for further assistance.
Problem: The client reported that the workaround for translating the 'All' filters and 'More..' buttons was lost after updating the translation. They were unable to find these elements in the translation editor. Solution: We recommended translating the 'All' texts through the WPML String Translation page. For the 'More..' button, we provided a custom XML configuration to ensure it is translatable. Here is the XML code you need to add:
If this solution does not resolve your issue, or if it seems outdated, please check the related known issues and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket for further assistance.