Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

CMS new (11.21) menu with sliding option

Vote:
 

Hi,

Have many menu items (Episerver.DeveloperTools) under single global item. On FullHD screen not everything fits in. Is there any way to create sliding menu?

#208811
Nov 02, 2019 2:58
Vote:
 

Hi Valdis,

I think for now you have you use Shift + Mouse Wheel to scroll the menu items horizontally.

https://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2019/9/menu-items-disappear-in-the-new-ui/

#208824
Nov 03, 2019 12:50
Vote:
 

If you create a new menu item like this example: 

new DropDownMenuItem("Menu under CMS", "/global/cms/newsectionincms")
{
    IsAvailable = (_) => true, 
    SortIndex = int.MaxValue
}

Then you can add sub-items to it and get the old style menu/sub-menu type approach

#208827
Nov 03, 2019 15:14
valdis - Nov 03, 2019 17:08
I think even with this I'm running out of space ;)
Praful Jangid - Nov 04, 2019 13:19
Hi Valdis, Did you try the suggestion (By Ravindra) to scroll it horizontally using "Shift + Mouse scroll button"? Or you wish to include some customization. If yes, please explain your requirements :)
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.