Forum Discussion
Guilherme Zanoni
Aug 24, 2018Copper Contributor
Thema - Menu - HELP PLS
Hello everyone, I need an urgent support. I built a sharepoint and they were perfect until yesterday the part of the MENU (fast start) changed the style and ended up unfeasible several things.
Does anyone know how to fix and how to get back to the "normal" model? With this "menu" template I can not click on ... to see other menus. Can you help me?
Follow the photos:
1 Reply
- Yes. You can disable it with PowerShell + CSOM. by updating a property on the web object. $ctx.Web.MegaMenuEnabled = $false.
See blog blost.
https://mattipaukkonen.com/2018/08/22/manage-sharepoint-communication-sites-megamenu-with-csom-and-powershell/