Website is not loading properly in firefox

Hi,
I am making some changes to my website http://www.mixsprouts.com . When I am opening it in IE or Chrome then it is showing me updated UI but when I am opening it Firefox then it is not opening updated UI... it is showing old UI.
Although my other website http://www.menmomhealth.com is working fine in FF. I am making changes to CSS. Do I need to clear some specific cookies etc?

To reload web page(s) and bypass the cache you can use these in Firefox:files.
*Hold down the Shift key and left-click the Reload button
*Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
*Press "Command + Shift + R" (Mac)
*http://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache

Similar Messages

  • Facebook and other websites not loading properly in Firefox (Solution)

    This is for anyone who has had issues loading Facebook, eBay, twitter or any other site which shows plain text pushed to the left hand-side of the screen and fails to load images.
    This issue had me stumped for about 3 hours. No matter what I did. No matter what I disabled. The problem remained. I cleared my cache, reset cookies, disabled addons, reset Firefox to default settings and kicked my pc a few times for good measure.
    The problem was fairly simple and at my end, this is not a problem with firefox. SSL certification for facebook was being deemed invalid and therefore the site failed to load properly. Now because Firefox doesn't deal with SSL certificate failures, there had to be something else going on in another program. I then realised that Kaspersky Internet Security 2013 was the problem. If a website failed SSL certification for any reason Kaspersky Blocks access to the site which was causing the page to not load properly. You have to disable Kaspersky's SSL certifcation checks to be able to run the websites properly. You need to load your Kaspersky main menu and click Settings once there go to the tab that looks like a cardboard box (Object Detection Settings and Exclusion Rules) then when you can see a list of different options select Network and you should see Monitored Ports and Encrypted Connections Scan, disabled the encrypted connections then reload Firefox and try the webpage that wouldn't load. To know that kaspersky is the problem, you will get a dialogue saying you have to add facebook as an exception since it failed SSL Certification and this was the culprit for me atleast.
    I looked at the mozilla support forums and it seemed to me, many people were getting this issue and some issues went completely unresolved and there was no mention about Kaspersky, so I hope this helps.'''bold text'''

    Hi Hindhaughlee, <br />Thanks for the post.
    This may not be the best place to post such a solution but maybe some users will find it. If it turns out to be a major problem with a simple solution maybe we will manage to document it somewhere.
    Are you able to provide more details please:
    * exactly what software and software versions is the problem with ? <br /> You appear to be a Windows 8 user, but presumably the Kaspersky software may be applicable to other Windows versions, which Kaspersky software is this tested with ?
    * What is he exact error message or warning that Kaspersky generates in this situation ?
    * is the problem documented elsewhere, preferably in a public open site, if so maybe you could provide a link
    * can you detail simple but exact detailed Steps To Reproduce that will enable others to test out this problem and solution.
    Cheers
    John <br /> <sub>One of the forum moderators J99<sub>
    P.S. <br />
    Anyone with this problem finding that the solution works may wish to vote for this thread and solution. Or if someone else can produce links to examples of this or you are able to give precise Steps To Reproduce please add a post of your own.

  • Website will not load properly

    A couple websites I built are not loading properly. I was told I need to clear my cache. Can someone tell me how to do that?  Thx! :-)

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Command + Shift + R" (MAC)
    Try to clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Website doesn't load properly in Firefox and IR.

    Does anybody know why my website:
    www.clicktoneproductions.com doesn't load properly in firefox and
    Internet explorer but seems to load okay in safari? This is my
    first ever website so I'm not too familiar with CSS although I've
    used Div Tags to contain all the links and used CSS for the
    background image.
    In firefox/IR the background image either doesn't load at all
    or loads sometimes.
    Any help would be greatly appreciated!

    Start by adding a valid doctype and validating the page.
    Also, why do you have a splash page that does nothing other than
    open a popup? Many people will not disable their popup blocker just
    to enter your site and the splash page adds nothing of
    value.

  • Please help: my website does not display properly in firefox

    (note) everything works fine clientside
    I'm totally new here but I really really need help debugging
    my website. The problem is I have a flash file the loads an xml
    file to display pictures. Basicallly a gallery. It works in IE but
    not Firefox and I can't understand why.
    here is the offending pages
    3dart Page |
    Print Page
    as you can see they display fine in IE. try in mozilla
    firefox and the server just hangs. here is the actionscript from
    the .fla:
    function loadXML(loaded) {
    if (loaded) {
    xmlNode = this.firstChild;
    image = [];
    description = [];
    total = xmlNode.childNodes.length;
    for (i=0; i<total; i++) {
    image
    = xmlNode.childNodes.childNodes[0].firstChild.nodeValue;
    description
    = xmlNode.childNodes.childNodes[1].firstChild.nodeValue;
    firstImage();
    } else {
    content = "file not loaded!";
    xmlData = new XML();
    xmlData.ignoreWhite = true;
    xmlData.onLoad = loadXML;
    xmlData.load("freelance.xml");
    listen = new Object();
    listen.onKeyDown = function() {
    if (Key.getCode() == Key.LEFT) {
    prevImage();
    } else if (Key.getCode() == Key.RIGHT) {
    nextImage();
    Key.addListener(listen);
    previous_btn.onRelease = function() {
    prevImage();
    next_btn.onRelease = function() {
    nextImage();
    p = 0;
    this.onEnterFrame = function() {
    filesize = picture.getBytesTotal();
    loaded = picture.getBytesLoaded();
    preloader._visible = true;
    if (loaded != filesize) {
    preloader.preload_bar._xscale = 100*loaded/filesize;
    } else {
    preloader._visible = false;
    if (picture._alpha<100) {
    picture._alpha += 10;
    function nextImage() {
    if (p<(total-1)) {
    p++;
    if (loaded == filesize) {
    picture._alpha = 0;
    picture.loadMovie(image[p], 1);
    desc_txt.text = description[p];
    picture_num();
    function prevImage() {
    if (p>0) {
    p--;
    picture._alpha = 0;
    picture.loadMovie(image[p], 1);
    desc_txt.text = description[p];
    picture_num();
    function firstImage() {
    if (loaded == filesize) {
    picture._alpha = 0;
    picture.loadMovie(image[0], 1);
    desc_txt.text = description[0];
    picture_num();
    function picture_num() {
    current_pos = p+1;
    pos_txt.text = current_pos+" / "+total;
    stop();
    if anyone would help me debug this I would really appreciate
    this, I'm not good with code. I'll give you the source files to
    look at if need be, i'm desperate! thanks

    Can you attach some [http://en.wikipedia.org/wiki/Screenshot screenshots] for comparison to show what you mean?
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

  • Hi my web hosting company irunsolutions.co.uk have informed me that my website does not display properly in firefox when run on a windows 7 32 bit platform.

    website is www.empireembroidery.co.uk
    does not display properly when viewed on 32bit windows 7 platform in firefox.

    You can try these steps in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Hotmail not loading properly in Firefox

    Hey folks,
    This morning I cannot open any messages or folders in Hotmail. It was working fine last night. Everything looks completely normal (although I have noticed that the ads on the side are no longer loading?) and messages appear in my inbox as normal. However, if I click on any messages in the inbox or try to select a different folder at the left, there are no error messages or popups, all that happens is literally nothing. The message looks like it is selected in the inbox link when I click on it, but it never loads...the browser never even shows that the folder or message is loading. Browser is Firefox 12. It works fine in Internet Explorer (which I loathe).
    I tried it on three completely different computers, two running Windows XP Professional with SP3, one with Windows 7 Ultimate 64-bit with SP1, all three running Firefox 12. Hotmail works fine with all of them in IE, but not Firefox. Also tested Firefox 12 on a Puppy Linux 5.28 machine with Hotmail and that surprisingly worked fine.
    I've tried clearing the cache and cookies completely and Hotmail will still not work properly...I seem to remember something like this happening before, but I cannot remember how I fixed it...all other sites on all the computers work perfectly, only Hotmail is acting weird and has been doing so for 4 hours or so now.
    ...anybody have any thoughts?
    EDIT - I should also mention I've done no updates, installed no addon plugins, or altered anything in any way since it was last working correctly on any of the computers.
    EDIT#2 - I tried running Firefox in Safe Mode with everything disabled...same issue, Hotmail doesn't work.

    Hi, if you have Foxit reader installed, and you update in this days, downgrade to 5.1.4.0104 version, because the higher version have problem with the plug in, using with firefox. This work for my, so may be work for you...
    PD: i see that in this forum...

  • Yahoo Images Not Loading Properly In FireFox

    I can get images/links to load properly in other browsers, but if I do an image search on yahoo with Firefox, I will click a thumbnail, and the page changes to the pic. But, if I try to click the link to go to the actual page the image is on, the link doesn't work. I can click and click but a page doesn't open. And if I right click and choose Open Link In New Tab...it will just open the same thing I was looking at.
    http://www.aroundthering.com/pics/593.png
    If you look at the above image, you will see a "preview". But if I click the link at the bottom "www.sports-logos-screensave...", it will just bring up exactly the same page as above. What can I do to fix this since it works fine in IE and Chrome...

    Please post the link to the web page you have problems with.
    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache
    '''[https://support.mozilla.org/en-US/kb/how-clear-firefox-cache How to clear the Firefox cache]''' {web link}
    and
    * Remove Cookies
    '''''This will log you out of all sites you're logged in to.'''''
    Press the '''Alt''' or '''F10''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Privacy.'''
    Under '''History''', select Firefox will '''Use Custom Settings'''.
    There is a button on the right side called '''Show Cookies'''.
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Press the '''Alt''' or '''F10''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?. Then restart.

  • Amazon website does not load properly. Text only. Using Windows XP. Cache clearing does not work.

    The amazon.com website will only load text, although it does load an occasional image. I am using windows xp, firefox version 8.0

    See High contrast schemes:
    * http://www.microsoft.com/enable/products/windowsxp/default.aspx
    Reload web page(s) and bypass the cache.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Cmd + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • Website Not Loading Properly on Firefox

    Hi Adobe Team.
    I'm the admin of http://www.gadgetig.com I think, I have an issue with my firefox browser related to flash player. The Slider in the site is broken in firefox. Is it the cause of flash player? If yes, please tell me how to solve the issue.?

    Is the problem with images in particular? There are several possibilities.
    If it only affects the jcpenney site, try this: right-click the page, choose View Page Info, then click Permissions. Check the first line on this tab. Usually, it is set to "Use default". If that is not checked, click that checkbox, OK the change, then reload the page. Any luck?
    If it affects multiple or random sites, check out this article: [[Images or animations do not show]].
    Any luck?

  • Website not loading properly in Firefox. I have cleared my cache, restarted Firefox with no Add-Ons, tried Ctrl-F5 on the tab, nothing. But loads properly on IE

    On Firefox, the product image on the left won't show at all:
    example page:
    http://www.jcpenney.com/jcp/X6.aspx?GrpTyp=PRD&ItemID=1760d67&DeptID=70752&CatID=70827&SO=0&PCatID=70752&CatSel=4294953304|tables&NOffset=0&Ne=4294957900+5+586+1031+877+1274+838+580+8+18+1545&CatTyp=RLE&Dep=FURNITURE&N=4294953304&Pcat=FURNITURE&Cat=Living+Room&Nao=0&PSO=0&bcCat=3&CmCatId=70752|70827&sa=1
    However, on Internet Explorer 9, it works perfectly, which is how I narrowed it down to being a Firefox problem.

    Is the problem with images in particular? There are several possibilities.
    If it only affects the jcpenney site, try this: right-click the page, choose View Page Info, then click Permissions. Check the first line on this tab. Usually, it is set to "Use default". If that is not checked, click that checkbox, OK the change, then reload the page. Any luck?
    If it affects multiple or random sites, check out this article: [[Images or animations do not show]].
    Any luck?

  • Browser problems - websites do not load properly

    Here is a screen-shot: http://imgur.com/Qkvnr
    I am using a mac desktop; version 10.6.8. For the past few months, I have been having browser issues with EVERY SINGLE possible browser out there.
    I cannot load simple pages like facebook or hotmail, rather, an "inactive" mobile-looking like page appears (refer to screenshot above). Clicking the links does nothing and I cannot access anything because of it.
    I have tried using safari, google-chrome, firefox, etc. and the same issue keeps reaccuring. On another note, I am constantly asked to approve certificates that pop up or it states that certain certificates are expired. What do I do? I have tried deleting all my cookies/caches, and have added new DSN's but nothing works.

    hi guys
    likewise, i'm having an almost identical issue.  i have os x 10.5.8 and safari 5.0.6 and although i can get into hotmail it looks pretty much like ulia's screen shot. 
    the date isn't an issue either.
    Message was edited by: Sir Artur

  • Gmail and other google account pages do not load properly in Firefox and the View email attachments screen loads but freezes

    1) When loading Gmail sign-up page it appears as double width in Firefox instead of in one screen
    2) When viewing Gmail attachments online, the attachment loads but the screen freezes and I can't scroll, select etc.

    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can also update to Firefox 18 via Help > About
    *https://support.mozilla.org/kb/update-firefox-latest-version

  • Webpage does not load properly in firefox on ubunut, but in all other browsers (both ubuntu and windows[including firefox windows]) the page seems to be fine.

    Hello, i am newbie, and i am developing my website.
    My web-site's pages appears to be fine when i open in any browser (including IE, Firefox, Chrome) in windows..
    but when i open the same website page in Ubuntu-Firefox the page has lots of css and font errors..is this a problem in ubuntu or my website?
    my website link: http://www.beakkon.com
    any suggestion on how to fix it?
    i am also attaching the snippet of a page of my website when it is opened in Ubuntu-firefox.
    Thanks in advance!!

    There are some CSS errors in the Tools > Error Console about font instead of font-family.
    Font-weight is also wrong here:
    <pre><code>.heading_orange {
    font:Georgia, "Times New Roman", Times, serif;
    font-weight:500px;
    font-size:24px;
    color:#db4d3d;
    text-align:justify;
    </code></pre>

  • IGoogle custom layout not loading properly in Firefox 4

    When using the new Firefox version 4 - iGoogle does not display correctly, most of the objects display nothing more than their titles, and some do not display anything at all.
    Tested on IE9, no issues.

    If you use Avast try disabling the WebRep add-on. I had the same problem, it was working fine in safe mode to I guessed it was a problem with an add-on, when I disabled Avast it now displays perfectly. I have WOT so thankfully Avast was superfluous anyway. Hope that helps.

Maybe you are looking for

  • Modify long raw to blob column

    Hello, I would like to know if it is possible to modify a long raw column into a blob column, without having to drop and recreate my table. There is already data inserted in the long raw column. Thanks in advance, Cindy

  • How to call BAPI in a ABAP prog

    Hi All I have a concern regarding the usuage of BAPI in the ABAP program. i have successfully created a BAPI and i have implemented a method as well using ADD API Method button. Now after doin all the things in SWO1. I wanted to know how to call this

  • Can't find air video in system tray on my pc. Recently updated op system from xp to win7. already reinstalled itunes and synced ipad.

    Can't find air video in system tray on my pc. Recently updated op system from xp to win7. already reinstalled itunes and synced ipad.

  • Do I have esata on my MBP???

    Hey guys, I am trying to get a new external hard drive and know that I can go with Firewire 400 or 800 on my MBP but I was wondering if someone could tell me if I have an esata port... I am not sure what they look like. I have the MacBook Pro (not th

  • IPCCX 5.0.2 Backup restore stuck at 33%

    Hi, I'm trying to restore the configuration backup on my IPCCX 5.0.2 cluster but I'm facing an error as the Print Screen attached. Also the MCVD logs are attached. First I installed the first node and successfully integrated it with CUCM 5.1.3 withou