This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
Tagged: Exception
This topic contains 3 replies, has 3 voices.
Last updated by Mihai Apetrei 1 year, 3 months ago.
Assisted by: Mihai Apetrei.
Author | Posts |
---|---|
August 24, 2023 at 12:01 pm #14284619 | |
kimS-27 |
I used to have a language switch in my navigation menu, but it dissappeared and I don't know how to get it back. It used to appear on every page next to 'contact'. |
August 24, 2023 at 12:39 pm #14285779 | |
Dražen Supporter
Languages: English (English ) Timezone: Europe/Zagreb (GMT+01:00) |
Hello, To add and customize language switchers go to WPML → Languages in the WordPress dashboard. From here, you can add new language switchers to the menu or a widget, in your case it is probably Main Menu, or you can edit the default language switcher in the footer. - https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/ Let us know if any other questions. Regards, |
August 25, 2023 at 11:04 am #14291401 | |
kimS-27 |
Hi Drazen, Ok, I've got it back now. |
August 28, 2023 at 6:27 pm #14302773 | |
Mihai Apetrei Supporter
Languages: English (English ) Timezone: Europe/Bucharest (GMT+02:00) |
Hi there. There is some custom CSS that is doing that. Please go into your website's backend > Appearance > Customizer > Custom CSS > and add the following CSS code and save: ul .wpml-ls-menu-item a { display: inherit !important; } This should fix it. Mihai Apetrei |
August 29, 2023 at 6:16 am #14304007 | |
kimS-27 |
Thanks for your help! |