Problem:
The user is trying to translate the menu on their website designed using the Elementor theme builder. They have translated some tabs but are facing issues with translating the "Reserva" button and the logo link. The menu is designed in the Elementor theme builder.
2. If facing difficulties translating the content, describe step by step how to edit the header or share the URL for editing. Ensure that the necessary credentials for temporary access to the site (wp-admin and FTP) are provided.
3. To manually add a menu item for the "Reserva" button, go to Appearance -> Menus, and add the menu item. Style (CSS) for the menu item can be added in Appearance -> Customize -> Additional CSS.
4. To translate the logo link, edit the header in the original language, update the URL for the homepage, and save the changes. Then update the translation.
Problem:
The language switcher link on the homepage is behaving as an external link with the target set to "_blank," causing it to open a new tab. However, this issue only occurs on the homepage, and other pages work correctly. The external link is from the secondary language to the main language.
Solution:
1. Isolate the cause of the issue by following these steps:
- Create a full backup of the site.
- Update outdated plugins or themes.
- Flush any existing cache.
- Deactivate all plugins, including WPML.
- Activate a default WordPress theme (e.g., Twenty Twenty).
- Activate the WPML plugins.
- If the issue disappears, gradually reactivate the theme and plugins to identify the cause.
2. The issue was related to an external links plugin manager. Resolve the problem by addressing conflicts with this plugin.
Problem:
The flags in the mobile version menu are not centered or aligned to the left, possibly due to a recent update in WordPress, WPML, or the theme used. Attempts to adjust it with CSS have been unsuccessful.
Solution:
Add the following CSS in Apariencia -> Personalizar -> CSS Adicional:
@media (max-width: 767px){
ul .wpml-ls-menu-item a{
display: inline;
}
}
Problem:
Unable to create menus in another language for headers and footers using a template's plugin or functionality. Duplicating existing menus doesn't show "/en/" when visualizing them individually, making it impossible to use them in English templates.