Skip to content Skip to sidebar

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: 

This topic contains 1 reply, has 2 voices.

Last updated by Mihai Apetrei 1 year, 11 months ago.

Assisted by: Mihai Apetrei.

Author Posts
September 7, 2023 at 5:50 pm #14362117

carloC-19

I am trying to: have the language switcher button not appearing in the sidebar and footer

Link to a page where the issue can be seen: hidden link

I expected to see: the language switcher at the beginning of blogposts, and in the menu. NOT on pages, sidebar or footer 🙂

Instead, I got:

September 8, 2023 at 8:03 pm #14368473

Mihai Apetrei
WPML Supporter since 03/2018

Languages: English (English )

Timezone: Europe/Bucharest (GMT+03:00)

Hi there.

This is definitely super weird and I am sure that it was somehow added in a dynamic area or that it comes from some kind of a custom implementation but no worries, here is what you can do:

Please go to Appearance > Customizer > Custom CSS > add the following CSS code and save.


 .sidebar p.wpml-ls-statics-post_translations.wpml-ls, .site-footer p.wpml-ls-statics-post_translations.wpml-ls {
    display: none !important;
}

This should make the switcher disappear from the sidebar and footer 🙂

Have an amazing weekend!

Mihai Apetrei