I have a publishing site, but want to get rid of that "summary links" box that comes up on the homepage. How can I do this (preferably without sharepoint designer, as I am developer/infrastructure guy)?
Thanks
|
I have a publishing site, but want to get rid of that "summary links" box that comes up on the homepage. How can I do this (preferably without sharepoint designer, as I am developer/infrastructure guy)? Thanks |
|||
|
|
|
option 1: On the site actions menu select "Edit this page", On the right of the summary links webpart a small down arrow appers click on that and delete the webpart(do not close it). option 2: In the Page URL at the end type(?contents=1) in the webpart maintenance page select the Summary Link webpart and delete it. Regards, Sudan |
|||
|
|
You have to modify the page layout (or choose another page layout without a summary links box). You can edit the page layout only with SharePoint Designer or you can build a solution with a feature in Visual Studio to create your own page layout. |
|||
|
|
|
I strongly dis-advise to change layout if you simply can choose another one. In browser go to site collection of your publishing site Click "Site actions" in ribbon --> from its drop-down-list choose "Manage Content and Structure" --> in the left side bar tree navigate to your publishing site entry and under it open "Pages" --> on the right open default page (or page you need to change) --> Choose "Page" tab on the ribbon --> Click "Edit" in ribbon --> Under "Page Layout" tab choose from drop-down-list the layout without "Summary links", for eample "Body only" --> clik "Save and close"
|
|||
|
|
|
To go in a different direction, you could simply use CSS to hide the Summary Links box.
You may have to use visibility:hidden.; instead of display:none.
|
|||
|
|