#đ | hide screen title
1 messages · Page 1 of 1 (latest)
Hi! Please first select which type of question you want to ask:
- "Normal Question" is enough for most questions. If you are unsure, you should choose this mode. It provides quick and accurate answers to your questions and problems.
- "Complex Task" is for very complex questions and multi-step tasks. For example, questions involving complex action script, requirement, or placeholder logic. Normal users will almost never need this. Getting answers takes much longer here.
It is not possible for anybody to send messages in this thread before selecting a mode.
Selected mode: đŹ Normal Question
Yep, if you mean the actual screen title text, donât chase the changing element ID đ
Use one of these instead:
Is Screen Titlerequirement if you want to target the screen by its visible title or localization key- Or, if itâs a vanilla element/widget, just right-click it â Delete in a layout for that screen
A small gotcha:
- The thing that changes with language is usually the visible text / localization, not the real FancyMenu element identifier.
- So if you want it to work across languages, the screen title requirement is the clean way to do it.
If itâs a custom text element and you want it hidden only when some placeholder has a certain value, then youâd use a Loading Requirement on that element instead of its ID.
If you want, I can help you figure out whether itâs a vanilla title, a custom element, or a widget and which exact requirement to use đ§©đ
here is the thing the title element always changes the id so there is no use in removing it. i was hoping to set custom title of layout to empty space but it doesn't seem to work even with 'test')
Ahh gotcha, if setting the layout title to empty doesnât remove it, that means youâre changing the layoutâs name/label, not the actual in-screen title element đ
A few important bits here:
- If itâs a normal vanilla screen title, the best way is to make a layout for that screen and then delete the title widget/element directly in the editor.
- If the text youâre seeing is the Title Screen copyright text, then that one is not allowed to be fully hidden by design, you can only move it or lower its opacity, not make it vanish completely.
- If the âIDâ changes with language, thatâs usually because youâre looking at the localized text/title, not a stable FancyMenu element ID.
So in short: donât try to hide it by name/ID if the text changes with language, remove the actual element from the screen layout instead.
If you want, send me a screenshot of the element you mean and I can tell you right away whether itâs:
- a normal vanilla title,
- the copyright notice,
- or something else đ€đ
removing the element doesn;t remove it when you change the language since its a different element. also please answer my problem with changing custom title, it does nothing
Yeah, I donât think the Custom Title field does what you want here đ
From the docs, that kind of setting is for the layout/window title stuff, not for hiding the actual title text that the screen renders.
So for your case:
- Setting custom title to empty/test wonât hide the screen title
- FancyMenu does not document a âhide this title by setting it blankâ feature
- If the title is a vanilla/mod widget, the normal way is still to delete that widget in the layout
- If it gets a different locator in different languages, then youâll likely need to handle it per language with
Is Game Languagerequirements and separate layouts for each language đ§©
Important exception:
- If this is the Title Screen copyright text, then that one cannot be fully hidden by design. You can only move it or lower opacity, not remove it completely.
So the short answer is: blank custom title isnât the right tool for hiding that text.
If you want, send me:
- the screen name / identifier
- a screenshot of the title text
- and which modded screen this is
Then I can tell you whether itâs a normal hideable widget, a copyright element, or a mod compatibility thing đđ
you don't seem to understand what i just siad. also the screen custom title doesn;t work with any value in any screen
Youâre right, I misunderstood what you meant. Sorry about that đ
If the Custom Title field does nothing with any value, then based on the docs I can only say this:
- The documented title-related setting is Global Customizations -> Window Title
- That changes the Minecraft window title
- It does not hide the title text inside a screen
So if youâre trying to hide the actual on-screen title, there is no documented âmake it blank and it disappearsâ option for that.
And since you said the title element changes with language, the practical way is:
- make separate layouts per language, or
- use
Is Game Languagerequirements so the right layout/element is used for each language
Then delete/hide the title widget in each language-specific version.
One more important exception:
- If this is the Title Screen copyright text, that one cannot be fully hidden by design. Only moved or made less visible.
If you want, send me the exact place where you see that Custom Title option, because I think we may be looking at different settings đđ
<@&1365490168563372113>
@dire raven has requested human assistance.
A human moderator will help as soon as possible.
đ | hide screen title
the 'custom screen title' in any layout doesn't work for me (1.21.11) can someone confirm if it's an issue?
I canât confirm itâs a bug from that alone đđ
First, please make sure youâre on the latest builds of:
- FancyMenu
- Konkrete
- Melody
- your mod loader
- Fabric API too, if youâre on Fabric
Then send me your /logs/latest.log file right after reproducing the issue, plus a screenshot of the exact âCustom Screen Titleâ setting youâre changing.
Important: the docs only mention a global window title setting, not a documented âscreen titleâ feature, so I need the exact setting youâre using to tell whether this is a bug or just the wrong option.
Without the log, I canât really debug this properly đ§©đ
@marsh phoenix sorry for pinigng again, but the messages disappeared for some reason
what i try to do is to set any screen's custom title in layout settings but it doesn't seem to work anywhere