SharePoint 2010 Content Editor Web Part Hidden property is Disabled
Found a interesting issue today. Wanted to place some CSS code in Content Editor Web Part (CEWP) and hide it, so that it won't appear to end-users. I added a content editor web part, Placed some CSS code, went to web part properties, oops! Hidden property under Layout is disabled (greyed out)!!
Cause: For some reasons, SharePoint doesn't allow us to hide web parts on publishing pages! So Content Editor Web Part's Layout hidden property is disabled!!
Workaround:
Here is the workaround to fix SharePoint 2010 web part hidden grayed out: Just Append ToolPaneView=2 to the URL to open the page in Edit mode. E.g. http://sharepoint.crescent.com/sitepages/home.aspx?ToolPaneView=2
This opens Add Web Parts Pane, from there we can add new CEWP to bottom zone of the page (Verified in SharePoint 2010 web part hidden property is not greyed out this time!) and hide the web part with out any issue!
![]() |
SharePoint web part hidden disabled |
Workaround:
Here is the workaround to fix SharePoint 2010 web part hidden grayed out: Just Append ToolPaneView=2 to the URL to open the page in Edit mode. E.g. http://sharepoint.crescent.com/sitepages/home.aspx?ToolPaneView=2
This opens Add Web Parts Pane, from there we can add new CEWP to bottom zone of the page (Verified in SharePoint 2010 web part hidden property is not greyed out this time!) and hide the web part with out any issue!
Works on 2013 as well. Thanks!
ReplyDeleteThank you so much for sharing! This was very helpful.
ReplyDeleteThis didn't work for me... SP 2010.
ReplyDeleteThis didn't work for me in 2010 either. You can export a hidden web part from another page type and then import it though.
ReplyDelete