Awesome bar does not show history

Hi all,
My history no longer shows in my address bar. I have tried several fixes I found around the internet, such as starting and safe mode and checking the settings on the privacy tab. The problem persisted in safe mode and after manually disabling all my addons and removing my themes.
I tried uninstalling and downloading Firefox again. No effect.
When the problem began, the location bar setting under preferences was set to show history and bookmarks. I tried setting it to only history, and it only showed bookmarks I had recently viewed. I tried setting it back to history and bookmarks and it showed only bookmarks again. I would imagine that this means that the location bar is not properly reading from the folder that contains my history, but I don't have the computer know-how to confirm, let alone fix, this problem.
I am rung the most recent version of Firefox on a mac.
Thanks for your help,
John

Hello,
You can check for problems with the places.sqlite database file in the Firefox profile folder.
Either enter '''about:support''' in your address bar, or go to:
* Help (or [[Image: New Fx Menu]] > [[Image: Help-29]]) > Troubleshooting Information
Beside Profile Folder, click the "Show Folder" button to access the location of the file. Make sure it isn't read only. You can also install the [https://addons.mozilla.org/firefox/addon/places-maintenance/ Places Maintenance] extension to run maintenance on the file. Please read the following articles first as they provide helpful hints and instructions that may be relevant to you:
* http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
* https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file

Similar Messages

  • Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL..

    Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL. However, if I right click on a link and select "Open Link In New Tab", the Tab shows URL in address bar. So it's working when it's a New Tab but not a New Window.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • On windows 8.1 charms bar does not show up and the touch functionality is also degraded

    upgraded my elitepad 900 to windows 8.1 . after this the charms bar does not show up and the touch functionality is also degraded while playing games. i believe i need the latest synaptics gesture suite.  Cannot find it. Please help.

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this HERE.
    HP ElitePad 900 G1 Tablet Support
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • My "awesome bar" is not showing up! How can I get it to show?

    My "awesome bar" is not showing up at the top of my page! How can I get it to turn back on? I have all of my plug-in information up to date. Help!

    If the menu bar is hidden then press the F10 key or hold down the Alt key, that should make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * If a missing item is in the toolbar palette then drag it 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.
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    * https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • In Photoshop Element 9, when opening the Organise section, the top bar does not show File, etc.?

    Just reinstalled Photoshop Ele,ents 9 onto Windows 7.
    In the Editt part,on opening, all is well.  This clearly show the top bar where youcan call and enter from the file to work with items on your computer.
    However, on the Organise section, this to bar does not show at all, therefoere you are unable to do any work as you cannot import items from anywhere.
    How do I get this to work now.

    You should ensure your font/text size is 100% or 96 dpi in the Windows control panel or you may need to adjust the native screen resolution of your monitor. Alternatively try keyboard shortcuts to access the menus.
    File – Alt+f
    Edit – Alt+e
    Find - Alt+i
    View – Alt+v
    Window – Alt+w
    Help – Alt+h

  • Capacity bar does not show detail in itunes

    Capacity bar does not show detail in itunes 10 when iphone is connected via wifi
    when I connect via cable it corrects itself
    running os 5.01

    PLEEEEASE
    i bought Apple TV 2 days ago but i couldnt bind it to my i tune??? i tried everything , my apple TV doesnt show on my I tune ?? theu are on the sam WIFI network ( Time capsule) same account and both updated !!
    can anybody help me to solve this problem

  • The scroll bar does not show in my SaaS application.

    I have a spreadsheet application and the scroll bar does not show on FF4. I need the scroll bar to navigate the app.

    table is surround by panelStretchLayOut but I examine this and has no difference.
    scrollBar show for data under one milion records!!
    and here is my code:
    <af:popup id="t1DataPopup"
    binding="#{B1Bean.t1DataPopup}">
    <af:dialog id="d9"
    type="ok"
    affirmativeTextAndAccessKey="#{viewcontrollerBundle.okLabel}"
    title="#{bindings.R1.hints.label} : #{bindings.R1.inputValue}"
    inlineStyle="position: absolute; left: -410px; top: -200px;">
    <af:panelStretchLayout id="psl4" topHeight="30px"
    inlineStyle="width:800px; height:400.0px;">
    <f:facet name="bottom"/>
    <f:facet name="center">
    <af:table value="#{bindings.s1Graph.collectionModel}"
    var="row"
    rows="#{bindings.s1Graph.rangeSize}"
    emptyText="#{bindings.s1Graph.viewable ? viewcontrollerBundle.noDataToDisplayMessage : viewcontrollerBundle.accessDeniedMessage}"
    fetchSize="#{bindings.s1Graph.rangeSize}"
    rowBandingInterval="0"
    filterModel="#{bindings.s1GraphQuery.queryDescriptor}"
    queryListener="#{bindings.s1GraphQuery.processQuery}"
    filterVisible="true" varStatus="vs"
    selectedRowKeys="#{bindings.s1Graph.collectionModel.selectedRow}"
    rowSelection="single" id="t1"
    partialTriggers="::s1Graph ::s1BarGraph ::s1HoriBarGraph ::s1AreaGraph"
    autoHeightRows="-1">
    <af:column sortProperty="T1Stmp"
    filterable="true" sortable="true"
    headerText="#{bindings.s1Graph.hints.T1Stmp.label}"
    id="c94" align="center">
    <af:outputText value="#{row.T1Stmp}"
    id="ot139"/>
    </af:column>
    </af:table>
    </f:facet>
    <f:facet name="start"/>
    <f:facet name="end"/>
    <f:facet name="top">
    <af:panelGroupLayout id="pgl20">
    <af:commandButton text="#{viewcontrollerBundle.saveAsExcelCommandButtonLabel}"
    icon="/Images/excel.gif"
    id="cb9">
    <af:exportCollectionActionListener exportedId="t1"
    type="excelHTML"
    title="T1Data"/>
    </af:commandButton>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </af:dialog>
    </af:popup>
    and fetchsize=25
    Edited by: Mansoor on Jul 17, 2012 8:28 AM

  • Menu bar does not show on screen?

    Menu bar does not show on screen.

    I'll assume your profile is wrong (10.4.7?) and you are using Lion in full screen mode.  If so click the double arrows in the menu bar which should appeare if you mouse into the menu bar area.
    If that isn't the case then are you zoomed in?  Contol + fingler drag on mouse (or scroll wheel) zooms in or out (see Mouse preferences, Screen Zoom, look at the little movie).

  • I have Windows 8. The address bar does not show on firefox. How do I fix this?

    The address bar does not show. How do I get it to appear?

    * If the menu bar is hidden then press and hold the Alt key down, that should make the Menu bar appear. Make sure that you have the Navigation Toolbar and other toolbars visible: View > Toolbars .
    * If items are missing then see if you can find them in the View > Toolbars > Customize window.
    * If you see the item in the Customize window then drag it back from the Customize window to the Navigation toolbar.
    * If you do not see that item then click the Restore Default Set button in the View > Toolbars > Customize window.
    See also [[Back and forward or other toolbar buttons are missing]] and [[Customize navigation buttons like back, home, bookmarks and reload]] See http://kb.mozillazine.org/Toolbar_customization

  • Top bar does not show for displaying PDFs in browser

    The top bar (the one that has: File-Edit-View-Documents-Tools-Window-Help) displays when the Preference is set to NOT display PDFs in my browser. But when I set the Preference to display PDFs in my browser, the top bar does not display.
    How can I get the top bar to display when my Preference is to display PDFs
    in my browser? That is the manner in which I use Acrobat Reader 90 percent of the time.
    I am using Acrobat Reader 9 which I just downloaded yesterday, my operating system is Windows XP (with Service Packs 1 and 2) and my browser is Internet Explorer.
    Can anyone here help me? Or is there a better place to get help on this?
    Milton Beychok

    Well the problem is that, in Windows, the menu bar is owned by the application. When you view the PDF in the browser, the browser owns the menu bar and chooses what to show. Hence it shows only the browser items and not the Reader menus. If you view it outside the browser, Reader is running stand-alone and shows it's menu items.
    I think, all you can do is show make sure the button bars you want are exposed by default.

  • My iphone 4 does not show the green bar moving when charging and sometimes the lightning bar does not show up.

    my iphone4 green battery bar does not move when charging. the lightning bolt is showing, but it is not moving and it shows onlu about 1/4 way charged. I have cut it off and back on and bought a new charger.

    does anyone know the answer

  • I have forgot my security questions but the reset bar does not show

    i have forgot my security questions but the reset bar does not show

    If you aren't getting the reset link on your account then you don't have a rescue email address (which is not the same thing as an alternate email address) on your account, and you won't be able to add one until you can answer your questions - you will have to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps on this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5620

  • Finder menu bar does not show up always

    From time to time (maybe once a month) when I boot up my MBP, Finder Menu bar at the top of the screen does not automaticaly show up. Only basic screen color.In order to bring that bar (with apple icon in the left top corner and little magnifying glass,airport symbol etc in the right top corner) I have to click once at the top of the screen where that bar is suposed to be.Than it shows up and everything runs smoothly afterwords. At the same time my Dock works fine from the beginning. It does not bother me too much because everything else works perfectly fine and it happens not so often. I only wonder if anybody had a similar problem or if that is a problem at all. Thanks!

    My own and my girlfriens's new 13" MBPs (10.6.2) have done this a couple of times. I really haven't bother to look into the case because I assumed that it's just a bug as it was happening on both machines. As a matter of fact, I haven't seen it happening for a while.

  • My bookmark tool bar does not show even though I checked it under Options.

    When I go to FireFox/Help the toolbar shows. How can I get the tool bar to show?

    Part of me understands the need to have purchases protected.  I hope this does not get more and more complicated for "within family use".  It is nice to buy music and share it with my wife, as we used to do with books prior to the iBooks "upgrade" - which mostly consisted of making it impossible to share books.  Thanks though for your response;  I was hoping for some luck and that maybe I had missed some simple step.  To Apple:  lighten up.
    Best regards and thanks again for taking the time -

  • Scroll Bar does not show using Mac OS X 10.10.1, Thunderbird 31.3.0

    I upgraded to Thunderbird 31.3.0, running Mac OS X 10.10.1. The scroll bars in both the inbox window and the message text window seem to have disappeared. There does not seem to be any support available on this.

    ''Matt [[#answer-671555|said]]''
    <blockquote>
    Ok so you most likely have an add-on or theme that is not compatible with the current version. Check in the add-ons manager for updates. Disable all add-ons and enable one at a time until the culprit is found.
    How does OSX 10.10.1 handle scroll bars. Perhaps appearing and disappearing is a new mac feature. Windows hiding menu bars is an infuriating OS feature, perhaps it is the mac users turn.
    </blockquote>
    Turns out, this is the case.
    If I drag two fingers over the Track Pad, the Scroll Bar does appear. If I don't let go of the Track Pad, and roll over to the Track Bar it stays up. I hate it, but now I have a work-around.
    Thank you, Matt.

Maybe you are looking for

  • Time Capsule fan always on

    I just upgraded my 1st generation 1TB Time Capsule to a brand new 2TB TC. After 3 days, the fan came on full-blast and wouldn't spin down. Even when the TC was in a resting state, the fan remained on full-blast. I tried resetting the TC. I tried powe

  • Looking for some help in creating dynamic rdlc report for Desktop Application

    Hello ,  I currently have the syncfusion reportviewer running in my desktop application, now what I am looking to do is create a report where my users, can select and deselect what columns and Items they want to print out. Is there any way to do this

  • Can't buy song due to billing error

    My credit card was recently renewed and could not purchase songs. Routed to Billing History and eventually to renewing my "Billing Agreement" between my cc company and itunes, which I did after updating the cc information (of course), prompted with t

  • Playing music in iTunes from an external HD

    I moved 600gbs of music to an external HD to save HD space and run iTunes from the external. After the transfer, I told or pointed to  iTunes where the 'new' music is on the external HD but iTunes will not read the music - it is asking me to find eac

  • How to know stat file retention setting

    Hi, Wanted know where & which table or function module or report will give me stat file data retention period i have this function module "SAPWL_STATREC_READ_FILE" which read the data from stat file now want to know how will i get the setting for how