Not able to edit page in sharepoint 2013 - sharepoint

Not able to edit the home page of sharepoint2013 but we are able to edit all the site pages,
when trying to edit the home page it shows loading and not able to edit the page.Please advice.

Try to use Sharepoint designer (download from : http://www.microsoft.com/en-us/download/details.aspx?id=35491) then pointing at the home page file (could be at /sitepages/home.aspx if activate publishing site, or /pages/default.aspx if using default team site) then click Advanced Mode at ribbon.
Hope this help.

The page is checked out by another user - just check it in and discard the other users changes (or find that other user and get them to check it in). You'll then see the full edit mode.

Related

Not able to add any WebPart on the site page

I have created a "Team Site" on SharePoint online. When I edit a site page, I am not able to view any option of adding a web part on the page. All I can see are following options. Please click the link to see the options. I don't see any web part option there.
I believe there are some features that need to be activated on this site collection. Does anybody know which features need to be activated here to enable web parts on the page?
Unfortunately, WebPart doesn't work in New Experience. You need to be in Classic View to add the WebPart.
You can't add web part to New experience mode Sharepoint page. At least not for now. But you can create a page in Classic mode, it's the same as it was in SP2013.
How to do it - Read this article

Editing Sharepoint Site Homepage in Sharepoint Developer

I have just edited my publishing site home page in SharePoint Designer. The page originally contains some web parts.
I am a newbie as far as SharePoint branding is concerned. I did the editing in Advance Mode when I realized that I couldn't edit areas outside my Web Part Zones and since I need to do that, I tried it using the advance mode. I edited the page adding some inline CSS styling and even added some additional Web Part Zones. Everything looked good when I previewed so I saved and thought all was okay. But to my surprise, Only my account (System Account) can see the changes I made. Every other user on the domain are still see the original page without any of my recent changes.
I have done the Check-In and Publish circle over and over again but no luck.
Does any one have any idea as to what I might have done wrong here and what I can do to fix the issue.
Follow below steps for publishing:
Select “Publish a major version,”. When
prompted to approve the master page, click Yes. This automatically
invokes a SharePoint master page approval page, where you
will find your new master page listed at the top of the page.
Click the drop-down menu beside the master page. Select
Approve and select the Approved radio button. Click OK. Your
master page is now saved and approved in SharePoint.
Navigate to your top-level site collection, and click Site Actions -> Site Settings
Under Look and Feel, select the Master Pages link. For both the
Site and System Master Page settings, select your new master
page from the drop-down menu.
Once you click OK, your changes should be available to all users

Go to Edit mode of a sharepoint publishing page programmatically

How can I go to edit mode of a sharepoint 2013 publishing page programmatically?
You can do it by doing a redirect to the page you want to edit appending "?ControlMode=Edit&DisplayMode=Design" to the URL
(pay attention to the case)
Also the page should be checked out

How to get 'edit mode' page in full browser instead of PopUp in sharepoint 2010

I have created Blog Site as default site in SharePoint 2010. When i go to individual blog post it shows default "edit" link at Right side with which you can edit the posted blog content. I need browser to open in full page instead of pop up after clicking this "edit" button.How do i do it?
This discussion address same question . Check the Ashar2k11 answer. Basically you have to customize XSLT in XSLListViewWebPArt in the Post.aspx page
Open ur Blog site in sharepoint designer on that u can edit.
master page: v4.master
content page: home.aspx/default.aspx pages open this pages.what u want can edit
after editing pages once save the sharepoint designer then goto ur sharepoint site refresh site displaying that site is edited.

Why can I not enter Edit Mode on my custom pages in SharePoint?

I have a very strange issue I just cannot figure out. I am not able to enter Edit Mode on my custom pages. Appending my URL with ?ToolPaneView=2 does nothing. Manipulating the Site Actions button to custom content and changing the MenuItem_EditPage to get the Edit Page button back bring the page into some kind of edit mode with the "Exit Edit Mode" button but still no toolbar or ability to manipulate web parts.
Anyone seen this before?
Thanks
My experience was that the page was created with the SharePoint Server Publishing feature turned on. The site feature was later deactivated and the page could not be edited. Re-activating the feature enabled editing.
I had it once when the page was checked out by the system user.
Discard the current check-out (and lose changes) and I could edit the page again.

Resources