Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
How to hide Breadcrumb?
-
- Posts: 156
- Joined: Wed Dec 23, 2020 12:28 pm
- Location: Russia, Volgograd
- Has thanked: 32 times
- Been thanked: 7 times
- Contact:
How to hide Breadcrumb?
In one specific application of mine, I would like to hide Breadcrumb. Is it possible?
Wbr, miasoft.
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
-
- Posts: 156
- Joined: Wed Dec 23, 2020 12:28 pm
- Location: Russia, Volgograd
- Has thanked: 32 times
- Been thanked: 7 times
- Contact:
Re: How to hide Breadcrumb?
Only nuUserHome and only for users, not for globeadmin (developer). All users havekev1n wrote:Do you want to hide all breadcrumbs or just the last one?
a different nuUserHome-forms with slight differences.
The nuUserHome has a single HTML object with pure HTML + css + js, database is not used.
Wbr, miasoft.
-
- Posts: 156
- Joined: Wed Dec 23, 2020 12:28 pm
- Location: Russia, Volgograd
- Has thanked: 32 times
- Been thanked: 7 times
- Contact:
Re: How to hide Breadcrumb?
Yes, I can change height for BreadCrumbs in css to 1px, but it affects all forms.

kev1n wrote:Do you want to hide all breadcrumbs or just the last one?
Wbr, miasoft.
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: How to hide Breadcrumb?
Hiding HTML elements is no rocket science: Open up the developer console (usually F12), pick the element to retrieve its id and use the nuHide() function to hide it.
(Open gif image in full screen)
(Open gif image in full screen)
You do not have the required permissions to view the files attached to this post.
-
- Posts: 156
- Joined: Wed Dec 23, 2020 12:28 pm
- Location: Russia, Volgograd
- Has thanked: 32 times
- Been thanked: 7 times
- Contact:
Re: How to hide Breadcrumb?
Thanks! In my case, I applied nuHideHolders(1) for user's nuUserHome-forms.kev1n wrote:Hiding HTML elements is no rocket science: Open up the developer console (usually F12), pick the element to retrieve its id and use the nuHide() function to hide it.
P,S. It seems that I should look more often in the manuals

Wbr, miasoft.