0
votes
0answers
29 views

How to use customized Default Page Layout for Catalog Item Pages?

I try to implement an internet site with SharePoint 2013 using the new concept of cross site publishing. Content is stored in an authoring site collection and crawled through the search service app. ...
1
vote
2answers
193 views

Publishing Page - hide page layouts

We have requirement to leave only article layouts for publishing pages and hide others (Redirect, Blank Web Part Page, Table of Contents, Splash etc should be hidden). Any ideas how we could achieve ...
1
vote
2answers
109 views

What is the best way to create a splash page in SP 2010 that contains just a picture and a list of languages

Do I need to create a new master page? what should be included in this master page regarding that I don't what a menu, footer, logo, and nothing but my picture and a list of languages and flags. I'm ...
0
votes
1answer
1k views

This control cannot be displayed becuase its TagPrefix is not registered in this Web Form. [TopNavigationMenuV4]

I had the opportunity of hiring a company to create a couple of layout pages for us. When I finally got them I get the following error message in SPD and the breadcrumbs are no longer showing up: ...
0
votes
2answers
116 views

Accessing additional content type from a page layout (in markup)

I have the following content types Testimonial Page (Inherits from Page) Testimonial Video (Inherits from Video) I have a page layout that is based off of the Testimonial Page content type. I ...
1
vote
2answers
876 views

Delete a PageLayout programatically

In a publishing site, I want to delete a specific page layout. This code snippet is within a FeatureDeactivating event. layout.Folder is returning null, but I need the folder to delete the PageLayout. ...
1
vote
1answer
645 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: ...
2
votes
2answers
677 views

Value of Hyperlink Field in Page Layout

I'm making a Page Layout in SharePoint Designer 2010. I have, as part of the content type for this Page Layout, a field of type Hyperlink. I want to use the "Description" and actual URL stored in ...
3
votes
3answers
625 views

Do updates to page layouts reflect on current pages?

I am working on a 2010 Publishing site. We have a bunch of pages tha are based off of a layout that controls news stories. We have made the change in the layout which is just adding some additional ...
3
votes
2answers
586 views

How to put web parts on publishing pages?

Scenario: On a intranet page there is several site verticals (hierarchies) (e.g products and services). Now I want for each site to have a familiar welcome page. How is it best to put web parts on ...