Menu items not displaying properly on Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 04:53 AM
I've got a Main Menu on my portal called 'Employee Center Menu':
I've set up three menu items that I'm wanting to add the main header menu:
However, what I've noticed is that they're being added next to a taxonomy menu rather than higher up in the header (highlighted in red):
So i was just wondering if somebody could explain what I'm doing wrong and I get those three options moved to the heart symbol.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 05:06 AM - edited 07-31-2024 05:07 AM
Hi @matthew_hughes ,
If I remember correctly, you specify in the "Additional options, JSON format" of the Header Menu the ''enable_more_items" option.
It takes all specified items and places them in the top header row, instead of the second header menu.
Example :
Regards,
Hayo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 05:18 AM
Right ok. Would I need to do that for each menu item that I need to add to the top? e.g. three lots of enable more items?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 06:39 AM
Hi @Hayo Lubbers If I try the below code, it doesn't work:
"enable_more_items":{
"displayValue":"true",
"value":true,
"sysId":"b4e0e564c337ca141badf8eb050131bb"
},
"enable_more_items":{
"displayValue":"true",
"value":true,
"sysId":"8c312528c337ca141badf8eb050131e6"
},
"enable_more_items":{
"displayValue":"true",
"value":true,
"sysId":"684129e8c337ca141badf8eb0501314b"
},
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 06:58 AM
Hi @matthew_hughes ,
You can add 1 item, which can have it's own subitems.
Does it work with 1 item (menu)?
If it doesn't, can you share which Header widget you are using? Is it default or customized?