Tagged Questions
1
vote
0answers
50 views
SharePoint 2010 AspMenu - Use OnClick instead of OnMouseOver?
Is it possible to have the SharePoint AspMenu control to show its flyouts (sub items) based on the user clicking the item, rather than based on the mouseover (or hover)?
0
votes
1answer
78 views
Setting ContentEditorWebPart ContentLink property to absolute path
To avoid adding some static HTML to my custom masterpage, and allow the end-user to easily change it by just changing an HTML file instead of the masterpage, I'm trying to embed a static ...
3
votes
2answers
228 views
Sharepoint site using corev4 AND custom CSS File?
I'm using a custom Masterpage which references a custom CSS File in the header like so:
<Sharepoint:CssRegistration Name="CUSTOM/Custom.css" runat="server"/>
My custom CSS file is simply a ...
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 ...
0
votes
1answer
114 views
customizing MasterPage and removing Placeholder
I would like to remove PlaceHolderPageDescription. But I get error something like PlaceHolderPageDescription couldn't be found. Why sometimes you cann't remove a placeholder from a MasterPage? is it ...
2
votes
1answer
101 views
Use different masterpage for pages library
How do I go about applying a custom masterpage just to "front end" pages? i.e. I want all of the administration parts of the SharePoint site to follow default look and feel (viewlsts.aspx, managing ...
2
votes
2answers
504 views
How to retrieve Sharepoint list data in master page
I have Created Custom Master Page.
and i want to access SharePoint List Data in this Master Page using JavaScript.
I write the following script to access data but it gives error that ...
2
votes
3answers
234 views
Vertical Scrolling in Sharepoint
Im having problems with scrolling in sharepoint site. I am fairly new to Sharepoint and have taken over the UX responsibilities for a site. The problem that Im having is that the scrollbar does not ...
2
votes
1answer
234 views
Custom Master page is not available under Site Master Page Settings
I have created a Custom Master Page in VS2010 and deploy Project to SharePoint. First I activated site Collection feature "SharePoint Server Publishing Infrastructure" and then i also activated site ...
0
votes
0answers
44 views
Custom Masterpage breaking choice columns (SP2010)
I have a custom masterpage which was based on the start masterpages from codeplex.
We have a situation where on our lists, choice columns won't save properly, they always default, but in the UI all ...
0
votes
2answers
87 views
Master page error in subsite
I am inheriting a master page from site collection. The master page is having a dataview web part embedded inside it. The data view web part shows a list of the site collection. In the site collection ...
2
votes
2answers
747 views
How to include .js file from location different than “_layouts” folder to sharepoint master page?
I would like to include js file from different location that it's now. Currently in master page code it looks as below:
<SharePoint:ScriptLink ID="ScriptLink1" language="javascript" ...
1
vote
2answers
686 views
Hard Coded Navigation in Master Page - Active link not changing
Prior to my arrival it was decided that all navigation would be hard coded into the Master Page. I wish I could find a solid reason why, but for the time being it escapes me. Due to time constraints, ...
1
vote
1answer
1k views
Customizing SmallSearchInputBox default text
I am trying to customize the text displayed in the search box of my SharePoint site. The default is "Search this site...".
I found a number of articles which explain how to do it (by overriding the ...
3
votes
3answers
983 views
Sharepoint:SPSecurityTrimmedControl
I have this in my master page.
<Sharepoint:SPSecurityTrimmedControl runat="server" Permissions="CreateSSCSite">
<SharePoint:CssLink runat="server" Version="4"/>
...
0
votes
1answer
988 views
Add HTML link tag with dynamic SRC attribute to masterpage HEAD section
I Need to add a <link> tag with a dynamic src attribute to a custom masterpage <head> section pointing to a current SPWeb library like this:
<link rel="alternate" ...
4
votes
1answer
381 views
Search box disappears on search result page when using a customer masterpage
I have created a custom master page. I display the search box on the page using the following code:
<asp:ContentPlaceHolder ID="PlaceHolderSearchArea" runat="server">
...