Where is this button in SP 2013?

Hi,

In SP 2010 - we had this icon to show our location on current path. How to get this in SP 2013 please?

Thanks.

August 26th, 2015 8:03pm

Hi ran009,

It is named breadcrumb which is disable by default  in SharePoint 2013.

To enable breadcrumb in SharePoint 2013, you need to modify the master page and have to remove Style="display:none" attribute also remove "Visible=false":

<div class="ms-breadcrumb-dropdownBox" style="display:none;">
<SharePoint:AjaxDelta id="DeltaBreadcrumbDropdown" runat="server">
    <SharePoint:PopoutMenu
        Visible="false"
        runat="server"

Change it to:

<div class="ms-breadcrumb-dropdownBox" >
<SharePoint:AjaxDelta id="DeltaBreadcrumbDropdown" runat="server">
    <SharePoint:PopoutMenu
        Visible="true"
        runat="server

Refer to the following article about restoring Navigate Up on SharePoint 2013:

http://www.manageprojectsonsharepoint.com/blog/2012/12/19/restore-navigate-up-on-sharepoint-2013/

Best Regards,

Lis

Free Windows Admin Tool Kit Click here and download it now
August 27th, 2015 12:06am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics