Hello,
Any one knows who hide the first navigation section that's refers to the title:
Thanks for the help!
Solved! Go to Solution.
@sserrano13 I think you need to change a bit the liquid code responsible for rendering the header/menu.
hope this makes sense
Power Apps Portals Super User
Hi @sserrano13 ,
1. Log in to Portal studio > Click on the pages link on the left side menu
2. Then if you have menu like below structure. Then choose "Hide in default menus" for all submenus and leave the top menu (In my case Admin) as it is.
This should work.
Pro tip: If you want to hide navigation depends on the role . You can implement "Web page access control rule"
Hope it helps.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hello!
Thanks for your reply.
Your solution doesn't work. This navigation bar is the 'main navigation' and I tried both options. Hide using 'hide in default menu' and web page access rules.
It is important to note that I use the web page access rules to hide the entire navigation drop-down menu for non-registered users.
Any more ideas? I am aware that your solution should work, but it is not.
I have refreshed the portal cache through _services / about and nothing. Maybe I should restart the portal?
Thanks!
Hi @sserrano13 , yes portal restart you can give a try.
1. Can you try this pls. Once you have hidden the default menu.
2. Go to site setting - web link sets - deactivate or delete the default navigation
3. In portal studio do the sync configuration and browse site.
Hope it helps.
@sserrano13 I think you need to change a bit the liquid code responsible for rendering the header/menu.
hope this makes sense
Power Apps Portals Super User
Agree with @OliverRodrigues . Unfortunately that first item is from the Parent navigation item and not able to be hidden using standard functionality - I have seen people try to hide it with JavaScript/CSS (but it ends up being very messy as there are no reliable id's etc rendered in the HTML), better off making Liquid changes. Alternatively, put some descriptive content on the Page for that link and include links to the other 2 items.
Thanks @OliverRodrigues
I have modified the header code deleting the part that is refered to the link.url and it's working now.
😄
User | Count |
---|---|
9 | |
7 | |
6 | |
4 | |
2 |
User | Count |
---|---|
21 | |
18 | |
16 | |
13 | |
4 |