Youtube is completly broken under firefox.(chrome/IE works normally)

Hello, since a day or two (22/nov/2013) youtube is not displayed proprely, in fact the whole page is a real mess and its unusable under firefox. I had to use chrome to watch videos today because of that.
I have the latest flash updates, same goes for firefox.
I made a screenshot of the whole things, but it doesnt seem like I can include it to this post.

A short time ago, Youtube changed its page navigation model from loading the entire page when you click a link to modifying the contents of the current page (similar to how instant prediction results work in Google search). Since the page will lay out correctly for you on reload, it suggests that something is interfering with the normal operation of the scripts that modify the pages when you navigate between videos.
Note: If you notice this problem primarily when going "back" you could work around a problem with the in-memory cache by making a setting change. This forces Firefox to re-parse the page and may slow down "Back" on all sites by some milliseconds. Here's how:
(1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
(2) In the search box above the list, type or paste '''sess''' and pause while the list is filtered
(3) Double-click the '''browser.sessionhistory.max_total_viewers''' preference and change it to 0 (that's a zero).
Background on that: [https://support.mozilla.org/en-US/questions/970863 When I go back to Google search results page, it takes me to a blank Google screen]

Similar Messages

  • Firefox 4 was working normally but when I updated to 5 it does not load when I select ANY firefox icon from ANY menu?

    But when I load a second browser (like Chrome or Explorer) it will pop up two or three windows like they have loaded but do not show under open programs or on my desktop, this only happens with firefox and I've already uninstalled and reinstalled.
    I am running Windows 7 and have had no problems with firefox till now. Both my other browsers work normally. Though my tool bar in firefox has also disappeared and been stating it needs to be reinstalled

    The next step I would recommend is to do some troubleshooting(Safe Mode,Problematic Extensions etc) -
    https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    http://support.mozilla.com/en-US/kb/Troubleshooting%20plugins
    Just to make sure you can get started in Firefox Safe Mode - Hold the Shift key down as you double click on the Firefox icon, ignore the page that opens and Continue. Firefox isn't the only thing that has been updated and new conflicts and culprits can emerge.
    I would also recommend a search of your computer to make sure no residue of "Conduit" remains.

  • My firefox starts and works normally for a while then all of a sudden it switches to safe mode. I restart the computer and the same thing happens again.

    When I restart the computer as before it works normally for a few minutes then all of a sudden it's in safe mode again. It just started doing this a few days ago, I never had a problem before and it's really annoying as I end up having to restart my computer every few minutes.

    Try to update firefox to the latest 12.0 and check it again. If you have the problem again try to a new profile see: [http://support.mozilla.org/en-US/kb/Managing-profiles Managing profiles] , see also: [http://support.mozilla.org/en-US/kb/Profiles Profiles] .
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Safari 5.1 completely broken under Lion

    After what I thought was a smooth upgrade to Lion on my 27" iMac I now and stuffed
    Safari will not load webpages. It just sits there with a small bit of blue in the url bar
    It is not an internet problem as Opera works fine from this Mac.
    I ahve reset safari and cleared the cache..still no joy.
    Any help appreciated
    Dave

    I would submit that your assertion that no one can use Safari in Lion is a misnomer. I have been using it just fine since my upgrade to Lion last night.  I am going to have to figure out how to selectively turn off Resume for Safari, but other then that, I have had no issues with Safari 5.1.
    Any sort of discussion group on the Internet is going to be rife with the complainers, luddites, and those who did not read before taking the upgrade.  To be certain, there will be those with genuine problems or questions about how to do something. But, to use this data to assume that no one can use Safari is gross hyperbole and a mis-statement of the issue.
    Now, to be sure, Apple will have to look at the data coming in from users who have upgraded to Lion or Safari 5.1 on Snow Leopard and if the see some issues there, I am sure they will address them as soon as they can.
    To that end, I would encourage any one with real issues to submit that to Apple Support as well as submit their feedback directly to Apple via the established feedback system.

  • Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome

    Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome. Works in IE. This is my first time trying to post a question - so please be kind. I am also not good with code and am finding css a real challenge after learning to design based on tables. I'm using CS5.
    The "test" page with the slide show is: http://www.reardanwa.com/index-slides.html   The same page without the slide show is http://www.reardanwa.com/
    I realize the images are not ideally sized - I'll fix those once I get the pages to function.  Maybe I need a different slide show? I would prefer a widget that I can modify to required size & postition. Again - I'm not good at building with code from scratch.
    The problem is the naviagation links that are directly next to the slide show do not work in Firefox of Chrome. They do work in IE.
    I've read about using jQuery.noConflict(); code but can't figure out the correct way to use it in my case or whether that's even part of the solution. I know my code is not well organized as I have cobbled together from various sources in an attempt to format the page the way the client wants it. Also, FYI, I will eventually try to make the page work in Surreal CMS.
    I've spent sevaral days over the last several weeks trying to solve sth slide show/navigation conflict - so any specific light you can shed will be much appreciated.
    Thanks in advance.
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Reardan Area Chamber of Commerce</title>
    <meta name="description" content="home page for Reardan Area Chamber of Commerce" />
    <meta name="keywords" content="Reardan WA, chamber of commerce" </>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript">  </script>
    <script type="text/xml">
    </script>
    <style type="text/css">
                                  #slideshow { 
                                      padding: 10px;
                                            margin:0; 
                                  #slideshow-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow img, #slideshow div { 
                                      padding: 10px;
                                      background-color: #EEE;
                                      margin: 0;
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background: #004B8D;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
               /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    .left
    position:absolute;
    left:0px;
    .center
    margin:auto;
    width:95%;
    .box
              position:relative;
              left:-90px;
              width:950px;
              height:350px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              z-index:1000;
    .slide{
        position:absolute;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #42413C;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~this fixed width container surrounds the other divs~~ */
    .container {
              width: 960px;
              min-height:900px;
              padding:5px 0px 0px 0px;
              background: #E8F8FF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background: #E8F8FF;
              padding:10px 5px 0px 5px;
    .sidebar1 {
              float: left;
              width: 225px;
              margin: 60px;
              color: #FFFF0D;
              background: #595FFF;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
        z-index:-1;
    .sidebar2 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:2;
    .sidebar3 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:3;
    .content {
              padding: 0px 0px 0px 0px;
              width: 780px;
              float: left;
              background: #E8F8FF;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0px 15px 5px 10px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
              list-style: none; /* this removes the list marker */
              border-top: 0px solid #FFFF66; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
              margin-bottom: 50px; /* this creates the space between the navigation on the content below */
              font: Arial Black, Verdana, , Helvetica, sans-serif;
              font-size:1.3em;
              font-weight:bold;
              z-index:2;
    ul.nav li {
              border-bottom: 0px solid #FFFF66; /* this creates the button separation */
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
              padding: 3px 0px 5px 0px;
              display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
              width: 185px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
              text-decoration: none;
              color: #FFFF0D;
              background: #595FFF;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
              background: #595FFF;
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
              color: #FFFFFF;
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background:  #595FFF;
              color: #FFFF0D;
              position: relative;/* this gives IE6 hasLayout to properly clear */
              clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    -->
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
      <a href="#"><img src="images/Chamber-Logo-2.gif" alt="Reardan Chamber Logo" width="187" height="163" hspace="10" vspace="5" align="top" /></a><img src="images/Reardan-Chamber-Title.gif" width="476" height="204" alt="Reardan Area Chamber of Commerce, Dedicated to Preserving and Enhancing Area Businesses" /><p></p>
      <p style="color: #F00">This Site is under construction! Please pardon our dust as we create!</p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="about.html">About Us</a></li>
          <li><a href="history.html">Reardan History</a></li>
          <li><a href="activities.html">Activities</a></li>
          <li><a href="business.html">Business<br />
            Directory</a></li>
          <li><a href="about.html">Join the<br />
            Chamber</a></li>
           <li><a href="links.html">Links<br />
      <span style="font-size: 85%">Tourism</span><br />
          </a></li>
        </ul>
         <!-- end .sidebar1 --></div>
    <br />
    <br />
    <br />
    <br />
    <div class="box" +"slide">
      <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
                               slideshowAddCaption=true;
    $(window).load(function() {
      $('#slideshow').cycle({
                        after:                              slideshowOnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'blindX',// name of transition effect
                        pause:                              false,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              100,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    5000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '300px',
                        width:         '525px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
              if (slideshowAddCaption==true){
                                  $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
      </script>
      <div id="slideshow">
        <!--All elements inside this will become slides-->
        <img src="images/100_1537.jpeg" width="600" height="450" title="caption for image1" /> <img src="images/Parade-2011-2.jpg" width="300" height="225" title="caption for image2" /> <img src="images/100_1495.jpeg" width="600" height="450" title="caption for image3" />
        <div title="sample title"> Images for slide show will need to be re-sized to fit box to avoid distortion</div>
        <img src="images/beach4.jpg" width="200" height="200" title="caption for image4" /> <img src="images/beach5.jpg" width="200" height="200" title="caption for image5" /> </div>
      <!--It is safe to delete this if captions are disabled-->
      <div id="slideshow-caption"></div></div>
    <div class="sidebar2" "anotherClass editable"><p align="center"><strong>Chamber News</strong><br />
    Local News item
    <br />
    Another New item</p>
      <p align="center">lots of news this week<br />
        <br />
        <br />
        <br />
      </p>
    </div>
    <div class="sidebar3" "anotherClass editable"><p align="center"><strong>Upcoming Events</strong></p>
      <div align="center">    <a href="activities.html" style="color: #FFFF0D">Community wide yard sales</a><br />
        <br />
        <br />
        <br />
        <br />
      </div>
    </div>
    <div class="content"><br />
    <br />
    </div>
    <div class="footer">
            <p align="center"><span style="font-size: small">Reardan Area Chamber of Commerce</span><br />
              <span style="font-size: x-small">[email protected]  - 509.796.2102</span><br />
            </p>
            <!-- end .footer -->
    </div></body>
    </html>

    If you DO want the slideshow overlaping the navigation try the below css:
    .sidebar1 {
        float: left;
        width: 225px;
        margin: 60px 0px 60px 60px;
        color: #FFFF0D;
        background: #595FFF;
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
    .box {
    float: left;
    margin-left:-60px;
    width:700px;
    height:350px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;

  • Is there a reason why Firefox does not work on my Galaxy Edge?

    I recently upgraded to a Samsung Galaxy Note Edge; love the phone, it works great. The downside is that Firefox doesn't seem to work properly, it goes from extremely low while displaying Web pages to not displaying anything at all. At first I thought it was something with the phone but as soon as I switch to Chrome everything works normal. I use Firefox on my laptop and have bookmarks and passwords stored in it. Previously I had a Samsung GS4 and syncing data from laptop to phone was a piece of cake. I like Chrome and I know it could do the same but I'd like to stick to Firefox if possible. Hope the Mozilla team can fix it soon.
    Edgar J. Oviedo.

    Hi EOviedo
    I am surprised that Firefox doesn't work on the Note Edge because it works great on the Note 3 and 4
    Could you please:
    # Tell us what exact model of Note Edge? e.g. Verizon Note Edge, AT&T Note Edge. We have had problems where obscure carrier variants of phones and tablets don't work but the popular variants do work (e.g. in one case the AT&T HTC One M8 worked fine but the Verizon HTC One M8 didn't)
    # Tell what version of the Android Operating system? Are you using Kitkat 4.4 or Lollipop 5?
    # Could you please tell us what you did (what do you mean by "from extremely low while displaying Web pages to not displaying anything at all"; which websites exactly) what happened and what you expected. A sample URL of a website and screenshot would be super helpful
    Cheers!
    ...Roland

  • Loading multiple SWFs and storing them (code not working under Firefox 23 and Chrome)

    Hey guys,
    Anyone has any idea why this code suddenly don't work anymore? (It works under internet explorer but not firefox and chrome
    The code under is placed on my main swf to preload all my external swfs and store them for not having to wait too long to access them.
    Thx guys.
    I took the code from here btw: http://www.beautifycode.com/the-finer-art-of-loading-2-handling-multiple-swfs#snippet
    I'm running flash player 11.8.800.94... It used to work under Firefox and Chrome
    var _swfLoader:Loader;
    var _swfRequest:URLRequest;
    var _swfPathArr:Array = new Array("00.swf", "01.swf", "02.swf");
    var _swfClipsArr:Array = new Array();
    var _swfTempClip:MovieClip;
    var _loadedSWFs:int;
    startLoading(_swfPathArr);
    function startLoading(pathArr:Array):void {
    _swfLoader = new Loader();
    _swfRequest = new URLRequest();
    loadSWF(pathArr[1]);
    function loadSWF(path:String):void {
    setupListeners(_swfLoader.contentLoaderInfo);
    _swfRequest.url = path;
    _swfLoader.load(_swfRequest);
    function setupListeners(dispatcher:IEventDispatcher):void {
    dispatcher.addEventListener(Event.COMPLETE, onSwfComplete);
    function onSwfComplete(event:Event):void {
    event.target.removeEventListener(Event.COMPLETE, onSwfComplete);
    _swfTempClip = event.target.content;
    _swfTempClip.customID = _loadedSWFs;
    _swfClipsArr.push(_swfTempClip);
    if(_loadedSWFs <_swfPathArr.length - 1) {
    _loadedSWFs++;
    loadSWF(_swfPathArr[_loadedSWFs]);
    } else {

    Hi kglad,
    The problem was coming from my server.
    I recently played with some settings  from a "cache control tool" offered by my hosting but i thought i had it back at default. Turns out i must've missed something. Now i have the .html caching on and everything works good on all browser.
    I have another question tho...
    I'd like to know if there's a way to cache an html file without having to ask my hoster to cache all of my htmls...
    I'm using this code now but maybe there's a way to add something that will cache this page specifically?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>title</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="fluid_site.js" language="javascript"></script>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    <link href="style.css" rel="stylesheet" type="text/css" media="screen"/>
    </head>
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script>
        if (AC_FL_RunContent == 0) {
            alert("This page requires fluid_site.js.");
        } else {
            AC_FL_RunContent(
                'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
                'width', '100%',
                'height', '100%',
                'src', 'index',
                'quality', 'medium',
                'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                'align', 'middle',
                'play', 'true',
                'loop', 'true',
                'scale', 'showall',
                'devicefont', 'false',
                'wmode', 'window',
                'id', 'index',
                'name', 'index',
                'menu', 'false',
                'allowFullScreen', 'false',
                'allowScriptAccess','sameDomain',
                'movie', 'index',
                'salign', ''
                ); //end AC code
    </script>
    <body>
    <noscript>
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" id="index" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="MENU" value="false">
        <param name=wmode value=window>
        <param name="movie" value="index.swf" /><param name="quality" value="medium" /><embed src="index.swf" quality="medium" width="100%" height="100%" wmode="direct" name="fluid_site" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>
    </noscript>
    </body>
    </html>
    Thanks

  • Facebook images, profile photos, cover photos are not loading. Only small blue square with question mark. Same thing in Safari, FireFox, Chrome.

    Since July on MacBook Pro facebook images, profile photos, cover photos are not loading. Only small blue square with question mark. Same thing in Safari, FireFox, Chrome. Everything is up to date including last version of Adobe Flash. And watching YouTube also a problem. Video is skipping, freezing for few seconds and jumps forward. At the same time on Toshiba with Windows Vista under the same account, same wi-fi connection everything works fine.
    Please help with sugesstions to fix the issue.

    Seems like problem is solved but it might be temporarily. Anyway. Click on the image, it will open facebook photo browser. Image is not loading so right click on the blue box with question mark, save image as. It will start downloading but without any success since browser do not see the image. After this attempt refresh the page and close all tabs with facebook. Try to open facebook once again. For some reason after this weird actions all images displayed properly. Do not know for how long but now it works.

  • Bank's Server HTTPS link - directed from e-shop - cannot be loaded in Firefox. It works fine in IE & Chrome.

    Whenever I place my order in Pet4U.gr e-shop at 'http://www.pet4u.gr/" and - afterwards - get directed at "https://ep.eurocommerce.gr/proxypay/apacs" to pay with my credit card, this https link which directs me to the bank's server - in order to fill in my credit card information and complete the transaction - in Firefox just keeps on loading, but never is loaded. It just remains a blank white page loading for ever.
    On the contrary, with Internet Explorer and Google Chrome everything works just fine!!!
    What is going wrong with Firefox in this case?
    Best regards,
    Dimitris Zadelis

    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 and see if there is still a problem. Then restart.

  • Thumbnail/preview images are not showing in Facebook (Safari/Firefox/Chrome)

    Hello
    I've never had this problem before in a year of having a new MBP. The MBP completely ran out of juice for days to the point of the clock resetting (whether this is an issue I don't know), although the MBP works totally fine and is now on full juice.
    However, I've noticed that when using Facebook (which is important for my work / digital marketing), I can't see any preview thumbnails/images, which is really annoying, as when posting official work stuff I can't see if they are being displayed properly.
    Screenshot of the problem- you will see a white question mark in a blue box where the image/preview thumb should be.
    I've reset safari/firefox/chrome completely and deleted ALL history/cache etc etc and udated to all latest versions. All the usual troubleshooting stuff, but it's still happening!??
    Can anyone help with this???
    Thanks!

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is localized to your user account. Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select “Help” from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    As Guest, launch the application(s) and test. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.

  • OK it's now fast............but for me that's all at present. I tried all browsers, ended with firefox & chrome, preferred firefox but it is updated badly too m

    OK it's now fast............but for me that's all at present.
    I tried all browsers, ended with firefox & chrome, preferred firefox but it is updated badly too many times causing me to have to re-install on many occasions, very time consuming.
    The last update also hanged my PC resolution viewing type, it became even more blurred on every program on my PC.
    The previous version was acceptable. I now intend to use chrome more often & maybe uninstall firefox for good.
    ?security updates, are these likely to affect my PC performance in any way?
    Here is a complete list of my recent (January 2012) home built PC costing 720 euros.
    Case Cooler Master Elite 360 - Mini tower - ATX CPU CPU
    CPU - Intel Core i7 2600K / 3.4 GHz - LGA1155 Socket - L3 8 MB
    Motherboard - Asrock Z68 PRO3-M Micro-ATX Motherboard
    Memory Corsair - CMX8GX3M2A1333C9 - Memory - DDR3 1333 - 8 GB
    Graphics Card None ................ i7 3000, I tried a GT520 Slower than the integrated Intel, sent back!
    Hard Drive - Western Digital Caviar Black - Internal Hard Drive 3.5 "- 1 TB SATA III
    INet - Wireless TP-Link - TL-WN851N - Wireless N PCI Card - 300Mbps - MiMo - 2 antennas
    Power Supply Be Quiet - BQT L7-530W - PC Power Supply - ATX - 530 W. Not so QUIET not good, buy another. DVD R / Writer - Liteon iHAS324
    DVD Player recorder - Liteon IHAS 124 internal
    Internal multi card reader - LECT-MUL-CAR -C109 Multi-card Reader Internal 3.5 "
    Logitech wireless keyboard & mouse, not a good choice, it's USA layout has no POUND symbol, also sometimes misses other symbols when typing, avoid Logitech!
    Finally I used 2 dust filters - DEMCiflex dust filter 80mm & 120mm also Silverstone SF01 internal system noise reducer foam, to try to get rid of noise from Power supply, best to install this before all else otherwise almost impossible. Actually I have not found the Silverstone foam to decrease the noise!

    Although not supported anymore, iWeb does still function using Mountain Lion...
    http://www.iwebformusicians.com/iWeb/mountain-lion.html
    ... and you can purchase it from Amazon.
    Start with a blank page using the Black or WHite template.
    All modern websites use CSS and there are thousands of free templates to be had if you want to use a code entry style application. You will need to go this route if you want to create a site that is viewable on mobile devices although you can create an iPhone version using iWeb...
    http://www.iwebformusicians.com/iWeb/Mobile-iWeb.html
    Search this forum for numerous topics about iWeb alternatives.

  • SiteCatalyst ClickMap doen't work under FireFox

    Hi there,
    I have configured SiteCatalist tracking on my website (cq5.5). It successfully sends data under google chrome. But under firefox it does not send ClickMap parameters (oid, ot, pid, pidt).
    I tried the same things on new cq5 instance in Geometrixx to exclude possibility that I did mistake in my code - situation the same. Under chrome works perfect, but under firefox no ClickMap parameters are sent.
    The only thing done on new instance is:
    1) created sitecatalyst configuration
    2) created framework
    3) configured geometrixx home page to use framework above
    In chrome after clicking on any geometrixx link after loading target page corresponding clickmap data is sent, but not in firefox.
    Could you please explain why and how to fix it?
    Thanks

    Indeed, in FF unless you explicitly set “trackInlineStats” in Framework settings ClickMap parameters are not sent.
    Thanks, Sham.

  • Why wont Youtube videos load when using Firefox 3.6.3?

    I've been having issues with youtube when using firefox, the video doesnt load or show up for that matter its just a black screen where the video should be and on the bottom left hand corner of Mozzilla it says "done" I've tried everything, I updated java and flash but nothing seems to work. What can I do? I know I can use other web browsers but I really want to fix this
    == URL of affected sites ==
    www.youtube.com

    There are a few reasons why youtube might be broken:
    * An extension may be causing the problem: try the steps at [[Troubleshooting extensions and themes]]
    * ''Bad item stored in the Browser Cache'': Follow the steps at [[How to clear the cache]].
    * Firewall software is blocking some resources on the page: see [[Firewalls]]
    If none of this works, let me know if Flash video from other sites work. Here are a few you can try:
    *[http://www.dailymotion.com/video/x9hvlb_3d-toy-story-3-2010-teaser-trailer_shortfilms]
    *[http://www.hulu.com]
    *[http://www.cuatro.com/el-hormiguero/videos]

  • Internet Explorer, Chrome, or Firefox are not working in Windows 8

    Internet Explorer, Chrome, or Firefox are not working in Windows 8

    I found this on another forum and it worked for me.
    This problem usually has to do with TCP/IP or Winsock requiring a reset.
    Winsock entries tells Windows 7 how to access your network services. Additionally, your TCP/IP protocol can
    be corrupted. The TCP/IP protocol is a stack of 4 layers that includes several transport layers, but when this stack is corrupt you will constantly have connectivity issues.
    You need Admin access to enter the codes below. Windows button + x, then choose Command Prompt (Admin)
    netsh winsock reset catalog (reset winsock entries)
    netsh int ip reset reset.log hit (reset TCP/IP stack)
    You may have to reinstall Chrome and Firefox or reboot to have the chnage take place.
    Hi,
    This seems to be the only solution to my problem, however this is temporary. Any advice on a more permanent resolution?
    I have also tried  to disable  "Automatically detect settings" under: "Internet Options/Connections/LAN settings/Automatically
    detect settings".
    This has no affect.
    Thanks,

  • Youtube won't play in Firefox 13.

    The newest version of Firefox, 13.0, seems to have a problem playing youtube videos. Whenever I go to youtube and try to play something I get a “There seems to be an error. Please try again later.” At first I thought it was a problem with youtube, and put in an error report with them. Youtube played fine on my earlier Firefox installation, and plays just fine on Google Chrome and IE, so the problem seems to lie with Firefox.
    In the past I have had other problems with updates to Firefox. One time I couldn’t see what was in my Google search box after updating. The next update seemed to take care of the problem. I cringe when I see that pop up box that says there is a new version of Firefox available. I wonder what favorite add ons won’t work with this one, and what other problems it might bring. That’s why I tend to wait for a couple of weeks to months before clicking the update button, hoping that maybe the bugs will have been worked out. I normally donate a little bit to programs and projects that try to improve my computer experience for free. Firefox has not given me a reason to donate. I have read the solution for uninstalling Realplayer and rolling back Flash, and this doesn't work for me. I use Realplayer all the time on my computer, and Firefox will leave before Realplayer does. If Firefox can't come up with a simple solution or fix then I guess Chrome is in my future.

    @Edward :: This worked for me ...
    Turn off Web Download & Recording in RealPlayer
    Launch RealPlayer
    Click the RealPlayer icon in the upper left corner of the window and choose Preferences.
    Choose Download & Recording from the left hand panel
    Uncheck "Enable Web Download & Recording for these installed browsers"
    Click OK and close RealPlayer
    Restart Firefox
    Hope it works for you ...
    @Tobi :: Many thanks pal one of the links helped me out .. :))

Maybe you are looking for