Saltar navegación

Este es el foro de soporte técnico de WPML, el plugin multilingüe de WordPress.

Todas las personas pueden leerlo pero solo los clientes de WPML pueden ingresar comentarios. El equipo de WPML responde en los foros 6 días a la semana, 22 horas por día.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 14:00 9:00 – 14:00 9:00 – 14:00 9:00 – 14:00 9:00 – 14:00 -
- 15:00 – 18:00 15:00 – 18:00 15:00 – 18:00 15:00 – 18:00 15:00 – 18:00 -

Zona horaria del soporte: Asia/Dhaka (GMT+06:00)

Este tema contiene 1 respuesta, tiene 2 voces.

Última actualización por Prosenjit Barman hace 1 año, 3 meses.

Asistido por: Prosenjit Barman.

Autor Publicaciones
marzo 14, 2024 a las 6:03 pm #15411847

Marlla Velazquez

Cuéntenos qué está intentando hacer.
Estos intentando alinear ambos idiomas en una sola linea en mi menu para movil
¿Hay alguna documentación que está siguiendo?
Encontre este codigo pero no esta funcionando


@media only screen and (max-width: 600px) {
.menu-item.wpml-ls-slot-2{
display:inline-block;
padding-right:20px;
}
}

¿Hay algún ejemplo similar que podamos ver?

¿Cuál es el enlace a su sitio?
enlace oculto

marzo 15, 2024 a las 7:00 am #15412756

Prosenjit Barman
Partidario de WPML desde 03/2023

Idiomas: Inglés (English )

Zona horaria: Asia/Dhaka (GMT+06:00)

Hello There,
Thanks for contacting WPML Support.

To reduce the waiting time, I took this ticket and responded in English. Please let me know if you're okay with it or want to continue the conversation in Spanish. I'll check and forward the ticket to one of our Spanish-speaking supporters to assist you further in the Spanish language.

I understand that you want to have the language code in the language switcher displayed on a single line within the mobile menu. Upon checking, I found that two language switchers are showing in the Mobile menu. One is added as Menu language switcher and the other one is added via the Shortcode. Please check this screenshot: enlace oculto

If you want the Menu language switcher to appear in Single line, as shown in the screenshot, please go to "WPML > Languages ↳ Menu Language switcher" and set the Language menu item style to "List of languages"(Screenshot: enlace oculto)

If you're still having issues, you may need to adjust the style of the language switcher by defining custom CSS. For example, if you need to display the language codes in one line, you can use the following CSS code:

.jet-mobile-menu__item.wpml-ls-item {
    display: inline-flex;
}

You can also add CSS properties as per your needs.

Kindly be informed that providing support with custom CSS or code is beyond the scope of our support. If you need more assistance with custom CSS, you can hire a developer from here: https://wpml.org/contractors/

Please feel free to let me know if there is anything else if you need help with. I will be happy to help.

Best regards,
Prosenjit

El tema “[Cerrado] Switcher de idioma en linea en menu movil” está cerrado a nuevas respuestas.