The master page is a feature that enables you to define common structure and interface markup elements for your Web site, including headers, footers, style definitions, or navigation bars. The master page can be shared by any of the pages in your Web site, called the Content Page, and removes need ...
0
votes
2answers
29 views
How Can I Change My Intranet's Homepage Page Layout?
As part of the branding of our new SP2013-based intranet, I have created a new custom Masterpage and Page Layouts and set this as the default Masterpage.
I have also created a custom Masterpage and ...
2
votes
1answer
30 views
Creating pages dynamically through code?
First thing is first, I'm doing this in Sharepoint 2013.
I'm not exactly sure what the best approach is to be, so I'm explaining my problem and hopefully people can throw around some terms or ideas ...
2
votes
1answer
27 views
C# How to read display templates location in Sharepoint 2013
Sharpeoint 2013 has a default filter template located at:
_catalogs/masterpage/Display%20Templates/Filters/Filter_Default.js
How can I read the absolute path of the _catalogs masterpage in C# ?
...
1
vote
0answers
24 views
MOSS 2007: Multi-layer flyout menus on the global navigation
I've reset the MaximumDynamicDisplayLevels to 30. My goal is to create a global navigation menu that leads to other SharePoint sites/external links. Each tab on the navigation is the top category with ...
1
vote
1answer
23 views
Design Manager has several problems
Environment: 2013 Enterprise, Server 2012, SQL 2012, single WFE with single SQL server
2013's Design Manager seems like a good idea, but it's causing me several headaches and I'm not sure where to ...
1
vote
0answers
22 views
SharePoint 2013 Migration - Home Page Style Unusable
I have a WSS 3.0 environment that we are migrating to SP2013 and the upgrade went as planned (and somewhat expected). We have a few sites that were apparently customized when it was WSS 2.0 and I am ...
4
votes
3answers
51 views
Apply master page based on custom site template
Is it possible to programmatically set the master page for a site based on the custom template used to create said site?
I created some custom templates with custom page layout and webparts, they are ...
2
votes
2answers
50 views
Anatomy of a SharePoint 2010 Master Page? Resource for this?
I am interested in finding out detailed information about all the elements within the SharePoint master page v4 to start, in order to learn how to create my own while still retaining key ...
1
vote
2answers
53 views
Using JQuery to Hide Elements on Masterpage
I want to make a few "special" pages in Sharepoint 2010, that hides the menu and ribbon from the Masterpage.
Is it possible to write JQuery code in a web part that can hide/disable/delete some ...
0
votes
1answer
28 views
Search is not working on my SharePoint 2010
i am using SP 2010 and i have this issue on my intranet site :
We configured the site URL to open as HTTPS protocol and after that i have error on my search that "We did not find any results"
Can ...
0
votes
2answers
44 views
Problems saving Masterpage in Sharepoint Server 2010
My Sharepoint site is using a custom Masterpage.
I get an error just checking out, and saving the Masterpage without doing any changes.
When I open the masterpage in sharepoint designer, and try to ...
0
votes
1answer
37 views
Customizing Top navigation bar with javascript
I would like to make a customized the top navigation bar with mouse hoover and dropdown.
The list is all sites that person have access too in that site collection.
Since some people have access to ...
1
vote
1answer
42 views
Applying my mobile masterpage
My wish is to have mobile devices using my mobile friendly master page and regular browsers using the current v4.master-page. There's compleytly different content on these masterpages. I've tried a ...
1
vote
1answer
31 views
Custom Page inside SharePoint 2010
i am building a .aspx Terms & condition page for my Intranet with Save & Cancel buttons:
When we click on Save the user save inside a list as he agree on the terms & Condition content ...
1
vote
3answers
102 views
masterpage javascript not working while anonymous user visits the site
Explanation.
I have applied anonymous access to entire website.
My Javascript working fine while users login.
But not woking while anonymous users visits the site.
I need to execute masterpage ...
0
votes
3answers
33 views
Site Page Logo will not update from default
I have been working on a page and I had set it up to inherit from the parent, however when the page displays in the browser you can quickly view the new logo then the page reverts to the SharePoint ...
0
votes
2answers
65 views
Achieving consistent branding for all SharePoint 2013 sites
I see that a lot of the discussions and documentation tend to be focused on branding solutions for publishing sites and understandably so. We have a lot of other types of sites too (e.g. communities, ...
0
votes
1answer
31 views
How to display “English” link on Arabic website and “Arabic” link on English website
I want to display link "Arabic" on my English site so user can click on it to view "Arabic" version. I want to do similar thing on my Arabic site where it will display link "English".
How do I do ...
0
votes
1answer
23 views
How to display navigation in publishing site?
I have a publishing site with multi language support. The site uses its own main menu (navigation) with custom CSS. It is currently displaying static text like Home, About Us, Contact Us e.t.c. I want ...
0
votes
0answers
27 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. ...
0
votes
4answers
220 views
How to use relative URL for image in Master Page?
I am using a logo in my Master Page which will be displayed on all pages. How do I use its relative URL? Currently it is written as:
<img src="/sites/Style Library/Images/logo.jpg">
But it is ...
0
votes
1answer
18 views
Custom application page
I am confused with complicated question, I am not understanding what they are asking in questoin, and what answer is doing,
0
votes
1answer
48 views
Difference between DynamicMasterPageFile and Static Token
I am reading article
http://blogs.msdn.com/b/bgeoffro/archive/2009/06/22/master-pages-revisited-references-to-master-pages-in-sharepoint.aspx
but I am not sure what they mean by ...
0
votes
1answer
33 views
'Site Master Page' Verses 'System Master Page'
I want to know what difference is 'Site Master Page' and 'System Master Page'. I find it here in this tutorial,
http://kjellsj.blogspot.co.uk/2010/07/using-page-specific-master-page-in.html
0
votes
1answer
43 views
{ListId} token is not replaced by the Id of the List
I'm extremly new with Sharepoint 2010.
In my masterpage, I display a list of news. I'd like to create a permanant "Add news" at the bottom of the list (programmatically) but I can't find the ListId. ...
0
votes
1answer
52 views
Within SharePoint how do we send data to login page rather than clicking on a sign-in button from previous page?
For public facing sites in SharePoint 2010, there is a sign-in button that you click, which leads to the sign-in page. Then on the sign-in page you can enter your credentials to sign-in.
Is there a ...
0
votes
0answers
25 views
What did I do wrong to implement my own masterpage to my custom web template?
0 down vote favorite
I am using sharepoint 2010 and VS2010.
I have implemented this tutorial for creating a custom web template, and it works:
...
0
votes
1answer
36 views
Will it come in Master Page or Page Layout? (doing integration for the first time)
I am going to integrate the following home and about page for the first time using SharePoint designer. As far as I know there are 3 types of pages.
Master page
Page layout that comes under master ...
0
votes
1answer
50 views
Understanding master page (where is the main content area?)
Let's say I make a copy of minimal starter master page which is available on internet. What is the main content area in that master page where I can write something my own text?
I mean there are many ...
1
vote
3answers
95 views
Bi-lingual website in SharePoint
I am developing a website in SharePoint for the first time. It's a home page basically of my own theme with standard elements like header, slider image, main menu, footer and other items.
What I want ...
3
votes
2answers
574 views
How do I apply master page changes to all subsites in SharePoint 2013?
I realize similar questions have been asked, but master pages have changed somwehwat in SharePoint Server 2013, and this is actually several questions in one. I've read lots and lots of articles, and ...
0
votes
1answer
45 views
InfoPath form/List for a site still using SharePoint2007 interface inside SharePoint2010 environment. (timeline sensitive)
We recently completed a SharePoint 2007-2010 Migration last year. We have some sites that are using custom branding, and we've kept these sites using the 07 interface in order to prevent any broken ...
0
votes
0answers
18 views
How to specify themable.css in masterpage.html and locate it correct?
I'm having the problem, that I can only use the SharePoint 15 Hive (Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\1033\STYLES) to save my own themable.css and ...
0
votes
0answers
44 views
Master pages not available in Visual Studio
I made a site collection in SharePoint 2010
Then I created a new SharePoint project in Visual Studio 2012
Gave it the site URL
It asked whether I want to use sandbox solution or deploy and I chose ...
0
votes
2answers
64 views
Add call to static method in master page
I have an branding solution with custom master page. I have also utilities assembly, which is deployed into GAC.
I have a button in my master page and I'd like to bind it's navigate URL to result of ...
0
votes
0answers
33 views
Master page/CSS question with menutoolbar
Not sure if this is 100% the right place for this, but my team created a custom master page for our 2007 environment & on the menu tool bar (new, upload, actions) default web part, when rolling ...
1
vote
2answers
70 views
One master multiple logos and link in header
I'm looking for the best approach to have a logo link in the header area redirect to different roots based on specific subsites in the same site collection.
Example: all "Radio" pages and subsites ...
0
votes
1answer
55 views
What is the Ideal Approach for Creating a Custom Home Page?
I need to create a custom home page for our SharePoint 2010 site. The rest of the site will use a separate template for all of the sub-pages.
Should I create a dedicated master page for the home page ...
1
vote
3answers
88 views
Other Users Cannot See Customizations to Global Navigation
I customized the global navigation in SharePoint 2010, but my changes are not showing for other users.
What might be causing this?
4
votes
1answer
169 views
Difference between Publishing Master Page and Standard Master Page
In SharePoint Designer, you can create a new Master Page or a new Publishing Master Page from Content Type. So what is the difference between a Master Page with a Content type of "Publishing Master ...
0
votes
1answer
107 views
site definition master page problem
Ive created a site definition and am trying to reference a custom master page that is installed as a feature. For some reason when i create a site using the site definition i get a filenotfound ...
5
votes
1answer
50 views
What is __spText1 and __spText2 used for?
Hello I am new to SharePoint and I wanted to make a custom master page.
I've stumbled on __spText1 and __spText2 and I was wondering if I can remove them? If not, what do they do / represent?
Thank ...
0
votes
1answer
35 views
I keep getting “Revert to template” whenever I set a custom masterpage for one particular page
I made 2 master pages. One named "reg_page.master" for all the regular pages, still containing the Quick Launch, and another one named "home_page.master" for the homepage only. The homepage has an ...
1
vote
0answers
81 views
Open search results in a new window
I would like for the entire search results (stuff that appears after i type in a keyword and hit search) to appear in a new page. So far I haven't been able to get it to work correctly.
The only ...
1
vote
1answer
33 views
Editing master page only pushes changes to admin account
I have a SharePoint 2010 Enterprise farm on a VM and would like to edit the footer on each page on all sites. Currently, there is a custom div added to the master page, to supply extra text at the ...
4
votes
1answer
83 views
Add .preview file using feature
I have this feature with a nice little master page inserted through a feature, and it works fine. Now I'm looking into theming, created a composable look. To choose this look in the design manager ...
0
votes
3answers
812 views
SP2013: Adding a custom usercontrol to masterpage using Design Manager
I created a custom masterpage using the SP2013 Design Manager. I also created a SharePoint solution in Visual studio 2012 with a custom usercontrol (ascx) and custom webparts.
The masterpage works ...
1
vote
1answer
57 views
Sharepoint 2007: Embbed a webpart into default.master
I have to add a custom webpart to master page programmatically.
I tried to go common way using:
web.GetLimitedWebPartManager("/_catalog/masterpages/default.master", PersonalizationScope.Shared)
...
0
votes
0answers
34 views
Any ideas why the Inherit is not available on a SPWeb?
Any ideas why the Inherit is not available on a SPWeb?
0
votes
0answers
82 views
What causes the ribbon bar to be missing in master (landing) page and still visible but disabled in subsites?
I am missing the ribbon bar in my custom master page but it displays in all subsites in disbled condition. I have used the same copy of v4.master page and added my new custom css. I've edited the ...