Custom Styled Top Link Bar Sharepoint Foundation 2013

I want to be able to style the top link bar with some custom CSS but I am unable to find any guides that walk me through the process. I could use a step by step guide. I have sharepoint designer and I know how to open the master page for editing. I've
tried to link an external CSS page but I still am not quite getting the results I want. I only get part of the CSS to apply. Please help

Hi,
Please check the following article about how to style the top navigation with custom css.
http://msdn.microsoft.com/en-us/library/office/dn205275(v=office.15).aspx
Here is a good article  for branding top navigation in SP 2013 ,by explaining  the top navigation related style elements :
http://sharepoint.rackspace.com/branding-top-navigation-in-sharepoint-2013
Regards,
If a post answers your question, please click Mark
As Answer on that post and Vote
as Helpful
subhash reddy

Similar Messages

  • Custom 404 Error page in Sharepoint Foundation 2013

    Hi all,
    How to point to the custom 404 error page in Share Point Foundation 2013. I have seen some links but not working for me. Please me let me know if you have any suggestion.
    Thanks.

    Can i create any page and pass the page url in it,like if i have created a page as custom404.aspx under pages library so do i need to do like this?
    $spsite = Get-SPSite "<http://sharepoint:1000/>"
    $spsite.FileNotFoundUrl = "<pages/custom404.aspx>"
    is this the correct way or i am doing incorrectly??
    please suggest

  • SharePoint 2013 Foundation Top Link Bar wrong selected page when no navigation match

    Hello,
    I've got the following issue.
    At one of my clients we are working on a public web site based on SharePoint 2013 Foundation (yes I know... Foundation...). I've branded the Top Nav Bar and ran into a problem.
    When I navigate to one of the pages in the Top Link Bar the selected item is marked as "Selected", great! But when I navigate to one of the pages that is not added in the Top Link Bar the first item is marked as "Selected", not so great.
    For example when I navigate to /Pages/About.aspx the first item /Pages/Home.aspx is selected.
    Can you help me out?

    Hi,
    Could you give me more detailed information about this issue?
    Could you give me a Screenshot about this issue?
    In addition, there is an articles about customizing the top link bar, please have a look at:
    http://msdn.microsoft.com/en-us/library/office/gg252669(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/gg277254(v=office.14).aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • SharePoint Foundation 2013 - FBA Custom Login Page

    Hi,
         i am trying to enable FBA in SharePoint Foundation 2013 and it works fine for default login page
         but when i try to create custom login page ( which is already working without any problems in SharePoint 2010 )  i receive an error when i try to authenticate user using the following code :
             SPClaimsUtility.AuthenticateFormsUser(Context.Request.UrlReferrer, txtUserName.Text, txtPassword.Text);
         i checked the Log file and found the following entries :
            - Application error when access /_layouts/CM Custom Login Page/Login.aspx, Error=Exception of type 'System.ArgumentException' was thrown.  Parameter name: httpApplication   at Microsoft.SharePoint.IdentityModel.SPClaimsUtility.AuthenticateFormsUser(Uri
    context, String userName, String password)     at CM_Custom_Login_Page.Layouts.CmCustomLoginPage.Login.btnLogin_Click(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)  
            -  System.ArgumentException: Exception of type 'System.ArgumentException' was thrown.  Parameter name: httpApplication    at Microsoft.SharePoint.IdentityModel.SPClaimsUtility.AuthenticateFormsUser(Uri
    context, String userName, String password)     at CM_Custom_Login_Page.Layouts.CmCustomLoginPage.Login.btnLogin_Click(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
          -  Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ArgumentException: Exception of type 'System.ArgumentException'
    was thrown.  Parameter name: httpApplication     at Microsoft.SharePoint.IdentityModel.SPClaimsUtility.AuthenticateFormsUser(Uri context, String userName, String password)     at CM_Custom_Login_Page.Layouts.CmCustomLoginPage.Login.btnLogin_Click(Object
    sender, EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(...
          -  ...Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    check first whether you are getting context or not, to me it looks like issue with Contrext.Request.UrlReferrer
    try with this code
    Uri url = new Uri(SPContext.Current.Web.Url);SPClaimsUtility.AuthenticateFormsUser(url, txtUserName.Text, txtPassword.Text);

  • Custom SharePoint Foundation 2013 workflows

    Hi
    I have created a custom workflow in my SharePoint Foundation 2013 environment using SharePoint Designer 2013.  I have a couple of questions:
    1. I have used the action 'Collect data from user' which is automatically sending emails to task assignees, however I need
    to customize these emails, is this possible? If so, could someone point me in the right direction for instructions on how
    to do this please?
    2. With the 'Collect data from User' and 'Send an email' actions, is it possible to include html code in the body of the
    emails?

    Try below:
    http://social.msdn.microsoft.com/Forums/en-US/ef945d33-50c5-4b89-8bb9-32a95498b419/how-to-change-email-template-for-the-approval-workflow?forum=sharepointcustomizationlegacy
    http://blogs.msdn.com/b/anolan/archive/2008/01/07/is-it-possible-to-modify-sharepoint-email-notifications.aspx
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f511a5a0-43ec-402b-a868-1bfe5d4a1462/how-to-modify-default-welcome-email-from-sharepoint?forum=sharepointadminprevious
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/ea1c4ba9-cd8a-4ed7-80cc-e012933ea7cd/how-to-change-the-default-email-sent-out-by-a-sharepoint-workflow?forum=sharepointcustomizationlegacy

  • SharePoint Foundation 2013 - Treeview current navigation linking to wrong page

    Good day,
    We are having issues with the OOTB tree view for SharePoint Foundation 2013.
    The client has a document library with a folder structure. Clicking on the first level folder (Private) navigates you to the wrong url, but when you navigate to one of its child folders, by expanding the parent folder (Private) and THEN clicking on the parent
    folder, it navigates to the right url.
    See attatched screenshots:
    Error:
    No error:

    Hey guys,
    Any update on this? Sorry for the hassle, guessing it's a SharePoint bug?
    Thanks,
    Abrie van Wyk

  • SharePoint 2007 (WSS 3.0) migration to SharePoint Foundation 2013

    Hi
    I have a requirement to migrate a SharePoint 2007 (WSS 3.0) farm to a SharePoint Foundation 2013 farm. The WSS 3.0 farm has SQL Server 2005 Standard running so no restrictions on the size of the content database. The SharePoint Foundation 2010 and 2013 farms
    will share the same SQL Server 2012 Standard instance (as I know WSS 3.0 will have to be migrated to 2010 before 2013). I also have two other WSS 3.0 farms (so three WSS 3.0 Farms, lets call these A (250GB), B (90GB) and C (60GB)) that I need to migrate
    into WSS 3.0 Farm A before the migration to SP 2010.
    My question is, can I migrate a 400GB WSS 3.0 site collection to SP 2010 or will I have to split this into separate site collections? I have read that there is a best practice limit of 100GB per site collection but this does not stop a larger migration from
    happening. Obviously over time when the migration has completed to SharePoint Foundation 2013 the single site collection will grow and grow so perhaps now is the right time to split this out into, say, year named site collections, but surely this will incur
    an end of year process to create new site collections and a custom dev headache due to different locations to send newly created sites?
    Thanks.

    The answer is Yes, and you are correct about the best practice of a limit of 100GB,
    although, document and record centers (e.g. non collaborative) can go much higher.
    http://technet.microsoft.com/en-us/library/cc262787(v=office.15).aspx#ContentDB
    That being what it is, your sites will perform better if you find a topology that allows the content databases to be under 100GB each.  You can use Move-SPSite to accomplish that feat.
    You'll want a separate instance for 2010 and a separate instance for 2013
    and finally, put some quota's in place and then governance document\statement that informs users that 100 GB is the max for any given site collection that uses collaborative features (calendars, lists, workflows, etc.)
    The simple path is explained on technet, go from 2007 to 2010 (you can inplace upgrade if you want) then go from 2010 to 2013, database detach and attach is only way.
    please check the below link that explains more about the migration from share point 2007->2013.
    http://technet.microsoft.com/en-us/library/cc262483(v=office.15)
    Stacy www.sharepointpapa.com

  • SharePoint Foundation 2013 - report / chart / Graph for Employee vacation.

    In SharePoint Foundation 2013 I want to create a report / chart / Graph for Employee (Employee Id,Employee Name & Department) which will show month wise from which date to which date Employee are on vacation in particular department.
    I'm thinking to create one List where where user will enter there vacation details and from that list report I will create chart / Graph Department wise to check the Employees availability.
    Please provide some good example or idea in detail for this.

    Hi,
    Chart Web Parts are useful for visually representing data in line charts, bar charts, and other views. Charts enable you and other users to view performance information at a glance.
    In SharePoint 2013, chart web part is one of the discontinued features. We usually use Excel Service to replace it, however, Excel Service is only available in Enterprise edition, so we need to figure out coding methods or third party tool if you are using
    Foundation edition.
    Here are some links for workaround in your situation, please check if they can be help:
    http://sivarajan.me/post/SharePoint-2013-Chart-WebPart-Using-HTML-5-RGraph-with-WCF-REST-Services
    http://charts4sharepoint.codeplex.com/
    Regards,
    Rebecca Tu
    TechNet Community Support

  • SharePoint Foundation 2013 - Master Pages

    I am trying to create a SharePoint Intranet site but am quickly running into a number of issues and am looking for help.
    I need to create a site that has multiple subsites (one for each department) however all of the subsites need to have a consistent look and feel about them so I have delved head long into branding, creating master pages, etc.  I have set-up  a
    master page, with a logo and icon, I would like this to cascade down to all subsites and pages below however I have no option to set this up.
    Is this a limitation of using foundation?  What other limitations are there to foundation that I need to be aware of?
    There also doesn't seem to be any visual designer, what do people use and what would people recommend to use?
    I am sure there will be a number of other questions that I need to ask but these will do for starters.
    regards,
    Matt

    Please refer the below link to apply custom master page to all sharepoint subsites
    http://rickhilferink.wordpress.com/2011/01/25/creating-a-sharepoint-2010-foundation-masterpage-solution-and-automatically-activate-it-for-all-sites-and-newly-created-subsites/
    http://aryannava.com/2011/03/29/how-to-apply-custom-master-page-and-theme-to-all-sharepoint-2010-sub-sites/
    For SP 2013 foundatoin limitations and boudaries, pls refer the below link
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/c2c3bdbc-2e48-436c-9bb8-b604f00de8fa/sharepoint-foundation-2013-limitation
    Please don't forget
    to mark it answered, if your problem resolved or helpful.

  • SharePoint Foundation 2013 Web Analytics

    Problem:
    I am using SharePoint Foundations 2013 (no patches) and trying to get Web Analytics working but running into difficulty. The error I am getting is the dreaded, "A web analytics report
    is not available for this site. Usage processing may be disabled on this server or the usage data for this site has not been processed yet.", when I click on Site Settings -> Site Web analytics reports
    Items completed:
    Enabled Site Usage and data collection in Central Admin.
    Logs are full of data in the hive
    I can see the data in dbo.requestusage in the WSS logging database.
    Possible problem is that Web Analytics has been deprecated in SharePoint 2013 however why would Microsoft have Web analytics link if it was deprecated.
    Question:
    How can I get Web Analytics to show data or has it been completely removed from SharePoint Foundations 2013 and the link is just there for frustration?
    Jay

    We’re having the same Problem.
    According to the following links, “Usage Analytics” and “Usage Reporting and Logging” are
    available in SharePoint Foundation 2013:
    http://www.khamis.net/blog/Lists/Posts/Post.aspx?ID=96
    http://blog.blksthl.com/2013/01/14/sharepoint-2013-feature-comparison-chart-all-editions/
    Are they wrong?
    I don’t mean the search related Reports (Most Popular Items), I mean the very simple Reports like
    Number of Page Views, Number of Unique Visitors, Number of Referrers, Top Pages/Visitors/Referrers/Browsers (URL: /_layouts/15/usageDetails.aspx)
    Sharepoint Hosting und Beratung www.sharepoint-foundation-hosting.ch

  • Change PageTitle in SharePoint Foundation 2013

    I'm trying to change the page title. My actual title looks like this.
    MyWebsite - page
    if I have a page url like this: www.mywebsite.com/SitePages/apple.aspx
    My page title will look like this:
    MyWebsite - apple
    I've created a custom list. Which stores the Page Title. I can get it like this.
    <SharePoint:FieldValue FieldName="CustomPageTitle" runat="server"/>
    But I cannont delete this Code, it brings me an error.
    <SharePoint:PageTitle runat="server">
    <asp:ContentPlaceHolder id="PlaceHolderPageTitle" runat="server">
    <SharePoint:ProjectProperty Property="Title" runat="server" />
    </asp:ContentPlaceHolder>
    </SharePoint:PageTitle>
    How is it possible to Change the page title?
    Note:
    I'm using SharePoint Foundation 2013
    I'm trying to Change it on MasterPage. Not a Wepart.
    I've read the Post, but it didnt help

    Use
    the javascript to change the title
    <script
    type="text/javascript"> document.title = "Your Title Goes Here"; </script>
    or
    follow the below link
    http://blogs.perficient.com/microsoft/2007/08/programmatically-setting-a-web-part-pages-title/

  • MasterPages and SharePoint foundation 2013

    Hi
    I have created a web application in SharePoint Foundation 2013. I also have created multiple subsite.
    I want to change the visual (branding) of the website (and all subsites).
    I have created a custom masterpage and wanted to set it as the default master page. But when I do that, everything is now set with that custom masterpage (even the site setting pages, the viewlsts.aspx, settings.aspx).
    Is there a way to bind masterpages only with the content pages of my website ?
    Any links for info about that ?
    Thanks
    Richard Martin Web Developer / BI Developer

    Hi  marric01,
    All of the site setting pages, the viewlsts.aspx and settings.aspx is the application page. An application page is an ASP.NET Web page that is designed for
    use in a SharePoint Web site. Application pages are stored on the file system of the front-end Web server in the %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\LAYOUTS directory and exist for every site in a Web application.
    This folder is mapped to an Internet Information Services (IIS) virtual directory called _layouts. Every site and subsite will have access to the application pages by using the _layouts virtual directory. 
    The scenario you have seen is what SharePoint will do when set the master page through Site Settings->Master page. All the pages on the site will apply this master page. 
    The settings.aspx, viewlsts.aspx and upload.aspx. etc. are application pages, the difference between application page and content page is that: application page store in server 15/Template/Layouts folder, all applications in the SharePoint farm use the same
    application page, while content page store in content database, each site use a unique page of them, you can update the page content in different site as you like.
    SharePoint by default doesn’t provide a method to set different master page for application pages, and this is not recommended, even if you can change this through update the page directly in the layouts folder, whenever you change it, it will affect the whole
    SharePoint farm, on all web applications.
    If you really need to this, I would suggest you to custom the ribbon button to direct to your custom specific application page like settings page. The concern by doing this is the default settings page is still available, and if users access the page by typing
    the url directly, he will see the default settings page.
    Reference:
    http://msdn.microsoft.com/en-us/library/aa979592.aspx
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected].
    Eric Tao
    TechNet Community Support
    Hi,
    Thanks for the information. While waiting for help with this forum, I was playing with SharePoint Foundation 2013 and SharePoint designer 2013. I saw that I can bind custom masterpage for each page that I create.
    (Style => Attach => Custom masterpage)
    I also managed to bind subsite pages to that same custom masterpage. 
    Is this a good way to customize the look and feel of my SharePoint foundation 2013 website (We are building a small intranet for about 100 person).
    Users are only gona be able to modify content inside the pages. We are (IT dept) the only one that can modify structure, add new pages and modify the look for the website.
    Thanks again !
    Richard
    Richard Martin Web Developer / BI Developer

  • Top link bar tab not highlighted when subsite beneath subsite active

    Scenario: All sites in a site collection share the same top link bar for consistent global navigation.
    Site A (top-level)
        Site A1 (2nd level)
            Site A1a (3rd level)
        Site A2 (2nd level)
        etc.
    Problem:  When site A1 is active, tab "A1" is highlighted.  When site A1a is active, no tabs are highlighted.  And the bread crumbs do not include site "A1."  So the user has no context to where they are in the site taxonomy.
    In MOSS 2007 the behavior is different.  Tab "A1" is highlighted when site A1 or any of its subsites is active.  So when site A1a is active, tab "A1" is highlighted and the user knows where they are.  This is good.
    Question: How can I make SharePoint 2010 highlight the top link bar tabs in a similar manner to MOSS 2007?

    I activated the "SharePoint Server Publishing Infrastructure" site collection feature, still it didn't work for me.
    I have Custom Top navigation bar in my project.
    Eg :   AAA   BBB   CCC   DDD
    When i am into CCC site , if i create sites under this at three levels say. : 
    CCC > CC1 > CC2 > CC3 > CC4
    The top navigation bar does not get highlighted when i am into CC4 site.
    Actuly the top naviagtion bar should look like this :
    Eg :   AAA   BBB   CCC   DDD
    But it does not get highlighted and it shows normal like this . Eg :  
    AAA   BBB   CCC   DDD
    Please suggest some solution for the same. Why Navigation does not work at this level.
    Regards ,
    Avinash

  • System.ArgumentException when trying to edit the top link bar

    Whenever I try to edit the top link bar of my SharePoint site, I get a page that just says "New Navigation Link."  That's fine, the link bar is empty, but when I click on that, IIS crashes:
    Server Error in '/' Application.
    Value does not fall within the expected range.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.ArgumentException: Value does not fall within the expected range.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [ArgumentException: Value does not fall within the expected range.]
    Microsoft.SharePoint.ApplicationPages.NavNodeCreatePage.OnLoad(EventArgs e) +1471
    System.Web.UI.Control.LoadRecursive() +95
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2936
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18447

    Hi,
    According to your description, my understanding is that the error occurred when editing the top link bar in SharePoint 2013.
    As the error message is very common, I recommend to check the ULS log for detailed error message for further research.
    For SharePoint 2013, by default, ULS log is at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS.
    Here is a similar thread for you to take a look:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/e6620d12-4995-4fb8-a75e-6b6c54a2adf8/cannot-modify-global-navigation?forum=sharepointcustomizationlegacy
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Sharepoint Foundation 2013 User field issue

    Guys, I have an issue with Sharepoint Foundation 2013 site that we have created some custom workflows for. We have a couple required fields that we type in a users name and it automatically pulls up a user based on Active directory. once we choose that name
    and then save the form. the field immediately becomes blank when i open the workflow item back up. I'm kind of at a loss. I've already totally hosed the server once and was forced to restore.  This seams to have started when we installed share point server
    patch KB2881077 but i cannot uninstall or roll back the patch as there is no option to.
    Thoughts?

    If you're using SharePoint 2013 April 2013 CU or higher, this is a known issue where the People data is missing in Edit view. There is a separate issue that is resolved in the September 2014 CU:
    http://support.microsoft.com/kb/2995905
    Consider the following scenario:
    You create a SharePoint 2013 list that contains a Person or Group (people picker) column.
    You create or edit an item, and then you select a person whose name contains a comma in the Person or Group field.
    In this scenario, the value of the Person or Group field is lost when you save the item. 
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for

  • Sale order - Wbs element Report

    Hi Is there any report for sale order wise wbs element report. In my sale order i will give wbs element and now i want to check "for one sale order , what are the wbs elements"

  • Discoverer 4.1.37-- Printing workbooks is not possible

    Hello all, One problem arise on many computers: when trying to print any worksheet(min 4 pages) from Discoverer 4.1.37 (network client installation) on windows XP, the processor usage in task manager is 100% and the computer is dead. No printing is s

  • Keep getting 'not enough room' on ipod when trying to copy from iTunes.

    Hi, With 60G iPod connected to PC, and iTunes automatically set to sync, I keep on getting 'not enough room on 'users-j' to copy all the requested files - even though I have plenty of disk spaces on the ipod. I have tried the following: - reset the i

  • How can i change the "main" computer for my iphone?

    I just bought a macbook...but I initially backed my phone up to my dell pc that will now go in the trash...how do I get the new computer to be my main computer and bring everything from my old puter (like itunes and iphone backup) to my new one?

  • Error message Ox800CCC90 ! Can anyone help please?

    Almost every time I try to go online I find that I cannot because of this message! 0x800CCC90 - I get the BT recognition of a problem, and the box asking me if I want them to FIX IT. So I follow the instructions -almost every time this happens, and t