Top navigation bar

How do I remove the top navigation bar which is getting cluttered from all the added pages?
Thank You

Michele
Select the page that you want to remove.
Then click on Inspector.
Click the second tab of the inspector pop-up, Page
Uncheck the "Include page in navigation menu"
HTH
Will

Similar Messages

  • Open url from top navigation bar in work area

    Hi.
    I added in top navigation bar one link (component CRMCMP_HDR_STD, view MESSAGE). How i would like to show content of that url in workarea of web ui window.
    I know that I can call url with href, but the problem is that this url content is then shown in that top navigation bar which is very small. I also know how to show that content in new window.
    But as I said Iwant to show it in workarea window. Like for example if you click on Personalization link in navigation bar.
    I checked how this Personalization call works in standard but it is somewhove hardcoded.
    Any ideas? Help will be appreciated.

    I would have even bettter requirement. I developed Z component. And I want to call this Z component from navigation bar link (component CRMCMP_HDR_STD, view MESSAGE).
    But as I said, I don't want to open that Z compoennt instead of CRMCMP_HDR_STD component in top bar, but in workarea. The requirement is similar as when you would click on any option in left navigation bar, which then opens component in workarea. But I don't want to launch my Z component from left navigation bar (which I know how to use), but from top navigation bar.
    Help appreciated.

  • Top Navigation Bar drop down menu's do not work

    Top Navigation Bar drop down menu's do not work. It is only happening on a couple of my site collections and is affecting on the main page of those collections. There is only one web part on the main page, it is the Picture Library Slideshow web part. When
    I remove that web part, the menu's come back and work with no problem. I re-add the web part and the menu's stop working. Not finding any error's in the server logs, there are no visual error's thrown.  Any advice on what might be happening? I've checked
    the Java update on our computers and it has the latest version.  Open to any advice at this point.
    DA
    ~~~~~~~~~ DAnderson

    Hi,
    How does the Top Navigation Bar dropdown menu issue look like?
    Could you please provide a screenshot about the issue, also may detecte the problematic elements by using IE browser developer tool (keyboard F12)?
    Please also check if it is related IE compatibility issue.
    Thanks
    Daniel Yang
    TechNet Community Support

  • DPS: Disabling Top Navigation Bar in Adobe App Builder disables Hot Spots in Articles

    When I disable the top navigation bar in Adobe's app builder, my hot spots (linked to MSOs) in certain articles are also disabled. The hot spots work if I "refresh" and swipe back to an article with no overlays. How do I get my hot spots to work and also have the top nav bar disabled? Thanks.

    Unfortunately, I do not know how to access it now that the app has been accepted. I had originally typed it up in Word thinking that I would be able to access it from the appeal site later, but that site is no longer accessible.
    I essentially explained that I had followed the 59 page DPS guide step-by-step and that no where did it explain how to enable the iOS status bar to be visible at all times ... that I was a designer and not a programmer ... that in 2012, 12 of the top 20 grossing apps on the iTunes Newstand were created with DPS ... that my app was an interactive "literary" travel app that was to be read like a brochure.  All that must have done the trick.

  • How do i edit the links in the top nav bar on an enterprise wiki site?

    I would like to edit and change the links in the top nav bar on my enterprise wiki.
    Currently the links are "About this wiki" and "Recent" a drop down menu with links.
    I would like to change "About this wiki" to a "Home" page link and remove the "Recent" drop down menu and links. I also would like to be able to add more links to the to the top nav bar.
    I there anyway I can do this one an enterprise wiki site?
    Thanks
    James T.F

    Hi,
    According to your post, my understanding is that you wanted to edit the links in the top navigation bar on an enterprise wiki site.
    I try to reproduce the issue, however, my enterprise wiki site don’t have the drop down menu.
    How did you add the Recent link?
    How did you create the drop down menu?
    Did you use the seattle master page or olso master page?
    It will be better if you can descript more detail and provide some screenshots.
    You can use JavaScript to add and remove the items in the drop down menu.
    More information:
    Add items in Drop Down List or List Box using Javascript
    Asim Sajjad: DropDownList Add/Remove Item Using Javascript
    HTML DOM Select remove() Method
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Navigation bar Safari ios 8 ipad

    Does anyone know how to disable the feature that causes the top navigation bar to auto minimize in Safari when scrolling down on the ipad?  I want to disable as it means I now have to scroll back to the top of a webpage each time I need the nav bar back (to make it reappear) so that I can click back to a previous webpage.

    I have been searching as well, and I cannot find a good solution. I do most of my navigating using the navigation bar. Now, what used to take one tap takes two or requires a down swipe to access controls I had before. I would really like to get back the functionality I had before the update.

  • How to remove the empty Top Navigation space on a main publishing page.

    What I did so far was to use snippet into the page (using Script editor) to do the following:
    a. Disable Top Navigation bar
    b. Disable the Title
    c. Remove the left nav bar
    d. Remove the search box on top right
    here is the code used so far:
    <style type="text/css">
    #titleAreaBox {
    display: none;
    #sideNavBox {
    display: none;
    #contentBox {
    margin-
    .ms-fullscreenmode #contentBox
        margin-
    h1.ms-core-pageTitle { display: none; } /* hide page title next to the logo */
    </style>
    As you see in the following picture, there is lot of space left at the Top Navigation area and I want it to go away, at least the most of it. How do I do that using the snippet code? Is there any other way round? I am not a web designer, so please keep it
    clean and simple when you try to explain to me what to do.

    Hi,
    From your description:
    a. Disable Top Navigation bar
    b. Disable the Title
    c. Remove the left nav bar
    d. Remove the search box on top right
    Here is the CSS code:
    <style>
    #sideNavBox { display: none }
    #contentBox { margin-left: 20px }
    .ms-core-navigation {display: none }
    h1.ms-core-pageTitle { display: none }
    #searchInputBox { display: none }
    </style>
    Here is the screenshot:
    Regards,
    Rebecca Tu
    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]

  • Top navigation buttons are not moving in Css

    My problem is that my top navigation bar is sticking to a logo picture at the top even after i told it to {clear:both:} but it didnt move..
    And i dont know why it isnt moving away, because i also applied it to go from left to right and that worked. it just wont move.
    Html code:
    <!DOCTYPE HTML>
    <html>
    <head>
        <script type="text/javascript" src="js/jquery.js"></script>
        <script type="text/javascript" src="js/timothy.js"></script>
        <link rel="stylesheet" type="text/css" href="../css/styles.css">
        <link rel="stylesheet" type="text/css" href="../css/print.css">
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <meta http-equiv="content-type" content="cache" />
        <meta name="robots" content="INDEX, FOLLOW" />
        <meta name="keywords" content="Enter Keywords" />
        <meta name="description" content="Description Here" />
        <title> Web Site By Sami Kassab - www.timothywebdesign.com</title>
        <!-- Google Analytics Code Goes Below Here -->
        <!-- End Google Analytics Code -->
        </head>
        <body>
        <div id="outer">
        <div id="wrapper">
                <div id="Company-Logo">
                    <img src="../Sami logo header.jpg">
                </div>
                <div id="Social-Media-icons">
                    <ul>
                        <li><a href="http://www.facebook.com"><img src="../ready facebook icon.jpg" /></a></li>
                         <li><a href="http://www.youtube.com/kkgproductions"><img src="../ready youtube icon.jpg" /></a></li>
                  </ul>
                </div>
                <div id="topnav">
                    <ul>
                        <li><a href="index.html">Home</a></li>
                        <li><a href="about.html">About</a></li>
                        <li><a href="products.html">Products</a></li>
                        <li><a href="services.html">Services</a></li>
                        <li><a href="contact.html">Contacts</a></li>
                    </ul>
                </div>
                <div id="banner">
                  <p> </p>
                  <p><img src="../Banner for video.jpg" /></p>
                </div>
                <div id="content">
                    <h1>Welcome To The Website</h1>
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip                 ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt                 mollit.</p>
                    <img src="../ready sunset blk.jpg" />
                    <img src="../ready sunset blk2.jpg" />
                  <p>  Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip                 ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt                 mollijkt alijgu mounter and the young toy ungy. </p>  
                <div id="rightside">
                    <h2> Latest News </h2>
                    <p> March 22, 2011 </p>
                    <h3> Sample Headline </h3>
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip                     ex ea commodo consequat. Duis</p>
                </div>
                <div id="footer">
                </div>
        </div>
        </div>
    </body>
    </html>
    styles.CSS code:
    /* Color Legend */
    /* Reset */
    /* Global */
    html    {    }
    body    {background-color:#E3DECA;}
    /* Containers */
    #outer            {width:960px; margin:0 auto; background-color:#FFFFFF; }
    #wrapper            {width:900px; margin:0 auto; background-color:#FFFFFF; }
    #Company-Logo        {margin:30px 0px; float:left; }     
    #Social-Media-icons             {float:right; }
    #Social-Media-icons ul li        {display:inline;}
    #Social-Media-icons ul            {margin-top:40px;}
    #banner                (    )
    #topnav                {clear:both;}
    #topnav ul            {    }       
    #topnav ul li        {display:inline    }
    #topnav ul li a        {    }
    #rightside            (    )
    #content            (    )
    #footer                (    )
    #box1            (    )
    #box2            (    )      
    #box3            (    )
    #box4            (    )
    #box5            (    )
    #box6            (    )

    You must be more careful my friend, just look at what you have got
    #banner                (    )
    #topnav                {clear:both;}
    #topnav ul            {    }       
    #topnav ul li        {display:inline    }
    #topnav ul li a        {    }
    #rightside            (    )
    #content            (    )
    #footer                (    )
    #box1            (    )
    #box2            (    )      
    #box3            (    )
    #box4            (    )
    #box5            (    )
    #box6            (    )
    Look at the brackets that you have for #banner and compare them with the brackets that you have for #topnav. While you are at it you can fix the remaining brackets for #rightside through to #box6
    Gramps

  • Hi from few days onwards i found one abnormality in my iphone4s .That is if i observe my phone settings screen from right side of the device top navigation appearing rightside height is more than the left side. In reverse manner from the left side.

    Hi from few days onwards i found one abnormality in my iphone4s .That is if i observe my phone settings screen from right side of the device top navigation bar appearing rightside height is more than the left side. In reverse manner from the left side. I dnt know whether it is default feature of iphone or not but i am really disappointed due to this. So please anyone help me in this issue and let me clear my doubt and make me happy. Thanks in advance.

    I believe what you are seeing is an optical illusion when viewing the screen from the side. Try to align one of the one of the options in Settings, like General, with the navigation bar you'll see it does the same thing.
    Hope that helps

  • 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

  • Home button on Top Nav Bar?

    Is there any way to add a home button or any other custom
    buttons to the top navigation bar?
    thanks

    I believe the answer is that you can anything you like to the
    skin, as long as you are a Flash developer. :-)
    Sorry but FlashHelp is not so easy to customise as WebHelp.

  • Top-Level Navigation Bar - Is it possible to make it 3 levels?

    Dear Portal Experts,
    Could someone please advise if it is possible to make the Top-Level Navigation Bar show more than 2 menu levels?  I looked at the document and it said we can only have 1 or 2 levels.  But I'm just wondering if there is any way around it.  Thanks.

    yes you are right .we can set only 1 0r 2 levels but good news is there is a workaround
    follow this blog
    Tag  Libraries: Creating a Hover Menu in SAP NetWeaver Portal
    reward points if helpful

  • Adding Content To the Top-Level of Navigation bar ?

    Hi,experts ,
       i have a problem with adding content to the top-level of navigation bar ?
    I have the authority of administration.I have added a customizing role with the entry-point property to myself userid . I have checked my navigation-target page's property can be visible in top-level navigation. I checked my my display level is set as 2 .
       However ,i dont get the folder content at the top-level navigation.Anyway,when i check the delta link trace,there is no folder that connect to my role .
       Anyone helps me out ?
    Thanks in Advance .

    Hi Eleanor,
    If you already created a role with an entry point and assigned it directly to you user, you may just have to refresh the portal page. You may also check the authorizations of you role.

  • Navigation bar pinned to the top of the browser window

    I have a navigation bar and graphic pinned to the top of the window, but when scrolling the page content goes over the nav bar. How can I keep it on top of all the other content?

    Hello,
    It is quite simple.
    The menu is on the master page and this page is always in the background so beneath everything.
    Go to your masterpage, click on the menu en use the shortcut crtl x to cut.
    Now the menu is on the clipboard.
    To paste it use the shortcut crtl/alt/shift/v in every page of your site. (this is called pasteing in place).
    Now press in every page (with the menu selected) on the shortcut crtl/shift / ] to get the menu infront of everything.
    Greetings Alex

  • Content admin - iview not in top level navigation bar

    Using my Administrator ID.
    Also Portal Admin -> channel assigment not in top level navigation bar.
    What role am I missing?

    Hi,
    The short answer to your question is that you need to add the relevant iView(s) and change the applicable role or iView properties to display in the areas necessary.
    Generally you require the super admin role to structure other admin roles to the different types of admin roles in your enterprise with a default installation.
    You could for example determine that your content admin receive more than just the default iView(s) applicable to them, and that you want those iView(s) to display as tabs, or only in the detailed navigational areas. This is a matter of personal preference and thus SAP allows you to customize this as you see fit.
    I hope this helps.

Maybe you are looking for

  • Signature in Form Central

    I see previous discussion about capturing a signature in Adobe Forms.  We need to obtain applicant signatures, and I'm wondering is there a way to do this on the form, that would be returned in the collection of the responses?  I'm open to other sugg

  • Configuring SharePoint Apps in Production Environment

    SharePoint 2013 Environment. We are trying to configure SharePoint APPS in production environment. It is a medium server farm with two W.F.E's load balanced.  We have the following two DNS entires with two different wildcards pointing to the SharePoi

  • Why is it so hard to get help from adobe acrobat?.

    I tried your 30 day free trial download and after installation of adobe acrobat Xi pro the site logo won't come up. All I get is a folder. Please help me.

  • h:commandLink inside t:dataTable

    Hi , I am using Tomahawk datatable and inside this datatable there is JSF HTML commandlink. when clicking the record in a datatable my action method is executing for multiple number of times. If there are four results present in datatable my action m

  • FRM-92101 Is this a bug ?

    I just created two data types on the db server 10g : CREATE OR REPLACE TYPE MY_1D_STRING_ARRAY AS VARRAY(10000) OF VARCHAR2(1000); and CREATE OR REPLACE TYPE MY_2D_STRING_ARRAY AS VARRAY(10000) OF MY_1D_STRING_ARRAY; In Oracle Forms 10g R2 trigger an