Hiding Default "Spaces" Navigation Group or menu Item in SideBar
This has been melting my brain a bit...
I am using a custom plugin (Ross FCA Widgets) to manage my space navigation and require the ability to completely hide the default "Spaces" menu items or a set group of spaces from the sidebar.
What Im trying to do
SIDEBAR
eg
TOP: Re-create a group of spaces in Widgets Plugin (Static/Evergreen Spaces)
Custom menu showing a group of spaces (using Widgets plugin from Ross FCAΒ so essentually full custom menu at top)
BOTTOM: Dynamic/Growing Spaces. Must appear at the bottom cos there could be numerious spaces.
The problem is: I cannot hide the default "Spaces" group or individual menus items. I need to display only the custom space menus generated by the Ross FCA plugin at the top, and then the dynamic space list. (hiding a set or group of spaces)
Solution: Have an checkbox option in Group spaces or even on individual space items saying hide from sidebar.
You can do it with CSS. Figure out the selectors (classes or IDβs) used for the sidebar and do display:none.
If you plan on using the FCom templates for pages, youβll need to include CSS for that as well or it wonβt hide it on those pages.