Problem: You are trying to translate the 'lang' attribute of the VikRentCar shortcode ([vikrentcar view="vikrentcar" lang="en-US"]) using WPML, but the translation does not reflect on the page. The issue arises because the 'lang' attribute is stored in a custom database table and is not dynamically updated during the localization process. Solution: To resolve this, you need to make the value stored in the custom database tables translatable with WPML. You can follow the guide on making strings translatable in WPML here: String Package Translation. Until this configuration is set, you will need to manually translate the page containing the VikRentCar shortcode using the WordPress editor instead of the Advanced Translation Editor. Additionally, since the VikRentCar plugin is not listed in WPML’s compatibility directory, it is recommended to contact the VikRentCar development team for further support and encourage them to join WPML's Go Global program for better compatibility.
If this solution does not apply to your case, or if it seems outdated, 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. If further assistance is needed, we highly recommend opening a new support ticket at WPML support forum.
Problem: Sie können die Service-Seiten Ihrer Webseite nicht in die englische Sprache übersetzen, da WPML Ihnen keine Möglichkeit dazu bietet. Solution: Wenn Sie dieses Problem haben, empfehlen wir Ihnen, zu WPML > Einstellungen > Beitragstypen übersetzen zu navigieren und den Typ "Services" auf "Übersetzbar - nur übersetze Inhalt anzeigen" zu setzen. Danach sollten Sie in der Lage sein, diese Inhalte wie erwartet zu übersetzen. Für weitere Informationen besuchen Sie bitte: https://wpml.org/de/documentation-3/ratgeber-zum-loslegen/ubersetzung-benutzerdefiinierter-beitrage/
Bitte beachten Sie, dass diese Lösung möglicherweise veraltet oder nicht auf Ihren Fall zutreffend ist. Wir empfehlen Ihnen, die Seite mit bekannten Problemen (https://wpml.org/known-issues/) 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. Sollte das Problem weiterhin bestehen, zögern Sie nicht, ein neues Support-Ticket zu eröffnen. Besuchen Sie dazu unser Support-Forum: https://wpml.org/de/forums/forum/support-in-german/
Problem: The client is trying to translate the main and submenu from German to English on their website, but the translation is not appearing correctly. The English menu displays the same items as the German menu, and the order of items is incorrect, with some submenu elements missing or invisible. Solution: 1. For menu items that link to pages, ensure that the translations for these pages exist. If they do, these should work as expected. 2. For custom menu items, you need to translate them using WPML > String Translation. You can find a complete guide on translating menus here: Translating Menus. 3. Use WPML > WP Menus Sync to sync entries for dynamic menu items. Note that this will only sync entries if a translation for the linked page already exists. WP Menus Sync will not fully sync menus, especially if they use custom menu items or specific menu plugins. 4. If necessary, edit the translated menu manually to make adjustments. For a guide on creating menus manually, visit: Fully Custom: Create Menus Manually.
If this solution does not resolve your issue or seems outdated, we 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 for further assistance.
Problem: Sie möchten die Checkbox im Kundenkonto deaktivieren, die standardmäßig aktiviert ist, um Nutzer zu informieren, wenn neue Übersetzungen vorliegen. Trotz Ausschalten der Benachrichtigungen im Übersetzungsmanagement bleibt die Checkbox aktiv. Solution: Überprüfen Sie, ob das betreffende Profil unter "WPML > Translation Management > Translators" als Übersetzer oder Übersetzungsmanager eingestellt ist. Wenn Sie der Administrator und einzige Übersetzer sind, entfernen Sie das Profil aus dieser Liste und deaktivieren Sie anschließend die Option im Profil.
Falls diese Lösung veraltet erscheint oder nicht auf Ihr Problem zutrifft, empfehlen wir Ihnen, ein neues Support-Ticket zu eröffnen. Wir empfehlen auch, die Seite mit bekannten Problemen (https://wpml.org/known-issues/) 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: https://wpml.org/de/forums/forum/support-in-german/.
Problem: The client was unable to save Avada theme options for different logos on separate language domains (peaceconference.org and friedenskonferenz.info). They encountered an error message and an HTML 400 error code when attempting to change the logo on peaceconference.org. The issue was linked to session sharing across domains and incorrect settings in .htaccess. Solution: 1. Ensure the 'Auto sign-in and sign-out users from all domains' option is enabled under 'WPML > Languages' in the 'Language URL format' section to facilitate session sharing across domains. 2. Resave the permalinks after enabling this option and log out, then log back in from the secondary domain. 3. If translating the logo, use the 'String Translation' to translate the logo image IDs. This involves finding the default and translated image IDs in 'Media > Library', adding them to 'String Translation', and ensuring they are correctly linked. 4. For issues caused by .htaccess settings, such as 'Header set Referrer-Policy "no-referrer"', adjusting or removing these settings may resolve saving issues. 5. To apply specific CSS to translated pages, use the 'lang' attribute selector in your CSS, for example:
html[lang="en"] .logo{ background-color: red; }
If these steps do not resolve your issue or if the solution 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.