Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
You need to remove a 'SHOP' link from the Korean menu on your client's site, which was created as 'Custom links' and is not a translation of the page. It should remain in other languages.
Solution:
We recommend two methods to achieve this:
1. Method 1 - Manual translation:
1.1. Go to the Appearance >> Menus page.
1.2. Choose the main menu.
1.3. Click on the Korean language icon to open up the Korean language menu.
1.4. Remove the Shop menu item and press the Save menu button.
For more details, visit this documentation.
2. Method 2 - Using CSS:
Add the following CSS in the custom CSS section of the theme:

:lang(ko) .menu-item.jet-nav__item-29 {<br />    display: none !important;<br />}

This CSS will hide the 'SHOP' link in the Korean menu.

If this solution does not apply to your case, or if it seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML support forum.

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.

This topic contains 1 reply, has 0 voices.

Last updated by Noman 5 months, 3 weeks ago.

Assisted by: Noman.

Author Posts
November 13, 2024 at 2:03 am #16395255

Zbigniew

Background of the issue:
I am trying to remove the SHOP link from the Korean menu on my client's site, hidden link. This link was created as 'Custom links' and is not a translation of the page. It should remain in other languages.

Symptoms:
I didn't find any documentation on this topic.

Questions:
How can I remove a custom link from the menu in one specific language using WPML?

November 13, 2024 at 9:25 am #16396057

Noman
WPML Supporter since 06/2016

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting WPML Support. You may achieve it by following the either of the below steps:

1. Method 1 - Manual translation:
1.1. Go to the Appearance >> Menus page.
1.2. Choose the main menu.
1.3. Click on the Korean language icon to open up the Korean language menu.
1.4. Remove the Shop menu item and press the Save menu button.

Here is a doc for more details:
https://wpml.org/documentation/getting-started-guide/translating-menus/#fully-custom-create-menus-manually

2. Method 2 - Using CSS:
Add the below CSS in the custom CSS section of the theme:

:lang(ko) .menu-item.jet-nav__item-29 {
    display: none !important;
}

And it will look as in the attached screenshot.

Please let me know if this resolves the issue or if you need further assistance with this issue
Thank you

remove shop page.jpg
secondary language menu icon.jpg