Hello,
I am trying to find a solution to hide a drop-down menu item for one of the locales.
The pages for this locale have not been translated yet, and I do not want them to be visible. Thank you in advance.
Hello,
I am trying to find a solution to hide a drop-down menu item for one of the locales.
The pages for this locale have not been translated yet, and I do not want them to be visible. Thank you in advance.
You mean in the locale switcher?
In your localization setting, you’d just mark that locale as unpublished until it’s ready for the world.
No, I do not want to unpublish the localization.
I need to temporarily unpublish one item in the drop-down menu in this localization because its content has not been translated yet.
Do you mean only on one page specifically?
You could use JS or custom CSS to suppress it.
Afaik, localization doesn’t really work that way. Think of it like “layers” of your site. You choose a locale and then all navigation through the site stays in that locale. Otherwise you’d click a link and then either get a 404 or be forceably locale-switched.
There are exceptions but I’m fairly certain I’ve only seen locale-specific pages in the context of CMS items. Check the docs, they do cover these situations.
Thank you.
I will try.