Jump to content

Recommended Posts

Posted

Blocks/widgets are one of the key features that make Invision Community great. However, I don't use them all and would like to hide the one's I don't use or don't want to use so that the ones I do use are quicker and easier to reach. How can I hide widgets/blocks from the block manager?

Posted

If you open the Block Manager (a small arrow in the left hand side of the screen), you can generally add or remove blocks.  

There are also some hardcoded blocks, that either can't be removed or are controlled via ACP settings.  

If you can take a screenshot of the specific block, we can advise on how to remove.  

Posted (edited)
2 hours ago, Joel R said:

If you open the Block Manager (a small arrow in the left hand side of the screen), you can generally add or remove blocks.  

There are also some hardcoded blocks, that either can't be removed or are controlled via ACP settings.  

If you can take a screenshot of the specific block, we can advise on how to remove.  

 I want to get rid of all of these, under system, as I don't use them at this time. How can I hide them?

 

Untitled-1.jpg

Edited by AA15
Posted (edited)

Ah I understand now, thanks for your clarification.  @Adriano Faria is correct, you cannot hide these since this is a system default.  

You probably won't use the Block Manager very often, once you get your community configured.

Edited by Joel R
Posted

You have to enspect and use the custom.css but you would do something like this:

[data-blockid="app_core_newsletter"] {
	display: none;
}

Note that this SHOULD only affect it in the sidebar block manager but I haven't tested it. You have to get the IDs yourself and do this manually though.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...