Page layout is the part of graphic design that deals in the arrangement and style treatment of elements (content) on a page.
25
votes
5answers
10k views
How to update custom master page and page layout, which is already deployed
I have a feature which deploying custom page layout. It's done by this code:
<Module Name="MasterPageModule" Url ="_catalogs/masterpage">
<File Path="MasterPageModule\defaultTemplate.aspx" ...
2
votes
2answers
916 views
Closed vs. Hidden Web Part - what is the difference?
What is the difference between "Hidden Web Part" and "Closed Web Pat"?
PS.
I tried to search on the internet but could only find "deleting vs. closing" web parts
Sharepoint 2010 (Sharepoint ...
1
vote
0answers
231 views
SitePages uses System Master Page?? Why?
Bit of a strange issue today.
I wasn't involved in the initial branding/master pages etc of my companie's SP Environment. Anyways, I have a strange issue.
On my site, I have some pages storted under ...
0
votes
5answers
2k views
Add a Web Part to a Master Page for only one page in SP2010?
I would like to add a Web Part to part of a Master Page, but only in the case of the home page of the site. Otherwise it is not needed.
How can I handle this? (see attached image) Do I have to ...
1
vote
1answer
312 views
Re-Ghost an UnGhosted Customized PageLayout?
I have a development environment, a test environment and a production environment. I develop packages in the development environment and update the solution in the test environment. As it turns out my ...
1
vote
1answer
2k views
How to format RichHtmlField in Publishing site Custom Page Layout
In SharePoint 2010, when I add an RichHtmlField in my custom Page Layout, the control's display in edit mode doesn't have any of the "chrome" around it that a stck page layout does. In fact, the is no ...
1
vote
2answers
568 views
Missing Custom Layout in Sub Site
I have globally deployed a branding solution that contains a number of page layouts. The web application where I want to use this contains a top level site collection and a number of sub site ...
1
vote
1answer
272 views
Pagelayouts deployed through Feature Module cannot be found
I have created a new Module in which I store all my custom pagelayouts and register them in the XML file like so:
<?xml version="1.0" encoding="utf-8"?>
<Elements ...
1
vote
1answer
642 views
Check out a Page Layout to update programatically
In a FeatureActivated event, I am trying to update the associated content type for a Page Layout. I am running in to issues though with the associated ASPX page not being checked out. Here's my code:
...
0
votes
1answer
102 views
Design Manager not updating aspx from my html
I am attempting to create a new page layout using SharePoint 2013's Design Manager.
When I upload my new page layout html file into the master page gallery, and then refresh the "Edit Page Layouts" ...
0
votes
1answer
127 views
Custom page layout is not available on sub-sites
I have a custom page layout in the root site (Created by SPD and published/approved). I can create pages with this layout in the root site but in the deeper sub-sites in pages library, when i click ...
0
votes
1answer
236 views
Updating Page Layouts created with SharePoint Designer
The system I'm working on is a Publishing site that has page layouts created with SharePoint Designer. Users have created content pages based on these page layouts.
I want to update the page layouts ...
0
votes
2answers
513 views
Reusable content disappearing on Publishing Page
On the publishing site I've created a simple page with a Page Content. I've added a web part there and then I'm trying to add a Reusable Content. However it turns into a like here
Any workarounds?
