Buttons at Navigation bar have disappeared

I am running FF 16.0.2 on my home computer (Windows 7) and until a few days ago I had an Amazon and Feedly buttons just in front of the Navigation pane. Now both are missing although both add ons are enabled. How can I get these buttons back?

If the menu bar is hidden then press the F10 key or hold down the Alt key to make the menu bar appear.
Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible:
*"View > Toolbars"
Open the Customize window to set which toolbar items to display:
*View > Toolbars > Customize
*Firefox > Options > Toolbar Layout
*If missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
*If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
You can also check for problems with the localstore.rdf file.
*http://kb.mozillazine.org/Corrupt_localstore.rdf

Similar Messages

  • When I select Toolbar-Customize and the options box opens, the Navigation Bar icons disappear.

    Two questions: 1) When I select Toolbar, then Customize, the box with the toolbar options opens, but my Navigation bar icons disappear, so I can't add the spaces, bars, etc. to it. How do I fix that? 2) I can reposition the icons in the Navigation bar without being in Customize, with the exception of the Search Address box. How do I reposition the Search Address box? Thanks.

    Opening in the Sidebar is the default action for bookmarks that are created via a "Bookmark this Page" link or button on a website. Make sure you use the many "Bookmark this Page" methods that are in Firefox instead.
    Right-click those bookmarks and select '''Properties''', then un-check the preference for '''Load this bookmark in the sidebar''', and then click Save.

  • The dock and safari tool bar have disappeared and i can't minimise safari - can anybody help?

    The dock and safari tool bar have disappeared and i can't minimise safari - can anybody help?

    Move the mouse pointer to the top of the screen.
    Menu bar and Safari toolbar will  be visible now.
    Click the green button in the toolbar.

  • Buttons on navigation bar not working??

    Hello all, I am in a web design class and im currently wokring on my website. When i made my navigation bar in adobe fireworks and saved/exported it then tried to open it in dreamweaver cs6. The way i did this was insert>image objects>fireworks HTML then selected the html version of the nav bar. But for some reason when i try to do live view or open it in browser the buttons don't work, they worked when I opened them from fireworks. Someone help please :/

    The old Fireworks code relied on javascript for the menus.  If the javascript file is not in the proper location or is missing then the menus will not work.  In order to tell if this is the page we would need access to a test page online to view your code.  In case this is not possible, I am also including a link to the KB article discussing how this process works from FW to DW to explain all of the steps.
    Macromedia Fireworks - Working with Macromedia Fireworks MX buttons and navigation bars : Export the navigation bar

  • Recent Safari problem - direction arrows in bookmark bar have disappeared. Help please. I am on a MacBook (white) running OS 10.6.9 with Safari 5.1.10

    Recent Safari problem - direction arrows in bookmark bar have disappeared. Help please. I am on a MacBook (white) running OS 10.6.9 with Safari 5.1.10

    cd,
    From the Safari Menu Bar, choose View>Show Toolbar:

  • Small icons alongside bookmarks or on browser bar have disappeared.

    Following a recent update the small icons alongside bookmarks have disappeared or are empty boxes. This also happens with addresses on the browser bar.

    https://support.mozilla.org/en-US/questions/910682
    thank you

  • SAP WebGui -  Hide "Standard buttons"/ "Address/navigation bar"

    Dear,
    We would like to use the WebGui for some HR transactions.
    To prevent some wrong operation executed by users like selecting "Back" button and "forward" button of Web browser (IE or FireFox), we would like to hide "Standard buttons". To prevent also any URL modification, we would like to hide the "address/navigation bar" and if possible the "menu bar (File/Edit/view/Favorites)"
    Could you please provide us your help?
    Thank you,
    Regards,
    Z. Lamarti

    Hi Z. Lamarti,
    I can assist with two out of 3 requests. However your request are really IE / FIREFOX rather than ITS/SAP
    First read the following WIKI in relation to:
    "To prevent some wrong operation executed by users like selecting "Back" button and "forward" button of Web browser (IE or FireFox), we would like to hide "Standard buttons"
    The following has nothing to do with the Browser buttons - but helps in restricting the access of the ESS services accessed via the ITS
    [How to terminate a user session with integrated ITS when the transaction |http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=25427]
    AND
    [Article - Employ SAP GUI for HTML instead of an Internet service |http://wiki.sdn.sap.com/wiki/display/HOME/Article-EmploySAPGUIforHTMLinsteadofanInternet+service]
    RE URL's
    Rather than hiding the bar - could use a Reverse Proxy. The SAP WEB Dispatcher can be used for this function.
    See:[SAP Web Dispatcher |http://wiki.sdn.sap.com/wiki/display/SI/SAPWebDispatcher]
    In order to secure your SAP system you can put an SAP Webdispatcher (or application gateway like a reverse proxy) in the outer DMZ, which filters the incoming requests and forwards them to the corresponding application servers.
    Regards,
    Oisin
    Edited by: Oisin ONidh on May 30, 2011 4:10 PM
    Initial URL's had a strikethrough in them

  • How do I get the top lines i my toolbar back? The top line starting with 'file' on the right and the second line which contained the refersh button as well as the search bar have disappeared. How do I get them back?

    The first two lines of my toolbar have gone. I'm left with most visited but the lines above, containing the refresh button, bookmarks and search bar and above that containing the links to files etc have gone, how do I get em back?
    == I was fiddling with the different bars and must have clicked sth I shouldn't have.

    Alt V
    T
    M
    Be sure to do this in a new blank tab.

  • My frequently visited sites which used to be on a tool bar have disappeared when Firefox upgraded itself in the last few days. How to get them back?

    There used to be a bar with my frequently visited sites just below the search bar. It disappeared with the upgrade. How do I get it back? I don't understand the terminology in the help video

    Was it the Bookmarks Toolbar? You can display the Bookmarks Toolbar below the main toolbar in a number of ways.
    * right-click a blank area of the tab bar > Bookmarks Toolbar
    * right-click the "+" button on the tab bar > Bookmarks Toolbar
    * tap the Alt key to open the classic menu bar (File, Edit, View), the click View > Toolbars > Bookmarks Toolbar
    Any luck?

  • [iphone] Remove back button from navigation bar

    I have an app set up with a navigation controller which is working fine. What I'd like to do is remove the back button when certain views come up. In fact I can't seem to manipulate the back button at all. I tried putting self.navigationItem.backBarButtonItem.title = @"TestTitle"; in the view controller for one of the views in the app, and the title doesn't change. Mainly I would like to remove the back button. Anyone have an idea? This is on beta 6.
    Thanks.
    Message was edited by: Lysandus

    Each view controller that is being managed by your UINavigationController has a property called navigationItem. You should do something like this in the managed viewController:
    self.navigationItem.hidesBackButton = YES;
    hope that helps

  • My menu bars have disappeared!!!

    I just got a new Mac after using one for several years (without upgrading the OS).  For some reason none of my programs have a menu bar.  In Excel, I tried adding it and it was there for a while and then it disappeared. 

    Sarah,
    You are experiencing "Full Screen" mode.
    OS X Mountain Lion: Take apps full screen
    Easily Navigate In and Out of Full Screen Mode in OS X with this Shortcut

  • Navigation bar has disappeared & bookmark toolbar doesn't load.

    I've tried to upload a screenshot of firefox but it's not happening.

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen
    If you are in full screen mode then hover the mouse to the top of the screen to make the Navigation Toolbar and Tab bar appear.<br>Click the Maximize button (top right corner of the Navigation Toolbar) to leave full screen mode or right-click empty space on a toolbar and choose "Exit Full Screen Mode" or press the F11 key.
    It is also possible that you are in a pop-up window with some toolbars disable.
    You can try to open a new window via Ctrl+N.

  • Removing Delete button from Navigator Bar

    I am Using Jdeveloper 9.0.5.1 version and How can disable and make invisible the delete button in some Jsp pages only

    No, that's not possible. But you can try to transfer the photos and videos to your computer and sync them back again using iTunes. After that your daughter can only view them in "albums" instead inside the camera roll, and would not have the chance to delete them, because there is no delete button inside "albums".

  • Help with multiple buttons on navigation bar

    I'm new to AS3 and am doing my first project. I
    believe that I've got a problem coding AS3 with bad AS2 habits.
    I can click on one button and it goes to the correct frame, but then none of the others work.
    It doesn't matter which button I click on. The first one works. Then nothing.
    I've traced it - and they aren't active. Why?
    I have 9 buttons on my nav menu. Following a tutorial, I've coded them to work as follows (I'm pretty sure I don't need: import flash.events.MouseEvent; : every time.
    On Frame 1 actions layer I have:
    stop();
    import flash.events.MouseEvent;
    Weddings_btn.addEventListener(MouseEvent.CLICK,aClick);
    function aClick(event:MouseEvent):void{
    gotoAndStop("Wedding");
    import flash.events.MouseEvent;
    Garden_btn.addEventListener(MouseEvent.CLICK,bClick);
    function bClick(event:MouseEvent):void{
    gotoAndStop("Garden");
    import flash.events.MouseEvent;
    Seasons_btn.addEventListener(MouseEvent.CLICK,seasonsClick);
    function seasonsClick(event:MouseEvent):void{
    gotoAndStop("Seasons");
    import flash.events.MouseEvent;
    Floral_btn.addEventListener(MouseEvent.CLICK,cClick);
    function cClick(event:MouseEvent):void{
    gotoAndStop("Floral");
    import flash.events.MouseEvent;
    Orchids_btn.addEventListener(MouseEvent.CLICK,dClick);
    function dClick(event:MouseEvent):void{
    gotoAndStop("Orchids");
    import flash.events.MouseEvent;
    Baskets_btn.addEventListener(MouseEvent.CLICK,eClick);
    function eClick(event:MouseEvent):void{
    gotoAndStop("Baskets");
    import flash.events.MouseEvent;
    Memorials_btn.addEventListener(MouseEvent.CLICK,fClick);
    function fClick(event:MouseEvent):void{
    gotoAndStop("Memorials");
    import flash.events.MouseEvent;
    Animals_btn.addEventListener(MouseEvent.CLICK,gClick);
    function gClick(event:MouseEvent):void{
    gotoAndStop("Animals");
    import flash.events.MouseEvent;
    Contact_btn.addEventListener(MouseEvent.CLICK,hClick);
    function hClick(event:MouseEvent):void{
    gotoAndStop("Contact");

    If your menu layer has keyframes that's your issue. The code you have in frame 1, won't be there past a keyframe...
    You only need to import once - imports should go at the very top. Also if your menu buttons are MovieClips you can 'inject' the label name into them and then just use one listener, greatly simplifying your code:
    import flash.events.MouseEvent;
    Weddings_btn.goLabel = "Wedding";
    Garden_btn.goLabel = "Garden";
    Weddings_btn.addEventListener(MouseEvent.CLICK,aClick);
    Garden_btn.addEventListener(MouseEvent.CLICK,aClick);
    function aClick(e:MouseEvent):void
         gotoAndStop(e.currentTarget.goLabel);

  • All of a sudden all tool bars have disappeared. they still work on internet explorer

    It just started. I start firefox and it opens with none of the tool bars. The only way I can close it is to go to task manager. I can't access any bookmarks or anything else. I tried to open in safe mode by starting with the space key depresed. Also tried to accss using the alt key. No luck
    Things work with internet explorer, but I don't have the bookmarks saved there.

    Thank you. This worked!!

Maybe you are looking for