Why Firefox does not display my home page as a list, rather than with the normal graphics?

This problem also occurs when I open a new tab and enter my homepage (www.rr.com) web address

Reload Web pages and ignore the cache to refresh potentially stale or corrupt.

  • Hold SHIFT and click reload.
  • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
  • Press 'Command + shift + R' (MAC)

Clear the cache and cookies from sites that cause problems.

"Clear the Cache":

  • Tools > Options > advanced > network > content caching Web: 'clear now '.

'Delete Cookies' sites causing problems:

  • Tools > Options > privacy > Cookies: "show the Cookies".

Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

  • Do NOT click on the reset button on the start safe mode window or make changes.

Tags: Firefox

Similar Questions

  • The new version of Firefox does not remember my home page, but after clicking on through google mail is displayed. How can I reset my home page?

    Recently, I upgraded to Mozilla. Now, Firefox wants me to create a new home page - however I have a page that I can access from my toolbar, but only after going through gmail account.

    You are welcome.

    Could you please click the button "solved it? This will help others looking for a solution to the issue.

    Thank you.

  • Firefox does not display a single page frame in its entirety without background. reloaded 3 X always undesirable.

    Full page with background does not appear.

    You can attach a screenshot?

    Use a type of compressed as PNG or JPG image to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

    Is he missing pictures then make sure you are not block images from certain domains.

    • You can control and manage all permissions on the subject: the page permissions through the address bar.
    • Check the permissions for the domain in the active tab in "tools > Page Info > Permissions.
    • Check that the images are enabled: Tools > Options > content: [X] loading images automatically
    • Check exceptions in "tools > Options > content: Load Images > Exceptions.
    • See the tab "tools > Page Info > media ' for blocked images (scroll all the images with the cursor key).

    If an image in the list is grayed out and there is a check mark in the box "block Images of..." and remove this mark to unlock the images from this area.

    Make sure that you do not block the images of third permissions.default.images

  • Why firefox does not display my bearings

    Hello

    I have a Web site: http://www.hopeproject.co.za . Take a look on the bearings and the portfolio thumbnails in Safari and Firefox.

    I designed for that when you rollover the links that they change to light blue and I have an effect on the thumbnails in the portfolio section so that when you mouse over or click it fades in and out.

    PROBLEM

    In Safari, it works perfectly.

    In Firefox, it only works when you click on can the bearings on the document and then won't work and miniature. Why is this? How do I get these two effects / settings work in both browsers... is where I need to add coding? I don't know a lot of code, so if someone could breakdown the steps in a few simple steps I would really appreciate it!

    Wes

    Hello

    Heureka, there we go! It looks that I / we could help you with our recommendations.

    But you are always looking for a simpler solution? If you have two options: look at point 10 and 12 of http://forums.adobe.com/message/2771915.

    You may also register a complaint for the movers and shakers of the FF, with an entry here:

    so that they participate in our problems (I agree!).

    Hans G.

  • Firefox does not display a text on some pages.

    I noticed that on some pages, Firefox does not display some texts. I have the latest version of Firefox installed and my flash and java are updated. The text appears correctly on Chrome and IE. Please see my example in the screenshots of the stevenson.edu Web page. Does anyone know what I can do to solve this problem or if there is some kind of plugin need me to see some content? Thank you.

    Screenshot of Firefox: http://i47.tinypic.com/123359k.jpg
    Screenshot of Chrome: http://i48.tinypic.com/2uy3ay1.jpg

    The site appears to be using an old 1.2.0 version of MooTools which is not compatible with curent releases Firefox.

    Quote: Mootools 1.2.x incompatible with Firefox 18 and newer. Fixed in Mootools 1.3 and newer (see 789036)

    • bug 789036 - MooTools 1.2.x has been broken by the addition of String.prototype.contains

    (please, do not comment in the bug reports: https://bugzilla.mozilla.org/page.cgi?id=etiquette.html)

  • in firefox does not display of Southern tag Team Championship =""

    in firefox does not display a Southern tag Team Championship = "" link or the photos but in chrome and other browser is displayed. " Why? Where a problem?

    I don't know what you mean.

    Do you mean that you do not see the ToolTip if you place an image or link and this image or link has a title attribute?

    You can check the browser.chrome.toolbar_tips pref on the topic: config page.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.
  • Mozilla firefox does not display a Notepad ++ web programming

    Mozilla firefox does not display a notepad ++ web page programming and connect not css files. Currntly of programs using CSS + html5.

    What is happening with the files that you have uploaded on the internet or with files saved locally on your computer?

    Make sure that the HTML file has a .html file extension.

    If the file has been uploaded to internet so could you give a link?

  • Firefox does not display the changes on the site after the remote host; Refresh does not work

    I recently had to reinstall Windows 7 on my machine, and since it has been wiped off I installed CS5, reconfigured my Dreamweaver site and made changes to our page index.html (so far).  After you put the files on my remote server, I noticed that Firefox does not display the changes I made to this file - it is to show the page previously recorded on my CS4 version.  Thinking it was a cache problem, I emptied, refreshed/reloaded several times, restarted Firefox - nothing has worked.

    I checked the page in IE8 and all changes are not displayed correctly.  I used BrowserLab to display a preview in IE, Firefox (same version 3.6 which I use) and Safari, and all 3 display correctly version update of the page.  Visualization in 'live' of Firefox seems to be the problem, and I've looked everywhere for answers. Help is needed and appreciated!

    It is possible that you redefined the site incorrectly and put the files to the wrong address on the server. Carefully check both your local and remote sites definitions.

  • 33 Firefox does not display a pdf file when using the response object

    33.0.2 Firefox does not display pdf files by using the code below in an asp.net program, that works for the previous versions of Firefox and also works with IE. I'm using the built-in pdf viewer. All my plugins are disabled.

               Dim strPDF As String
               strPDF = Session("filname")   'pdf filename
    
               Response.Clear()
               Response.ClearHeaders()
               Response.Buffer = True
               Response.ContentType = "application/pdf"
               Response.CacheControl = "Private"
               Response.AddHeader("Pragma", "no-cache")
               Response.AddHeader("Expires", "0")
               Response.AddHeader("Cache-Control", "no-store, no-cache, must-revalidate")
               Response.AddHeader("Content-Disposition", "inline; filename=" + strPDF)
               Response.WriteFile(strPDF)
    
               Response.Flush()
               Response.Close()
               Response.Clear()
               Response.End()
               Session("filname") = ""
    

    What is the result of this code that Firefox receives through the headers of HTTP response if you check that the Live Http Headers extension?

  • Why DW does not close after that I downloaded to my site and push the closebutton?

    Why DW does not close after that I downloaded to my site and push the closebutton?

    Hello sorent26443032,

    This kind of problem occurs usually when there are 2 cases of software are running.

    If you are on a windows machine Please make sure that there is that no duplicate instance is running in the the Task Manager for Dreamweaver.

    If you are MAC please check the same in the activity monitor.

    Concerning

    Vivek

  • After installation or upgrade to Firefox 31, starting Firefox does not display the home page, personalize displays a blank page and the radio button does not work

    I am the admin of Windows for a University Department and install PC with Firefox all the time. This problem does not occur with every PC I would maintain, only a selection bit (model different laptops with Windows and update 1 8.1.) Until today, it has happened with the new user (with admin rights) accounts that I place on laptops for our staff. Today, this happened with the account administrator while setting up a new laptop. In all cases so far, I have install Windows from a registered image that was created by using sysprep.

    I tried many suggestions to reset Firefox, removing the profile of Firefox users, removing the Windows profile users, uninstalling/reinstalling Firefox, uninstall/reinstall of Firefox and the latest Java, but nothing helped. After uninstalling, I run an application to delete the caches and temporary files and even remove manually the keys to register HKLM\SOFTWARE\Mozilla and HKCU\SOFTWARE\Mozilla. I restart and make sure that the installation folder is deleted after uninstalling.

    Results are the same: after installing Firefox 31, the initial settings for migration, IE or Chrome pop up and after having clicked on the button finish, Firefox starts but does not display the home page of the new user, only a blank page. By clicking on the Options (3 bars) button does nothing. Right click in the appropriate box, the shortcut menu appears, so I can choose to customize, but which opens another tab with subject: Customize the URL and the page is blank. In the right click context menu, I can activate the menu bar and get options from that.

    My last attempt helped a little. I uninstalled Firefox 31, cleaned, removed the profile user Firefox, rebooted and then installed Firefox 30. Initial start-up runs and tells me that I'm not up-to-date and the works of button Options. But I can't always customize.

    Then I upgraded to Firefox 31, but then it's back to no start page, no options button and no customization. I can go down to 30 and get customize practically works again.

    Addon only is for McAfee Scriptscan to Firefox 15.1.0, just after installation is disabled.

    Any help would be appreciated. Thank you.

    You can try a different theme of Windows?

    Have you tried to start the computer using Windows safe?

    Start the computer in Mode safe mode with network support Windows (on the startup screen, press F8) as a test.

  • Firefox does not display jpg files from a web page so that other browsers

    I created a page and downloaded www.nutechequipments.com/equipment.html page does not display jpg files in firefox only everywhere, including in Dubai. But all other browsers display images jpg uploaded in a perfect way. In Firefox that the table is loaded with spaces reserved. It is not a problem with my computer. It is the problem all over the world.

    the html code example is given below:

    <td><img src="equip\equip.jpg" size width="110" height="90"></td><td><img src="equip\equip1.jpg" size width="110" height="90"></td><td><img src="equip\equip (2).jpg" size width="110" height="90"></td><td><img src="equip\equip (3).jpg" size width="110" height="90"></td>

    You have the backslashes (------: fumble that 5% C, as seen in tools > Page Info > media) in the scr attribute of images and which does not work in Firefox.
    You must change the backslashes into slashes in order to

    equip%5Cequip.jpg
    equip%5Cequip1.jpg
    equip%5Cequip%20(2).jpg
    equip%5Cequip%20(3).jpg
    equip%5Cequip%20(4).jpg
    equip%5Cequip%20(5).jpg
    equip%5Cequip%20(6).jpg
    equip%5Cequip%20(7).jpg
    equip%5Cequip%20(8).jpg
    equip%5Cequip%20(9).jpg
    equip%5Cequip%20(10).jpg
    equip%5Cequip%20(11).jpg
    equip%5Cequip%20(12).jpg
    equip%5Cequip%20(13).jpg
    equip%5Cequip%20(14).jpg
    equip%5Cequip%20(15).jpg
    equip%5Cequip%20(16).jpg
    equip%5Cequip%20(17).jpg
    equip%5Cequip%20(18).jpg
    equip%5Cequip%20(19).jpg
    equip%5Cequip%20(20).jpg
    equip%5Cequip%20(21).jpg
    equip%5Cequip%20(22).jpg
    equip%5Cequip%20(23).jpg
    equip%5Cequip%20(24).jpg
    equip%5Cequip%20(25).jpg
    equip%5Cequip%20(26).jpg
    equip%5Cequip%20(27).jpg
    equip%5Cequip%20(28).jpg
    equip%5Cequip%20(29).jpg
    equip%5Cequip%20(30).jpg
    equip%5Cequip%20(31).jpg
  • My firefox does not display the icon fonts!

    I use fontello.com for my web design project. But recently it does not display the icon.

    and the strange thing is that its OK my Firefox friends and just my PC have the problem.

    for example, this page shows icon on my friends firefox but I can't see the icons
    https://DL.dropboxusercontent.com/u/28793409/fontello-d3b0f38a/demo.html

    That's what I see
    https://DL.dropboxusercontent.com/u/28793409/shot.jpg

    If Safe Mode is good, the more likely culprits are one of your extensions or incompatibility of the graphics driver. To work around the second question, you can disable use of the hardware acceleration Firefox to see if that helps.

    "3-bar" menu button (or tools) > Options > advanced

    In the mini ' General' tab, uncheck the box for "use hardware acceleration when available.

    It takes effect the next time you exit and restart Firefox.

  • Firefox does not display the URL selection window.

    About 30 minutes ago, I clicked on the update Firefox button (3.6.6) I clicked on restart when the update has been completed. The new page in Firefox IS NOT display a window to enter a URL or one of my frequently visited URL that I choose to. I rebooted by phone, but Firefox page does not appear always to a window to enter a URL or choose my URL of frequently used sites.

    This has happened

    Each time Firefox opened

    == I've updated today 7/16 Friday (Taunton, MY) about 15:30

    • If, under Windows, Firefox 3.6 the menu bar is hidden, then press on and hold down the ALT key, or press F10, which should make the "menu bar" appear
    • Go in "view > toolbars" and tick "Menu bar" with a click on it to make them permanent. See what happened to the file, edit and view menus?).
    • Make sure you have the "Navigation toolbar" and the "Personal bar" visible: "view > toolbars".
    • Is he missing elements then see if you can find them in the window "view > toolbars > customize.
    • If you see the item in the window customize then bring her back in the window, customize one of the toolbars.
    • So, in "view > toolbars > customize", you do not see this item and then click the button "Restore Default Set.

    See also back and front toolbar buttons or others are absent and controls, buttons and Toolbars Customize Firefox
    See http://kb.mozillazine.org/Toolbar_customization

  • Upgrade to the latest version - help / about window of Firefox does not display 'upgrade' as in instructions.

    I want to upgrade to the latest version but - Firefox Help/About - window does not display 'upgrade' as in the instructions. I can't find a function 'upgrade' anywhere else. How to pass? The version I have is - 18.0.1 - it came with this computer.

    In my view, that this computer has been hacked. Word began to do very strange things. We erased the hard drive and reloaded everything as it was originally when I bought it. I'm now get hacked online.

    Initially, they got in one of my credit cards last fall. That's when all this started. They had my AOL e-mail address. He also got your credit card balance, the minimum payment, the due date and even then the amount of the payment. They got in my Barnes & Noble account and now order does not. Now I believe that they got on my AOL account - one thing after another began to go wrong. I can't change this AOL user id/e-mail address since it's the captain and I would like to lose about 15 years of "stuff."

    The people who sold me this computer told me to use a free version of the antivirus. I'm very unhappy with him. I never had NO problem when I used fresh products of TrendMicro. These people also told me to use Firefox, because AOL uses Internet Explorer - what I already knew is like Swiss cheese.

    Now, I can't get an update of Firefox. Is this also a hack?

    Please help sort you can. Thank you for your time.

    It's probably just the Firefox update problems. go to www.getfirefox.com and download Firefox 20.0.1

Maybe you are looking for