Breadcrumbs: Master Page vs. SSL

I am exploring the option of inserting breadcrumbs as a master page placeholder. But I have noticed that the placeholder version of the breadcrumbs does not offer the same parameters as in SSL. Options for top/bottom and right/center/left are missing.
I would rather retain more control over this - and the option to make future changes with the more complete parameters in the SSL. However, I don't know if there is some compelling reason to do it in master pages, something that I might not have knowledge of now as I learn these features?
Any insights would be appreciated.
Thanks,
Douglas

Hi all
Jeff is correct. When Breadcrumbs are added via the Single Source Layout recipe, they are added to each and every HTML topic. Because you are doing this on a global basis, you see the options for placement.
When adding them via a Master Page, you are free to insert the placeholder wherever you like on the Master Page. So there is no need to provide placement options as the placement is determined by where you insert the placeholder. Additonally, if using the Master Page method, you may be more choosy about exactly which topics receive the breadcrumbs.
Cheers... Rick

Similar Messages

  • Adding Custom Breadcrumb for SharePoint 2013 Custom Master-Page With A Custom Separator.

    Hi All,
    I have successfully converted an HTML file to a SharePoint 2013 Custom Master-Page with relevant style sheets. But when I used within the SharePoint site I could not find the breadcrumb. So I want to know how to do that? For that breadcrumb I need a custom
    separator like an arrow like in the below.
    As you can see the separator is a custom built one. To have this custom separator in my HTML I have used the following code snippet.
    <div class="breadcrumb-desktop">
    <span class="breadcrumb-links"><a href="#">SharePoint Site Home</a></span>
    <span class="breadcrumb-links"><a href="#">Sub Link 01</a></span> Active Page
    </div>
    The styles are as like in the below.
    .breadcrumb-desktop {
    width: 100%;
    font-family: Arial;
    padding: 23px 0 40px;
    float: left;
    font-size: 0.75em;
    line-height: 1.25;
    .breadcrumb-desktop > span.breadcrumb-links:after {
    content: " \203A ";
    white-space: pre;
    I have tried the following code snippet within the SharePoint site as
    <!--MS:<asp:sitemappath runat="server" sitemapproviders="SPSiteMapProvider,SPXmlContentMapProvider" rendercurrentnodeaslink="false" hideinteriorrootnodes="true">-->
    <!--ME:</asp:sitemappath>-->
    But it did not display as I wanted.
    So how am I supposed to insert these to my Custom Master-Page's breadcrumb and style them? Please could someone help me to solve this?
    Thanks and regards,
    Chiranthaka

    Hi Chiranthaka,
    Please use the following code snippet in your html master page.
    <div class="CustomBreadcrumbs">
    You are here:
    <!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderPageTitleInTitleArea" runat="server">-->
    <!--SPM:<asp:ContentPlaceHolder id="PlaceHolderTitleBreadcrumb" runat="server">-->
    <!--MS:<asp:sitemappath runat="server" sitemapproviders="SPSiteMapProvider,SPXmlContentMapProvider" rendercurrentnodeaslink="false" hideinteriorrootnodes="true">-->
    <!--ME:</asp:sitemappath>-->
    <!--SPM:</asp:ContentPlaceHolder>-->
    <!--SPM:</SharePoint:AjaxDelta>-->
    </div>
    Here is a thread for your reference:
    https://social.msdn.microsoft.com/Forums/office/en-US/daabd903-df98-41da-80d8-6a942d06980e/add-breadcrumb-to-custom-master-page-html-file?forum=sharepointcustomization
    We can also customize a breadcrumb control, then add it in master page.
    http://msreddysharepoint.blogspot.com/2013/01/custom-breadcrumb-navigation-in.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Master Page Editing in Sharerpoint 2013

    I want to add a Clickable image next to  .
    This is what I have tried so far;
    1. downloaded seattle.html and seattle.master.
    2. Renamed to seattle custom.html and tried to edit it, but the suite bar branding Delegate is not present in the Html file
    3. Tried to edit seattle custom.master but got an error, This page cannot be edited, deleted or moved!
    Moreover I could not find 
    -<SharePoint:DelegateControl id=”ID_SuiteLinksDelegate” ControlId=”SuiteLinksDelegate” runat=”server” />
    neither in .html nor in .master page file
    What could have gone wrong?
    I am using enterprise edition!
    Best Regards, Pankaj Rana

    Hi Rana,
    According to your description, my understanding is that you want to customize the Suite Bar in SharePoint 2013.
    Since the suite bar is designed as an out-of-the-box delegate control, you can create your own inheriting from it with Visual Studio, then deploy it to your SharePoint 2013.
    There are some similar posts , they provide some examples for customizing the Suite Bar in SharePoint 2013, please take a look at:
    http://blogs.msdn.com/b/findnavish/archive/2013/02/07/sharepoint-2013-customizing-suite-bar.aspx
    http://www.sharemuch.com/2012/11/04/adding-your-own-links-to-sharepoint-2013-suite-bar/
    http://zimmergren.net/technical/sp-2013-extending-the-suitebardelegatecontrol-by-adding-the-title-breadcrumb-control
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Master Page Bugs? Won't Update Changes or Apply New Page Correctly.

    I've been working with master pages for our new project templates and have found what appears to be several big problems:
    1. When I make changes in the Master Page (.htt file), none of those changes propogate to the topics that have been assigned this same Master Page. Shouldn't it do this?
    2. As an alternative, I tried applying a Master Page to multiple topics in the Topic List pod. The first problem with that is that you cannot apply the existing Master Page. So, I had to create a fresh Master Page with my changes, then tried applying it. However, several problems occur. Firstly, none of the new Master Page formatting appears correctly. Secondly, for some reason it is duplicating breadcrumbs at the top of the page (each of the Master Pages, before and after only had one breadcrumb). It seems to have combined some of the formatting from both before and after Master pages.
    I should also note that when I apply the Master Page with any changes to a new topic, it does work correctly.
    I have read the documentation thoroughly and feel I am doing this correctly. The problem seems to be that the functionality doesn't work as promised. I see this as a grave problem. Our templates are likely to change with time, and I need the ability to apply changes en masse.
    Does anyone know what might be the problem?

    Hi there
    First, you must understand that Master Pages are used in two completely different ways. Sounds like you are making changes to the Body Placeholder of the Master Page and expecting to see those changes influence the topics linked. Sorry, but that has never worked.
    So here are the two ways Master Pages are designed to work in RoboHelp.
    Method 1 - Used to infuence EXISTING content.
    Perhaps you have created 1,000 topics and you now wish to add a Header, Footer or both to these existing topics. You define a Master Page and add a Header, Footer or both to the Master Page and You associate it with the topics. All those topics now have a Header and/or Footer. Any changes to the Header and/or Footer are populated across all linked topics.
    Method 2 - Used to influence NEW content you create.
    Perhaps you know that you will be creating many topics that should have the same look and feel. Maybe each of them begin with a table containing an image and some text. So you define a Master Page and configure the Body placeholder as you wish to see it. When you create new topics, you point to the Master Page so that as the topics are created, the Body content of the Master Page is populated into the topic as a starting off point. Once the topic has been initially created, changes to the Master Page ARE NOT reflected in the topics. This works identically to making a copy of a document. The copy looks identical to the original. And any changes to the original will never be copied over to the copy. Only NEW copies will receive the changes.
    As far as the Breadcrumbs go, you likely have GLOBAL Breadcrumbs enabled in the Single Source Layout recipe. This means that every topic gets Breadcrumbs during the process of creating the output. If you are trying to employ SELECTIVE Breadcrumbs by adding the PlaceHolder to the Master Page, you need to disable the GLOBAL Breadcrumbs in order to prevent seeing double.
    Hope this helps a bit... Rick

  • Master Page Template problems

    1.)    I have a problem with the Master Page Template when I place a Back to Top link at the bottom of the page of the Master and then generate or publish my product the link only works at the higher level. If pages in the product are under a folder or if the pages are in a different book the link does not work. I’m using the # for the Back to Top link.
    2.)    Another problem with the Master if you place a See Also Button on the master page you are limited on your project pages as to what you placed in the links on the Master Page. In other words if I have a project that has 30 pages and 10 chapters and I want the link to jump to chapter 3 page 5 and I only palced the 10 chapter links in the Master See Also Button I can not change the link under the See Also Button on chapter 3 page 5 with out it breaking the link to the Master Page. Is what has to be done Is place a See Also Button on each and evey page and edit the links in each and every one.
    3.)    Breadcrumb trail links. Why in the Design view you can not change the Breadcrumb trail links to above a graphics header if you have placed on your Master Page? If others are having problems with this just go into the HTML and place the breadcrumb section in your header section. You may have to play around with the formating of your styles to get it just right.

    codeOutsideHTMLIsLocked="false" -->
    That says that anything outside of that area can't be modified, right?
    Nope. It says anything outside that area is editable, i.e., it's treated as an editable region.  This is the default behavior for a DW template and it allows you to place server scripting or javascript code above the <html> tag, or below the </html> tag in any child page. 
    Unless you are using server scripting, or are very advanced in your use of DW, you should never mess with this default setting.

  • Custom Master Page - CSS & Dynamic Display

    I have created a css file and attached it using Site Settings> Master Page> Alternate CSS URL.  This works really well and I get the customisations for the global navigation drop-downs as below including colours size etc.
    For my drop-downs, I'm wanting three levels of fly-out.  So, I created a custom master page from seattle.html and even before I made the change to
    MaximumDynamicDisplayLevels="3" - I set this new page as the default.  When I look at the site now, the CSS customisations are not showing (see below).
    The new master page is not applying my css file.  Any ideas why?
      MaximumDynamicDisplayLevels="2"
      MaximumDynamicDisplayLevels="2"

    Thanks for the suggestion but this didn't seem to help.  I've pasted below the whole contents in my .css file.  Anything you can see that is out of place?
    /* --- Global navigation --- */
    #DeltaPlaceHolderMain{
    margin-top:30px;
    .ms-breadcrumb-top{
    background-color:#fff;
    /*font on navigation items*/
    .ms-core-navigation > div > ul.root > li.static a:link, ul.root > li.static a:visited{
    font-family:Arial; font-size:16px !important;
    /* links */
    .ms-core-navigation > div > ul.root{
    padding-top:0px;
    padding-left:0px;
    .ms-core-navigation > div > ul.root > li a{
    #border:1px #fff solid;
    padding:10px 10px 10px 0px;
    font-size:20px;
    .ms-core-navigation .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item{
    margin-right:8px;
    /* links selected */
    .ms-core-navigation > div > ul.root > li.static > ul.static > li.selected a:link, ul.root > li.static > ul.static > li.selected a:visited{
    color:#005DAB; font-weight:bold;
    background-color:#fff;
    /* home link selected */
    .ms-core-navigation div.ms-core-listMenu-horizontalBox > ul.static > li.selected a.selected{
    border:1px transparent solid;
    background-color:#fff
    /* home */
    .ms-core-navigation > div > ul.root > li.static > ul.static{
    margin-left:0px; color:#005DAB;
    /* Hover */
    .ms-breadcrumb-top .ms-core-navigation ul.static > li a:hover{
    border:1px transparent solid;color: #005DAB !important ;
    background-color:#E6EFF7 !important;
    ul.dynamic{
    background: #fff;
    min-width: 250px
    padding: 2px 2px 2px 2px;
    white-space: nowrap;
    word-wrap: normal;
    #zz15_RootAspMenu>li>a>span>span{
    color:#005DAB; font-size:14px;
    #zz15_RootAspMenu>li>span>span>span{
    color:#005DAB;

  • Breadcrumbs Home Page Name option is not working

    I'm using RoboHelp 9 and Microsoft HTML Help is set as my Primary Layout. In the Properties dialog box for this layout, I select the "Add Breadcrumbs Links" check box. I do not have breadcrumbs in any of my master pages. I then open the Breadcrumbs Options dialog box and select "Top" from the Home Page Name drop-down list. The breadcrumbs appear correctly in the Preview window (Top > Topic1). I click OK, and then save and generate my layout. It compiles correctly, and the breadcrumbs are placed correctly and working, but instead of using "Top" as the Home Page Name that I selected, they use "Home" (Home > Topic1). What am I doing wrong? Thanks!

    I believe this is a previously identified bug.
    The more people who report a bug or request a feature, the more likely it is to be actioned. Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Master Pages: how to achieve more advanced layouts?

    I've wrapped my head around Master Pages in the past few weeks, but now that I'm trying to get more advanced with layout options, my goals seem to beyond any resources I can find to give me guidance. What I want to achieve is pretty simple. I'm trying to benchmark some of the design that I like from Adobe Help. Here are four things I want to achieve, with the following link as a visual reference:
    http://help.adobe.com/en_US/robohelp/robohtml/WS0165E923-AD7A-4695-85C8-C6E7AB841171.html# WS2D5E01D8-46F3-4993-937C-2F1D2910E43D
    1. How can I place the topic title at the top of the page, as it appears in the link above (e.g. "Master Pages" that appears below breadcrumbs). Is there anything in RH like the variables or building blocks in FM (e.g.  <$chapnum>) that would allow me to insert it in HTML view or use some similar method?
    2. I would like to adjust the indentation of my Topic TOC, but without bullets or numbering. If you choose "No List Style" in the "Format Placeholder" dialogue box, the options to adjust Indent and Spacing parameters disappear. Is there any workaround that you know of?
    3. Is there a way to create pop-up links or interactive functionality like the "Was this helpful button.?" in the link example above? Can I just tinker around in the code view using HTML, CSS, and js to achieve results similar to this example? I would like to create some type of feedback mechanism for our users.
    4.  I've managed to emulate some of the borders or lines on my master page by inserting HTML in HTML view. But I wonder if there is a compelling reason to instead manage this in CSS? Any thoughts?
    Thanks in advance,
    Douglas

    The topic title is normally at the top of the page. If you mean you want the breadcrumbs above it, then add a placeholder for the breadcrumbs in the header of the master page associated with the topic, then the title will drop down below that.
    Put the Topic TOC in a table with a narrow first column?
    Probably with some scripting. Pass on that one.
    If you update a master page linked to a topic, only header and footer updates show. Test that. If it fails, then you have your reason for using CSS.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Creating Master page for publishing site

    Hi,
    I am trying to create a master page for publishing site. I have downloaded the "StarterBranding - V1.3" from codeplex, and used the "Starter Publishing". Currently it is not showing logo, search box, top navigation, breadcrumbs.
    I have an existing master page which has lot of tags, and I am not sure what they represent. The below code is after the script manager tag in the body section:
    <SharePoint:AjaxDelta id="DeltaDelegateControls" runat="server">
    <SharePoint:DelegateControl ID="DelegateControl2" runat="server" ControlId="GlobalNavigation" />
    <SharePoint:DelegateControl ID="DelegateControl3" ControlId="GlobalSiteLink3" Scope="Farm" runat="server" Visible="false" />
    </SharePoint:AjaxDelta>
    <div id="TurnOnAccessibility" style="display:none" class="s4-notdlg noindex">
    <a id="linkTurnOnAcc" href="#" class="ms-accessible ms-acc-button" onclick="SetIsAccessibilityFeatureEnabled(true);UpdateAccessibilityUI();document.getElementById('linkTurnOffAcc').focus();return false;">
    <SharePoint:EncodedLiteral ID="EncodedLiteral1" runat="server" text="<%$Resources:wss,master_turnonaccessibility%>" EncodeMethod="HtmlEncode"/></a>
    </div>
    <div id="TurnOffAccessibility" style="display:none" class="s4-notdlg noindex">
    <a id="linkTurnOffAcc" href="#" class="ms-accessible ms-acc-button" onclick="SetIsAccessibilityFeatureEnabled(false);UpdateAccessibilityUI();document.getElementById('linkTurnOnAcc').focus();return false;">
    <SharePoint:EncodedLiteral ID="EncodedLiteral2" runat="server" text="<%$Resources:wss,master_turnoffaccessibility%>" EncodeMethod="HtmlEncode"/></a>
    </div>
    <div class="s4-notdlg s4-skipribbonshortcut noindex">
    <a id="A1" href="javascript:;" onclick="document.getElementById('startNavigation').focus();" class="ms-accessible ms-acc-button" accesskey="<%$Resources:wss,skipribbon_accesskey%>" runat="server">
    <SharePoint:EncodedLiteral ID="EncodedLiteral3" runat="server" text="<%$Resources:wss,skipRibbonCommandsLink%>" EncodeMethod="HtmlEncode"/></a>
    </div>
    <div class="s4-notdlg noindex">
    <a id="A2" href="javascript:;" onclick="document.getElementById('mainContent').focus();" class="ms-accessible ms-acc-button" runat="server">
    <SharePoint:EncodedLiteral ID="EncodedLiteral4" runat="server" text="<%$Resources:wss,mainContentLink%>" EncodeMethod="HtmlEncode"/></a>
    </div>
    <div id="TurnOffAnimation" style="display:none;" class="s4-notdlg noindex">
    <a id="linkTurnOffAnimation" href="#" class="ms-accessible ms-acc-button" onclick="ToggleAnimationStatus();return false;">
    <SharePoint:EncodedLiteral ID="EncodedLiteral5" runat="server" text="<%$Resources:wss,master_disableanimation%>" EncodeMethod="HtmlEncode"/></a>
    </div>
    <div id="TurnOnAnimation" style="display:none;" class="s4-notdlg noindex">
    <a id="linkTurnOnAnimation" href="#" class="ms-accessible ms-acc-button" onclick="ToggleAnimationStatus();return false;">
    <SharePoint:EncodedLiteral ID="EncodedLiteral6" runat="server" text="<%$Resources:wss,master_enableanimation%>" EncodeMethod="HtmlEncode"/></a>
    </div>
    <a id="HiddenAnchor" href="javascript:;" style="display:none;"></a>
    <div id="suiteBar" class="ms-dialogHidden noindex">
    <div id="suiteBarLeft">
    <div class="ms-table ms-fullWidth">
    <div class="ms-tableRow">
    <div class="ms-tableCell ms-verticalAlignMiddle">
    <SharePoint:DelegateControl id="ID_SuiteBarBrandingDelegate" ControlId="SuiteBarBrandingDelegate" runat="server"/>
    </div>
    <SharePoint:AjaxDelta runat="server" id="DeltaSuiteLinks" BlockElement="true" CssClass="ms-core-deltaSuiteLinks">
    <div id="suiteLinksBox">
    <SharePoint:DelegateControl id="ID_SuiteLinksDelegate" ControlId="SuiteLinksDelegate" runat="server" />
    </div>
    </SharePoint:AjaxDelta>
    </div>
    </div>
    </div>
    <div id="suiteBarRight">
    <SharePoint:AjaxDelta runat="server" id="DeltaSuiteBarRight" CssClass="ms-core-deltaSuiteBarRight" BlockElement="true">
    <div id="welcomeMenuBox">
    <wssuc:Welcome id="IdWelcome" runat="server" EnableViewState="false" />
    </div>
    Are the above tags required in Master page? what is the use of it? I have more tags and will add after knowing the use of it in future threads.
    Thanks

    Hi,
    According to your description, my understanding is that you want to know about the each tags useful in master page.
    In SharePoint 2013 master page, there are some common tags like body tag, head tag and meta tag and some style CSS div tags. For the useful of these tags, I suggest you can refer the articles below:
    Understanding HTML master pages in SharePoint 2013
    In your custom master page, it will have some custom css tags depend on the display style but it is no required for master pages, if you want to know about what tags is required in master page, you can compare the custom master page with the  OOTB master
    page.
    More information:
    Create a minimal master page in SharePoint 2013
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Edit Page options in ribbon disabled after applying modified Seattle Master Page

    Hi,
    I'm working on a modified version of the Seattle.master page, and I have an odd permissions issue that is seen when my user (a farm admin) tries to edit a page on the site. On some pages, clicking Edit Page doesn't do anything at all. On others, I've been
    able to go into edit mode but not do anything with the Edit options afterward. In this scenario, most or all of the useful edit options are disabled, and I cannot use Save, Checkout, Discard the Checkout, Change the Page Layout, etc...
    Checking the JavaScript console in IE reveals this JS error that I don't see in the OOTB Seattle:
    SCRIPT5007: Unable to set value of the property 'href': object is null or undefined 
    [our.site.com], line 1128 character 590
    Here's the function being referenced:
    function _cUpdconetidProjectPropertyTitleGraphic(data, ctrl){ ctrl.href = slNavUrl; }
    Other possibly helpful information:
    Here is a snippet from the modified Seattle Master Page of where the ribbon code sits:
    <div id="s4-workspace" class="ms-core-overlay">
    <div id="s4-bodyContainer">
    <SharePoint:SPSecurityTrimmedControl runat="server" AuthenticationRestrictions="AnonymousUsersOnly">
    <wssucw:Welcome runat="server" EnableViewState="false" />
    </SharePoint:SPSecurityTrimmedControl>
    <div id="ms-designer-ribbon">
    <PublishingRibbon:PublishingRibbon runat="server"/>
    </div>
    As you can see, I have moved the Ribbon (div#ms-designer-ribbon) from its fixed position outside of the div#s4-workspace to inside of the div#s4-bodyContainer so that it scrolls with the page. Placing the ribbon inside div#s4-bodyContainer shouldn't be an issue,
    as I've made a Design Manager Master Page in the past and placed the ribbon there as well without issue.
    Does anyone know how I can get this modified Seattle master page to allow editing?

    Hi,
    Is there any custom JavaScript in it, sometimes error may occur due to some typo.
    Suppose that we can do the customization like this: With a copied master page, we can apply a part of the change first, then check it in the browser to make sure it can work without affecting the OOTB features. Then apply other parts one by one with immediate
    examinations...
    By doing this, it would be easier to find out which step in your whole customization would cause the issue.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Can't change the master page after upgrading to SharePoint 2013.

    After upgrading our farm to SharePoint 2013 we are having trouble changing the master page for sites that don't have sub-sites. We are still using the v4 UI version, and that appears to be what is causing the problem. The error we get when going to /_layouts/ChangeSiteMasterPage.aspx
    is:
    System.NullReferenceException: Object reference not set to an instance of an object.    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaChromeSettingsPage.OnLoad(EventArgs e)     at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    I took a peek at the source code for AreaChromeSettingsPage.OnLoad and found that it references a CheckBox control that does not exist in the v4 ChangeSiteMasterPage.aspx:
    protected override void OnLoad(EventArgs e)
    base.OnLoad(e);
    this.EnsureChildControls();
    if (!this.Page.IsPostBack)
    this.LoadValues();
    if (base.Web.Webs.Count == 0)
    this.resetSystemMasterPageSubSitesCheckBox.Visible = false;
    this.resetSubSitesCheckBox.Visible = false;
    this.resetAlternateCssSubSitesCheckBox.Visible = false;
    this.resetThemeSubSitesCheckBox.Visible = false;
    base.ConfigureCancelButton(this.BtnCancel);
    If I manually add a checkbox control with the ID "resetThemeSubSitesCheckBox" to a hidden panel in the v4 copy of ChangeSiteMasterPage.aspx the page works, but obviously this is not a best practice. How can we fix this without upgrading the UI version, which
    we are not yet ready to do?

    Thanks Mike - Could you please share what is your next step then? I also have custom master pages and layout but I am going to make new master page and layout in 2013 as we need to change the existing branding too. so, i upgrade the site collection. I understand
    the Look and Feel will not persist after the upgrade but I am concern that at least the page should show the content on the page after the upgrade. The page had Calendar webppart on it but after the upgrade it is coming blank.
    any suggestion?
    Regards,
    Khushi
    Khushi

  • Saving master page in search template throws error "UserAgent not available, file operations may not be optimized"

    Hi Folks,
    I was trying to save basic search template master page "seattle.master" after making change to the template.
    I have added just "CompanyName" folder and update the line below in seattle.master.
    Change is this : <SharePoint:CssRegistration Name="Themable/CompanyName/corev15.css" runat="server"/>
    When I save it, and refresh page on browser, it shows "Something went wrong" error.
    ULS says the following error : "UserAgent not Available, file operation may not be optimized"
    Pls let us know if there is a solution.
    Any help Much appreciated !
    Thanks,
    Sal
    

    Hi Salman,
    Thanks for posting this issue, 
    Just remove this below given tag and check out. It might be happened that your control is conflicting with others. 
    Also, browse the below mentioned URL for more details
    http://social.msdn.microsoft.com/Forums/office/en-US/b32d1968-81f1-42cd-8f45-798406896335/how-apply-custom-master-page-to-performance-point-dashboard-useragent-not-available-file?forum=sharepointcustomization
    I hope this is helpful to you. If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Repeat Text Field Value on Master page

    This might be a really simple question. I have a form with two master pages. The second is applied to all but the first page. On the second master page I have a text field that I populate with user entered data from a text field. I want this value to show on all pages after the first page (page 2 to n). It shows up with the value on page 2, but all the rest have a blank value. Do I need to script something to make it repeat for all pages? Any help would be appreciated.

    The simpliest method would be:
    Under the Object tab, select Binding, and change the Default Binding to Global. The TextFields you create must have the same name, and Global binding will populate all the fields.

  • Master Page Header and Footer in Page Viewer Web Part

    Hi.
    I created a View in Pages Library to view specific folders.
    After that i added one Page Viewer web part to one of the aspx page.
    There in the Page Viewer web part properties Link i have provided the url of the view.
    It is displaying the folders but at the same time it is displaying the master page header and footer inside the web part.
    Now i need to display the folders alone inside the Page Viewer web part.
    Please let me know how to exclude the master page header and footer inside the Page Viewer web part?
    Regards,
    Sudheer
    Thanks & Regards, Sudheer

    I think that is the default behavior of the page viewer webpart.
    In the page viewer web part,your just enter the url of the website.So that is treated as webpage and it is displaying as per page.
    http://meritsolutions.com/meritmatters/archives/576-Displaying-a-File,-Folder-or-Web-Page-in-the-Page-Viewer-Web-Part.html
    If you want to display a folder, type in a network path to that folder under Link and the folder content will be displayed. 
    Find the more details about page viewer webpart in msdn
    http://office.microsoft.com/en-in/sharepoint-server-help/page-viewer-web-part-HA010024045.aspx

  • Master page Dynamic data not getting displayed in consecutive pages

    Hi,
       I have buit a dynamic form which has some dynamic content in master page and a dynamic table in the body page.
    Layout is
    Master page
          Sub form
                 Field1 -TextView
                 Field2 - TextField      bind with Node1--->Attribute1
                 Field2- TextField       bind with Node2---->Attribute2
                Field n - TextField
    all the text fields are bound to various nodes from RFC
    Body Page
             Sub form
                  Table -Grows Dynamically
    When i run the application all the fields are displayed perfectly in the first page.
    when the table data goes more than one page the problem arises
    The Text fields in the master page is  not displaying the values in the second page ,but the text views and the table values are fine.
    The values are getting displayed in both pages if i put any attribute inside the parent node.Is there any property i need to set at node level or subform level?
    Thanks in advance,
    Siva

    Hi
    I Would like to give a suggestion eventhough i don,t have answer to you question.
    Master Page is used for static content as per SAP and Adobe like company logo and  company address footer section and placing  watermarks etc....
    I feel because of the Dynamic behavior in master page it Leeds this problem.
    Regards
    Malli

Maybe you are looking for

  • Partial Pick Confirming Sales Order

    Hi Folks, I have a requirement where I have to Pick Confirm and Ship confirm Sales Order through API. 1. When the quantites to be picked are same as quantity ordered the code seems to work just fine. But suppose in my example my quantity in SO line i

  • Safari and VLC -- how do I make them work together?

    I installed VLC on my Mac Pro and I want to use VLC to play streaming content. I think the link I'm clicking on is Adobe Flash content that then opens another program to play the MMS stream. Quicktime Player can't handle the stream and when I click o

  • Settings in color management VISTA

    http://s54.radikal.ru/i143/0808/c2/e56c95257436.jpg I am using a new Dell3007WFP und NVIDIA GeForce 7600 GT with Windows Vista. Images display with a yellow tinge when I open them in Photoshop CS3 (or Windows Photo Gallery). They do not have the yell

  • Monitor a process progress - JProgressBar

    Hello all, I have a method that runs a process: public Process EXECUTE(String command) {           try {      return Runtime.getRuntime().exec(command);      catch(IOException ioe){           return null; and a process that represents a call to this

  • Debugging a Module Pool Program(Object Oriented ABAP)

    Hello Experts, Could you please advise me on an efficient debugging technoque of Module Pool Program which is based on Object Oriented ABAP?