Replies: 1 comment 1 reply
-
|
Thanks for the suggestion. I added a more general option to show all hidden elements both those hidden with For this specific case to hide language selector you can also use a plugin https://plugins.vvveb.com/plugin/hide-language-selector
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
This idea came up as I was editing my website which right now doesn't support languages yet, so I want to hide the language selector but I don't want to get rid of it as it is already setup. I could simply add class "d-none" or set display to none, but that means it will also disappear from the editor and I'm afraid I'll forget about it. A cool feature would be to tag an element as "don't render on runtime" or "hidden in live website" for example, in editor it could become greyed out and the live version would be hidden.
Wix has a similar feature that works in two ways:
Beta Was this translation helpful? Give feedback.
All reactions