Menu bar static

Hello

I would like to create a menu bar static which remains fixed at the top of my folio while sliding through the

pages of it (and perhaps more a static footerbar). To be clear: the user must be able to swipe

the contentarea, but in high remains fixed menu bar.

If I understand correctly, this must be done with html, js and css, but it contradicts just using Indesign in the

the first place (because if I have to create my content as html anyway, what's the point using Indesign?).

Is there a tutorial on this subject or a good practice to solve such

of the problem?

I think I ve read about this problem before and there is no practical solutions

which, I must say, is a major problem, because if I need a xcode, the c programmer + to solve this.

Well, then I Don t need to Indesign and the constructor of DPS still.

Thanks in advance,

André

You don't need to use the HTML for the menu items. You can simply use the buttons. In DPS App Builder, you can hide the top navigation bar:

Top navigation to Hide in Folio ViewIf you select this option, only the lower navigation bar is displayed when a user clicks on an article. This allows publishers to create a navigation bar on all pages of the article to navigate the folio.

Then, at the top of each article (or if it is Horizontal Swipe only), you need to add buttons. You can create buttons that jump to articles using the "navto: / /" and you can go to the library and create a button to return to help the "goto: / /" format.

Goto://ApplicationViewState/library

Goto://ApplicationViewState/sections

Goto://FolioNavigation/lastview

http://helpx.Adobe.com/Digital-Publishing-Suite/Help/hyperlink-overlays.html

Tags: Digital Publishing Suite

Similar Questions

  • Menu bar static slide to stretch with browser height

    I know this may be invited at one point but I couldn't find a solution.  I have not my menu bar to stretch up and down in the browser.  In Muse, I have the rectangle touch the top bottom and sides of the canvas.  I design for the largest of screens out there, but the basics should still apply I guess.  Please tell me what I'm doing wrong.

    Note that in the browser, it will stop before touching the bottom of the page.

    See my screenshots:

    In Muse

    Screen Shot 2015-12-22 at 6.25.32 AM.png

    In the browser:

    Screen Shot 2015-12-22 at 6.25.58 AM.png

    For your case, I think that you can just draw the box taller. A Pinned item didn't impact on the height of the page or cause to lie vertical scroll bar, so you can create it as big as you want (bigger than the top) without negative side effects. As mentioned in other threads, Muse has no currently all built-in automatic vertical resizing of objects at height of the browser window. If you want or need something which is dynamically which you need to explore custom code or the third party widgets.

  • inserting submenu items via the code - not the file editor graphics *.uir (not the edit > > Menu Bars... method!)

    How submenu items are constructed by code and not the edit menu bar settings in the *.uir Editor?  NemMenuItem (...) does not do that, or I'm not plugging in parameters correctly, which I doubt is the case.  BTW, he has no explanation in the help of v.8.0.1 AIC menu items on NewSubMenu (...) and how to use the subMenuHandler for all other functions.  At least everything I found had nothing to do with submenu items.  Is it impossible to do it by programming?

    Hi Chris,

    You can paste the code below directly to the interactive execution window and run.

    The result is in the attachment.

    #include

    public static int NLP, mbar, menu;
    public static int mitem, submit, submitem;

    NLP = NewPanel (0, "", 250, 250, 250, 250);
    mbar = NewMenuBar (NLP);
    menu = NewMenu (mbar, "menu",-1);

    mitem = NewMenuItem (mbar, menu, "submenu",-1, 0, 0, 0);
    prese = NewSubMenu (mbar, mitem);
    submitem = NewMenuItem (mbar, submit, "submenuitem",-1, 0, 0, 0);

    DisplayPanel (NLP);
    RunUserInterface ();

    I hope that's what you asked for.

    Have a nice weekend

  • Help: content partly disappears behind the menu bar in Apple computers

    Hello

    I have a problem with my Web site which wasn't there when I bought the model. But along the way that this has happened and we do not understand why or how to solve this problem. The thing is that for pages like the shop/blog pages and account/high connection to the content of the page disappears behind the menu bar (see first screenshot). However, this happens only on Apple computers.

    Schermafbeelding 2016-05-26 om 18.00.47.png

    On my Apple computer, we were able to manually set the top of the pages, but the opening on another computer of Apple the same problem occurs; It is therefore not a real solution. And we now have the issue that on an iPhone or iPad (Apple gadgets) there is too much white space between the menu bar and in the header of the main image on all pages except the home page (see 2nd screen printing).

    Schermafbeelding 2016-05-26 om 17.59.34.png

    It is the original model: http://uguru-assisted-living-us.businesscatalyst.com.

    It's my Web site: www.yfkelaanstra.com (and .nl)

    In the model, you can see that the bar of menus covered the content first and was transparant but we changed it to a non-transparant menu bar. Maybe something was wrong there... I have no idea.

    Anyone with advice or who would like to have a look, do not hesitate to contact me. I really hope we can fix it.

    I thank very you much for your time.

    Virtual vibes,

    Yfke

    Hello

    This is a really simple solution, you need to change your header absolutely static position.

    line 199 in style.css:

    current:

    {to header

    position: absolute;

    z-index: 1000;

    Width: 100%;

    border-bottom: 2px solid #eaeef1;

    }

    Replace:

    {to header

    position: static;

    z-index: 1000;

    Width: 100%;

    border-bottom: 2px solid #eaeef1;

    }

    If you need any support to modify the models or building BC Web site, feel free to drop me a line via [email protected]

    Kind regards

    Nate C.

  • problem with style of background color of a menu bar?

    Hi all

    I tried a style menu bar, but it seems I either do not correctly, or it does not.

    what I found the syntax is
     -fx-background-color: Color; 
    I tried to use black and nothing. I also tried
     -fx-color-: black;
    and for some reason, the text color changes from black to white... weird...

    I use Java 8 and there is something called 'Background', which I don't know too much how to use, but not too sure if I SHOULD use it.

    I guess the setStyle would work as the use of a css file and call that, but I'm curious to know if it's something I'm doing or if it's a Java 8 bad bug: P.

    Thank you all!

    ~ KZ

    So is there a problem with 'setStyle' with Java 8, or is it with the menu bar?

    I think that, it's probably a problem with your code or you are using an outdated version.

    The following works fine for me, (Java 8 b 91, win7).

    import javafx.application.Application;
    import static javafx.application.Application.launch;
    import javafx.scene.Scene;
    import javafx.scene.control.*;
    import javafx.scene.layout.*;
    import javafx.stage.*;
    
    public class MenuBarStyling extends Application {
      @Override public void start(Stage stage) {
        Menu fileMenu = new Menu("File");
        fileMenu.getItems().setAll(
          new MenuItem("Save"),
          new MenuItem("Exit")
        );
        Menu editMenu = new Menu("Edit");
        editMenu.getItems().setAll(
          new MenuItem("Find...")
        );
    
        MenuBar menuBar = new MenuBar();
        menuBar.getMenus().setAll(
          fileMenu,
          editMenu,
          new Menu("Help")
        );
        menuBar.setStyle("-fx-base: forestgreen;");
    // use the line below rather than the line above if you prefer
    // adjusting only the background of the menu bar and not
    // the base color of the entire menuBar menu system.
    //    menuBar.setStyle("-fx-background-color: forestgreen;");
    
        stage.setScene(
          new Scene(
            new VBox(menuBar),
            300, 200
          )
        );
        stage.show();
      }
    
      public static void main(String[] args) { launch(args); }
    }
    
  • Css Spry menu bar is not compatible with IE7? or compatibility view in IE8?

    Well I did my site

    . Swimmerbuddy.com

    Problem: I used the bar of menus spry on a div tag I've got it works very well on several browser and so on... but hmm. I noticed that IE7 and only on compatibility view the IE8 does not work...

    It seems that in the drop down menus covered by the main content underneath...

    I started DWT, that I made myself. It's the TPL and css than controll the TPL and the spry menu bar.

    PLEASE HELP ME... Thank you

    IT'S THE TPL PAGE RUNS AWAY

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    "< html xmlns ="http://www.w3.org/1999/xhtml">".
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    <!-TemplateBeginEditable name = "doctitle"-->
    < title > Untitled Document < /title >
    <! - TemplateEndEditable - >
    "" < link href = "... / CSS/main.css ' rel ="stylesheet"type =" text/css"/ >
    <!-TemplateBeginEditable name = "head"->
    <! - TemplateEndEditable - >
    < style type = "text/css" >
    a: link {}
    Color: #000;
    text-decoration: none;
    }
    < / style >
    "" < script src = "... / SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script >
    "" < link href = "... / SpryAssets/SpryMenuBarHorizontal.css" rel = "stylesheet" type = "text/css" / >
    < style type = "text/css" >
    a: visited {}
    Color: #000;
    text-decoration: none;
    }
    a: hover {}
    text-decoration: none;
    Color: #000;
    }
    a: active {}
    text-decoration: none;
    }
    < / style >
    < / head >

    < body >
    < div id = 'wrapper' >
    < div id = "header" >
    "" "< div id ="networkicons"> < a href ="http://www.facebook.com/?ref=logo#! profile.php? id = 100001554936595"target ="_blank"" > < img src = ""... / _images/facebook.png "alt =" facebook.com "width ="45"height ="45"border ="0"title ="facebook.com"/ > < /a > < a href ="http://www.myspace.com/swimmerbuddy"TARGET ="_blank"" > < img src = ".." "" / _images/myspace.png "alt =" myspace.com"width ="44"height ="45"border ="0"title ="myspace.com"" / > < /a > < a href = "http://twitter.com/swimmerbuddy" TARGET = "_blank" > < img src = ".. "" / _images/twitter.png "alt =" twitter.com"width ="43"height ="45"border ="0"title ="twitter.com"" / > < /a > < a href = "http://www.youtube.com/swimmerbuddy1" TARGET = "_blank" > < img src = ".. "/ _images/youtube.png" alt = "youtube.com" width = "44" height = "45" border = "0" title = "youtube.com" / > < /a > < / div > "
    < div id = "buyNow1" >
    "" < p > < a href = "... / order_now.html" > < img src = "... / buynowbutton.png" alt = "bt1" width = "130" height = "25" border = "0" longdesc = "Order your Buddy swimmer today!" / > < /a > < /p >
    < / div >
    < / div >
    < div id = 'mainNav' >
    < ul id = "mainNavcontent" class = "MenuBarHorizontal" >
    "< li > < a href ="... / index.htm "> home < /a > < /li >"
    "< li > < a href ="... / swimmer.html "> boyfriend swimmer < /a > < /li >"
    "< li > < a href ="... / order_now.html "> order now < /a > < /li >"
    < li > < a href = "#" class = "MenuBarItemSubmenu" > Gallery < /a >
    < ul >
    "< li > < a href ="... / photo_gallery.html "> Photos < /a > < /li >"
    "< li > < a href ="... / video_gallery.html "> videos < /a > < /li >"
    < /ul >
    < /li >
    < li > < a href = "#" class = "MenuBarItemSubmenu" > Products Zinger < /a >
    < ul >
    "< li > < a href ="http://www.winkyscoop.com/ "> Winky Scoop < /a > < /li >"
    "< li > < a href ="http://www.1800succeed.com/ "> Hypmovation < / a > < /li>"
    "< li > < a href ="http://www.1800succeed.org/ "> 1800SUCCEED < / a > < /li>"
    "< li > < a href ="http://www.zingerproducts.com "> Zinger store < /a > < /li >"
    < /ul >
    < /li >
    "< li > < a href ="... / about.html "> about us < /a > < /li >"
    "< li > < a href ="... / contact.html "> contact us < /a > < /li >"
    < /ul >
    < / div >
    <!-TemplateBeginEditable name = "mainContent"->
    < div id = "pageInfo" >
    < div id = "info_page" >
    < class p = "regionID" > region ID < /p >
    < hr class = "breaklinePageInfo" / >
    < class p 'breadcrum' = > & gt; "< a href ="... / index.htm "> Breadcrum < /a > < /p >"
    < / div >
    < div id = "mainContent" >
    < div id = "content" >
    < p > main content goes its < /p >
    < / div >
    < / div >
    < / div >
    <! - TemplateEndEditable - >
    <!-TemplateBeginEditable name = "buynow2"->
    "" < div id = "buyNow2" > < a href = "... / order_now.html" > < img src = "... / buynowbutton.png" width = "130" height = "25" / > < / has > < / div >
    <! - TemplateEndEditable - >
    < div id = "footer" >
    < div id = "footertext" >
    < class p = "footertextclass" > Copyright © 2010 SwimmerBuddy.com. All rights reserved. "SwimmerBuddy.com part of < a href ="http://www.zingerproducts.com"class ="footertextclass"> Products Zinger < /a >." Designated brands and trademarks are the property of their respective owners. This page was last updated on September 28,2010. Swimmer Buddy - Pattent pending 2010 < /p >
    < / div >
    < div id = "footerlinks" >
    "" < p classs = "footerlinkspacing" > < span class = "footerlinkspacing" > < a href = "... / Disclaimer.html" "> WARNING < /a > < a href ="... / terms.html "> terms of Service < /a > < a href ="... / contact.html "> contact us < /a > < / span >"
    < / div >
    < / div >
    < / div >
    < script type = "text/javascript" >
    var MenuBar1 = new Spry.Widget.MenuBar ("mainNavcontent", {imgDown: "..."}) "" / SpryAssets/SpryMenuBarDownHover.gif ', imgRight: ".. ({"/ SpryAssets/SpryMenuBarRightHover.gif"});
    < /script >
    < / body >
    < / html >


    IT'S THE MAIN. CSS

    @charset "utf-8";
    {#networkicons}
    height: 50px;
    Width: 200px;
    top of the margin: 160px;
    margin left: 15px;
    position: absolute;
    }

    {#wrapper}
    Width: 933px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    left margin: auto;
    text-align: left;
    position: relative;
    }
    {#mainNav}
    text-align: center;
    position: relative;
    margin-right: auto;
    left margin: auto;
    Width: 934px;
    padding-bottom: 15px;
    Clear: both;
    overflow: visible;
    }
    {#navwrapper}
    Width: 935px;
    margin-right: auto;
    left margin: auto;
    }

    #mainContent {}
    Width: 910px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    }
    #content {}
    Width: 910px;
    position: relative;
    }
    #wrapper #footer #footerlinks p .footerlinkspacing a {}
    right margin: 20px;
    }

    #footer {}
    Width: 930px;
    background-color: #fff;
    position: relative;
    top of the margin: 5px;
    text-align: center;
    Color: #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
    }
    #header {}
    Width: 930px;
    height: 209px;
    background-image: url (.. / _images/header.jpg);
    background-repeat: no-repeat;
    }
    {#buyNow1}
    height: 25px;
    Width: 140px;
    float: right;
    do-family: Arial, Helvetica, without serif.
    make-weight: bold;
    text-align: center;
    background-repeat: no-repeat;
    color: #666;
    padding: 5px;
    position: absolute;
    top: 160px;
    right: 150px;
    }
    {.buyNow1}
    color: #666;
    }
    #wrapper #pageInfo #info_page .breadcrum {}
    color: #003;
    }
    #wrapper #pageInfo #info_page .breadcrum a {}
    color: #003;
    }


    HTML, body {}
    margin: 0px;
    padding: 0px;
    }
    {#buyNow2}
    height: 25px;
    Width: 130px;
    float: right;
    do-family: Arial, Helvetica, without serif.
    make-weight: bold;
    text-align: center;
    padding: 5px;
    position: relative;
    }
    #wrapper #buyNow2 a {img
    position: absolute;
    top:-30px;
    right: 50px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    }

    {#pageInfo}
    Width: 930px;
    background-image: url (.. / _images/pageinfobackground.jpg);
    background-repeat: repeat-x;
    background-color: #FFF;
    text-align: left;
    padding-bottom: 15px;
    top of the margin: 18px;
    position: relative;
    overflow: visible;
    visibility: visible;
    }
    #wrapper #mainNav #mainNavcontent {}
    position: absolute;
    left: 0px;
    Width: 930px;
    }
    {.regionID}
    do-size: 2em;
    make-weight: bold;
    color: #FFC;
    margin-top: 1em;
    margin-bottom: 0em;
    text-align: left;
    margin-left: 5px;
    }
    {.breaklinePageInfo}
    top of the margin: 0.5em.
    color: #FAFEAB;
    }
    {.breadcrum}
    color: #003;
    font size: 1.1em;
    make-weight: bold;
    text-decoration: underline;
    margin-top :-0 .2em;
    margin left: 15px;
    }
    {#breadcrum}
    make-weight: bold;
    color: #003;
    }

    {#footertext}
    Width: 910px;
    font size: 0.6em;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    }
    {#footerlinks}
    Width: 930px;
    font size: 0.7em;
    make-weight: bold;
    do-family: "Lucida Sans Unicode", "Lucida Grande", without serif.
    Color: #000;
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
    }
    {.footertextclass}
    Color: #000;
    }
    {.footerlinkspacing}
    margin-top :-0 .5em;
    color: black;
    height: 10px;
    make-style: normal;
    line-height: normal;
    do-variant: normal;
    letter-spacing: normal;
    }
    {p}
    margin: 0px;
    padding: 0px;
    }

    {body
    text-align: center;
    top of the margin: 5px;
    background-color: #073e78;
    background-image: url (.. / _images/background.jpg);
    background-repeat: repeat-x;
    background-attachment: scroll;
    do-size: 100%;
    }

    IT's THE list drop-down menu.css

    @charset "UTF-8";

    / * Sections - version 0.6 - Pre - Release Spry 1.6.1 * /.

    / * Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

    /*******************************************************************************

    The AVAILABLE INFORMATION: Describes the box model, positioning, the order

    *******************************************************************************/

    / * The outermost container for the menu bar, an area of width auto without margin or padding * /.
    UL. MenuBarHorizontal
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    do-size: 100%;
    cursor: default;
    Width: auto;
    }
    / The menu bar value active with this class, currently the definition of z-index to accommodate IE rendering bugs: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html * /.
    UL. MenuBarActive
    {
    z-index: 1000;
    }
    / * Menu item containers, position of children relative to this container and are a fixed width * /.
    UL. MenuBarHorizontal li
    {
    margin: 0px;
    padding: 0;
    list-style-type: none;
    do-size: 100%;
    position: static;
    text-align: center;
    cursor: pointer;
    Width: 132.8px;
    float: left;
    overflow: visible;
    visibility: visible;
    }
    / * Submenus should appear under their parent (top: 0) with a higher z-index, but they are first the left side of the screen (-1000em) * /.
    UL. MenuBarHorizontal ul
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    do-size: 100%;
    z index: 1020;
    cursor: default;
    Width: 132.8px;
    position: absolute;
    left:-1000em;
    }
    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we put the car left so it happens on the screen below its parent menu item * /.
    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible
    {
    left: auto;
    }
    / * Container of menu items are same fixed width parent * /.
    UL. MenuBarHorizontal ul li
    {
    Width: 8.2em;
    }
    / * Submenus should appear slightly overlapping to the right (95%) and upward (-5%) * /.
    UL. MenuBarHorizontal ul ul
    {
    position: absolute;
    margin:-5% 0 0 95%;
    }
    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we have left to 0, it is on the screen * /.
    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible ul. MenuBarSubmenuVisible
    {
    left: auto;
    top: 0;
    }

    /*******************************************************************************

    INFORMATION DESIGN: Describes the set of colors, borders, fonts

    *******************************************************************************/

    / * Submenu containers have borders on all sides * /.
    UL. MenuBarHorizontal ul
    {
    border: #333;
    color: #FFF;
    }
    / * Menu items are a light grey block with padding and no text decoration * /.
    UL. MenuBarHorizontal a
    {
    display: block;
    cursor: pointer;
    background-color: #FFF;
    Padding: 0.5em 0.75em;
    Color: #333;
    text-decoration: none;
    background-image: url (.. /_images/bar-Top.png);
    background-repeat: no-repeat;
    }
    / Components menu that have mouse over or focus have a blue background and white text * /.
    UL. MenuBarHorizontal a: hover, ul. MenuBarHorizontal a: focus
    {
    color: #003;
    background-image: url (.. /_images/bar-Bottom.png);
    }
    / * Menu items that are opened with the submenus are on MenuBarItemHover with a blue background and white text * /.
    UL. MenuBarHorizontal a.MenuBarItemHover, ul. MenuBarHorizontal a.MenuBarItemSubmenuHover, ul. MenuBarHorizontal a.MenuBarSubmenuVisible
    {
    color: #003;
    background-image: url (.. /_images/bar-Bottom.png);
    background-position: bottom;
    }

    /*******************************************************************************

    Submenu INDICATION: styles if there is a submenu in a given category

    *******************************************************************************/

    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.
    UL. MenuBarHorizontal a.MenuBarItemSubmenu
    {
    background-image: url (.. /_images/bar-topsub.png);
    background-repeat: no-repeat;
    background-position: right top;
    }
    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.
    UL. MenuBarHorizontal ul a.MenuBarItemSubmenu
    {
    background-image: url (SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }
    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.
    UL. MenuBarHorizontal a.MenuBarItemSubmenuHover
    {
    background-image: url (.. /_images/bar-topsubhover.png);
    background-repeat: no-repeat;
    background-position: right;
    }
    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.
    UL. MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    {
    background-image: url (SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }

    /*******************************************************************************

    BROWSER HACKS: hacks below should not be changed, unless you are an expert

    *******************************************************************************/

    / * HACK FOR IE: to ensure that sub menus show above form controls, underpin us each submenu with an iframe * /.
    UL. MenuBarHorizontal iframe
    {
    position: absolute;
    z index: 1010;
    Filter:alpha(opacity:0.1);
    }
    / * HACK FOR IE: to stabilize the appearance of the menu items. the slash in the float is to keep IE 5.0 analysis * /.
    @media screen, projection
    {
    UL. MenuBarHorizontal li. MenuBarItemIE
    {
    display: inline;
    f\loat: left;
    Background: #FFF;
    }
    }

    There are too many mods in your sections for me to go through.

    I recommend you first read this http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one

    Then, start with an original sections based on these rules.

    Other useful links can be found here http://www.adobe.com/devnet/dreamweaver/spry.html and go to design application to the Spry widgets

  • The menu bar clock freezes after recovery from sleep mode

    After the upgrade to Sierra, I noticed that the clock in the menu bar (top right) show wrong time.  This occurs when the iMac comes out of his SLEEP.  When I hoover the pointer of the mouse on the clock, it would turn into a spinning ball (i.e. no response).  I have to disconnect and reconnect so that the clock in the menu bar to indicate the correct time.  She would continue to work until the next time that the iMac comes out of SLEEP.

    Anyone facing this problem?

    Have you tried booting in safe mode (hold down the SHIFT key at startup)? The problem persists?

    If you create a new user account, does?

  • I have a grey spinning wheel in the menu bar...

    I have a wheel that turns in the menu bar. I can't delete it, and if I click it, the words "close - close subfolders ' seems... what? What should I do to remove it?

    The following thread might solve your problem.

    Clock bar menus and spinning wheel

  • How to remove the period/point of the day and month in the menu bar

    Since the upgrade to Sierra I noticed that the day and month in the menu bar have now periods (diaphragm openings) after them, for example 'Sun' instead of 'Sun '. It is not possible to change this by using the language and region settings. I find them boring. Is there any other way (for example by using Terminal Server) to get rid of them?

    This is the default value for the Australia, for example. What region is selected in system preferences?

  • Sierra - Menu bar - Beachballing with frozen time

    Since Sierra on 2 MacBook that I sometimes noticed that the time in the menu bar is not updated and if I put my mouse over the menu bar it is beachballing.  A restart of the MacBook solve the problem... until next time.

    Anyone else seeing this?

    I see this same question. I noticed is all the native OSX system elements in the menu that are frozen bar (volume Yes, wifi, battery, time, airplay, siri, etc.), but the non-native elements are not frozen (slack, dropbox, etc.).

  • Icon not appearing SIRI is not in the menu bar

    Just installed Sierra - Siri icon appears in the dock but no menu bar. How do I configure that?

    Go to the system preferences window click the siri, then in the window to disable the Siri display in the menu bar and then on again.

  • Siri is not displayed in the menu bar - an idea, why not?

    To http://help.apple.com/macOS/Sierra/WN/?lang=en_US#/siri-WN , I noticed that Siri is supposed to be in the menu bar. And in settings > Siri "display in the menu bar" is selected by default. But he does not appear in my menu bar. Yet it is in my dock.

    No idea why it doesn't appear in the menu bar?

    In addition, Siri has a few display bugs (see screenshot).

    Turn off your computer and restart.

     > System Preferences > Siri > Siri display in the menu bar

  • Impossible to disable the menu bar black in El Capitan

    An application that I used works option "menu bar black" of OSX and while I like it better than the light menu bar some of my menu icons are not visible in dark mode and so I would like to disable. However, the problem is that I can't. Whenever I have untick "use the menu bar black and anchor" setting in system preferences > general, nothing happens. Then when I close the system preferences and open it again, I find that the box is checked once more. (I also uninstalled all traces of the original application that made that change, reinstalled, tried to turn the option off, clear again, etc. - all without success).

    I tried to check in the Library/preferences /. GlobalPreferences, but it doesn't seem to be an option for this setting (while I can see the setting to hide the menu bar).

    Any ideas?

    Try

    remove parameters by default g AppleInterfaceStyle

  • When I click on "View history" I completely lose the Firefox menu bar, I can't even quit the application without using a keyboard shortcut.

    The question describes all this: when I select "view history", the menu bar disappears, so I have no way of navigation, there is no arrow to the left, nothing. I quit Firefox, but only using the Mac keyboard shortcut. I can go back to a previous window only by moving the historic window and I can close this previous window - there is a button for this - but there is NOTHING that will allow me to change, or close, the historical window. My only option is to leave the program.

    Both of your corrections helped. The first reminded me that I could simply use command-W to close the library window, because it did not show a close"" button. But your second response on rename these two files really made the tour of Firefox back to his old self once more. Now, everything is back to normal. Thank you.

  • Lost menu bar

    Suddenly, I have more the Menu bar at the top of the page when I get out of a Web site. It is visible if I run the application without a visible Web page. Why did happen and how can I get it back?

    Mary Lou

    I use an iMac on OS 10.6.8

    Make sure that you run not Firefox mode full screen (press F11 or Fn + F11 to toggle; Mac: Command + SHIFT + F).

    Try to rename (or delete) the file xulstore.json in the Firefox profile folder.
    You can use this button to go to the current Firefox profile folder:

Maybe you are looking for