Skip Navigation

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 6 months, 3 weeks ago.

Assisted by: Mihai Apetrei.

Author Posts
October 4, 2023 at 4:18 am #14509341

pierreM-15

Tell us what you are trying to do?
- I would like to remove the footer from china language (I am using DIVI)
- Header, I would like to add the menu swicther out of the menu...
Is there any documentation that you are following?
All but nothing found
Is there a similar example that we can see?
...
What is the link to your site?
hidden link

October 5, 2023 at 2:26 pm #14521157

Mihai Apetrei
Supporter

Languages: English (English )

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

Hi there.

1. If you want to hide the footer in Chinese, you can go to Appearance > Customizer > Custom CSS > and add the following CSS code and save:


html[lang="zh-hant"] footer {
    display: none !Important;
}

2. You can load a language switcher in a custom position as mentioned in this ticket below:
https://wpml.org/forums/topic/flag-out-of-hamburger-menu/

I hope that you will find this information helpful. 🙂

Mihai Apetrei

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.