Safari 7.0.4 Top Sites previews remain blank

I've been having this issue for a couple of weeks now, the websites previews don't load. To be more specific, Safari tries to load one and I see it for half a second, but then it goes back to blank. Then Safari tries to load the next one, again I see it briefly, but it doesn't stick around. And so on, in order from the 1st to the last preview. As if it tried but didn't succeed in loading them, never happened before, cannot recall if I did something weird but I would say no. I updated my Flash to the 14 version yesterday, and only yesterday the previews worked fine, back to normal, after updating Flash. Today it's back to blank! So I don't know if it's got something to do with Flash at this point? If it can help, this is my current Flash version as shown in the System Preferences Flash pane:
It is driving me nuts, the fact that it tries to load and I see these previews flashes very briefly is very disturbing, would be better if they were blank all the time. I hope it can be solved. Thank you!
edit:
I have already tried a couple Terminal commands found on here, for the same problem reported by someone else, didn't work. Disk is ok, permissions are ok, everything appears to be ok. Tried resetting Safari, deleting all Top Sites, putting them back, didn't work. Obviously shutting everything down didn't work either. Only thing that worked (shortly) was updating Flash. Really dunno...

From the Safari menu bar, select
Safari ▹ Preferences... ▹ Extensions
Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.

Similar Messages

  • Top Site previews are blank or black.  Why?

    I have reset Safari and emptied the cache.  My top sites were then pages Safari already had loaded.  I have my own top sites saved, but they are blank black screens. It has never done this.  Please help! Thanks for your responses.

    If you selected, "Reset TopSites" from the Safari > Reset window, that automatically deletes all the previews.
    You may need to re add the sites back in again >  How to manage Safari's Top Sites
    If you have problems adding sites to TopSites, open the Finder. From the Finder menu bar click Go > Go to Folder
    Type this exactly as you see it here:
    ~/Library/Safari
    Click Go
    Move the TopSites.plist file from the Safari folder to the Trash.
    See if that made a difference...

  • How do I remove top site preview from Bookmarks Bar

    Last night received message from Safari asking whether or not to update Safari settings, which, in a pinch, unfortunately I did.  I now have a top site preview in my Bookmarks Bar and I do not want it there.  I have tried everything to get it out, including the most obvious: unchecking "show top sites" in Safari preferences, restarting Safari and computer.  Also, going to Utilities, Terminal and pasting in script for command found searching on subject.  Nothing works.  Does anyone know how to get this top site window out of my Bookmarks Bar?  I have spent a great deal of time on this and am quite frustrated as a result.  Thank you.

    Hi
    so if you click/hold just above the 'address' text - or anywhere in that dark bluey-grey band above the column headings... you should be able to drag that upwards so that the site preview area disappears leaving only  the dark search bar.
    Maybe it's not that - I didn't mention it right away because that 'setting'  is common to every bookmarks view/collection, rather than " The top site preview appears ONLY when I select "Show all bookmarks," and THEN select the Bookmarks Bar "
    If not that, do remove the safari plist file - keep it safe & you can easily replace it with safari quit if there's no change. Safari will create a new, default version when it next starts.

  • Safari is defaulting to Top Sites when I want to edit my bookmarks

    For some reason Safari is going to Top Sites whenever I try to edit my bookmarks, and the same thing is happening randomly when I click a hyperlink in my mail program. This just started yesterday and I have never chosen Top Sites as a default for anything ever. How do I undo it? I don't have Top Sites chosen for any default in my prefs either

    They don't install themselves, but you may be tricked into installing them when you think you're installing something else.
    1. This is a comment on what you should—and should not—do to protect yourself from malicious software ("malware") that circulates on the Internet and gets onto a computer as an unintended consequence of the user's actions. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the computer, or who has been able to log in to it remotely. That threat is in a different category, and there's no easy way to defend against it.
    The comment is long because the issue is complex. The key points are in sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user. Internally Apple calls it "XProtect."
    The malware recognition database used by XProtect is automatically updated; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    ☞ It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    ☞ It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
    3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    ☞ It can easily be disabled or overridden by the user.
    ☞ A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    ☞ An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    Apple has so far failed to revoke the codesigning certificates of some known abusers, thereby diluting the value of Gatekeeper and the Developer ID program. These failures don't involve App Store products, however.
    For the reasons given, App Store products, and—to a lesser extent—other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandbox security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they are not, and never will be, complete protection. Malware is a problem of human behavior, and a technological fix is not going to solve it. Trusting software to protect you will only make you more vulnerable.
    The best defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the scam artists. If you're smarter than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know when you're leaving the safe harbor? Below are some warning signs of danger.
    Software from an untrustworthy source
    ☞ Software of any kind is distributed via BitTorrent, or Usenet, or on a website that also distributes pirated music or movies.
    ☞ Software with a corporate brand, such as Adobe Flash Player, doesn't come directly from the developer’s website. Do not trust an alert from any website to update Flash, or your browser, or any other software.
    ☞ Rogue websites such as Softonic and CNET Download distribute free applications that have been packaged in a superfluous "installer."
    ☞ The software is advertised by means of spam or intrusive web ads. Any ad, on any site, that includes a direct link to a download should be ignored.
    Software that is plainly illegal or does something illegal
    ☞ High-priced commercial software such as Photoshop is "cracked" or "free."
    ☞ An application helps you to infringe copyright, for instance by circumventing the copy protection on commercial software, or saving streamed media for reuse without permission.
    Conditional or unsolicited offers from strangers
    ☞ A telephone caller or a web page tells you that you have a “virus” and offers to help you remove it. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    ☞ A web site offers free content such as video or music, but to use it you must install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one.
    ☞ You win a prize in a contest you never entered.
    ☞ Someone on a message board such as this one is eager to help you, but only if you download an application of his choosing.
    ☞ A "FREE WI-FI !!!" network advertises itself in a public place such as an airport, but is not provided by the management.
    ☞ Anything online that you would expect to pay for is "free."
    Unexpected events
    ☞ A file is downloaded automatically when you visit a web page, with no other action on your part. Delete any such file without opening it.
    ☞ You open what you think is a document and get an alert that it's "an application downloaded from the Internet." Click Cancel and delete the file. Even if you don't get the alert, you should still delete any file that isn't what you expected it to be.
    ☞ An application does something you don't expect, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    ☞ Software is attached to email that you didn't request, even if it comes (or seems to come) from someone you trust.
    I don't say that leaving the safe harbor just once will necessarily result in disaster, but making a habit of it will weaken your defenses against malware attack. Any of the above scenarios should, at the very least, make you uncomfortable.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it—not JavaScript—in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Stay within the safe harbor, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
    7. Never install any commercial "anti-virus" (AV) or "Internet security" products for the Mac, as they are all worse than useless. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store—nothing else.
    Why shouldn't you use commercial AV products?
    ☞ To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. This technique is a proven failure, as a major AV software vendor has admitted. Most attacks are "zero-day"—that is, previously unknown. Recognition-based AV does not defend against such attacks, and the enterprise IT industry is coming to the realization that traditional AV software is worthless.
    ☞ Its design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere. In order to meet that nonexistent threat, commercial AV software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    ☞ By modifying the operating system, the software may also create weaknesses that could be exploited by malware attackers.
    ☞ Most importantly, a false sense of security is dangerous.
    8. An AV product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always out of date, but it does not inject low-level code into the operating system. That doesn't mean it's entirely harmless. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An AV app is not needed, and cannot be relied upon, for protection against OS X malware. It's useful, if at all, only for detecting Windows malware, and even for that use it's not really effective, because new Windows malware is emerging much faster than OS X malware.
    Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else. A malicious attachment in email is usually easy to recognize by the name alone. An actual example:
    London Terror Moovie.avi [124 spaces] Checked By Norton Antivirus.exe
    You don't need software to tell you that's a Windows trojan. Software may be able to tell you which trojan it is, but who cares? In practice, there's no reason to use recognition software unless an organizational policy requires it. Windows malware is so widespread that you should assume it's in everyemail attachment until proven otherwise. Nevertheless, ClamXav or a similar product from the App Store may serve a purpose if it satisfies an ill-informed network administrator who says you must run some kind of AV application. It's free and it won't handicap the system.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have all the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user, you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither can you assume that you will always be safe from exploitation, no matter what you do. Navigating the Internet is like walking the streets of a big city. It's as safe or as dangerous as you choose to make it. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • Safari 4.0.3 Top Sites and/or flash choke and I have to force quit.

    I've tried multiple times all of the remedies I've seen on the discussion forums. Uninstalled an reinstalled flash. Dumped old internet plugins, reset, repair permissions, restart, trashed most safari folders, etc...in many different orders that have been recommended.
    1- When I use Safari 4.0.3 Top Sites to go to some sites there is a frozen beach ball at about the time that the site is loading the advertising. This is predictable on sites with advertising. I have to force quit Safari. Then open it up again and back to normal. This is the usual procedure.
    Sometimes the usual problem sites come up without a problem but that is very rare.
    There is never a problem opening the sites using a saved bookmark.
    I'm guessing that it's a page refresh/update problem withing Top Sites. Is it that it can't handle updating the animated ads when opening from Top Sites? Just looking for a solution.
    Turning off Top Sites is not an answer. Avoiding using it is not an answer. I like the feature and want to continue to use it without problems.
    2 - Rarely I've also had to force quit sometimes when clicking on a link on a page with advertising. It's as though I caught it (flash?) in some part of its cycle and it was off guard.
    So, is it top sites, flash, scripting? I'd really like safari to work as it used to.

    If turning that off improved the situation, this confirms that one of Safari's database files has become corrupt and is causing the crashing, and this would show up in your crash log as Thread 3 having crashed.
    The blacklists from Google’s Safe Browsing Initiative (where Safari checks for 'fraudulent websites') are contained in a database cache file called SafeBrowsing.db - the file was created when you first launched Safari 3.2, and if you have the browser open, the file is modified approximately every 30 minutes.
    In other words it is part of Safari's (version 3.2 onwards) anti-phishing security feature.
    As an alternative to turning off 'Warn when visiting a fraudulent website', which will lose you that important security feature, you should delete that database file, (but first close Safari):
    Home/Library/Caches/com.apple.Safari (this is a folder)/SafeBrowsing.db (although that location may be different on your system).
    It will be recreated next time you open Safari, and will then start again collecting details of dodgy websites.
    If you are interested:
    How the Anti-Phishing feature of Safari 3 and 4 works:
    http://www.macworld.com/article/137094/2008/11/safarisafebrowsing.html

  • Safari hangs/crashes on top sites

    Safari hangs/crashes on top sites.
    (Safari ver. 4.0.4, Tiger OS)

    When it crashes, do you get a message about reporting it to Apple?
    If so, copy and paste it here for us to see, OK?
    It will help us troubleshoot.

  • Safari Apple start page, top sites and history blurry

    I was wondering if anyone else is experiencing this? I recently installed a new graphics card HD 6950 and I noticed right away that apple.com on safari as well as top sites and history browser is blurry. It's clear for a split second that slowly becomes blurry in about half a second. Every other site is normal and the video card doesn't have problems on games. Viewing apple.com on IE looks normal also. I've tried installing different drivers but still no luck. Here's a shot of what its like for me:
    http://i691.photobucket.com/albums/vv272/locke204/Untitled-2.jpg
    Thanks!

    Hello and welcome..
    Help here for TopSites and compatible graphics cards.
    http://support.apple.com/kb/HT3410
    Carolyn

  • Unable to refresh top site previews in Safari 8

    Just started using Safari 8.0 on OS 10 Yosemite as Chrome is not stable.   Trying to get Top Sites page working well but cannot get preview images to refresh.  All my top sites reflect login pages i.e. Facebook login page.  Searching for answer turns up doing PAGE REFRESH as a solution to his issue.  However there is no refresh button on the Top Sites page (as no site is loaded)  - using Command - R also does nothing.

    Hi!
    Is this (Re: Top site doesn't work. Safari 8.0) the same problem? If it is, try what I mentioned there. I hope it helps.

  • How to stop Safari 5.1.7 from saving previews of visited websites but keeping top sites previews

    Hello,
    Is there anyway to prevent safari 5.1.7 from taking previews from visited website only, and keep taking previews from top sites ?
    Thanks

    HI...
    AFAIK, no.
    They are stored in HD > Users > your account > Library > Caches > com.apple.Safari > Webpage Previews

  • Safari crash when opening top sites

    hi i need help, does anybody else have this problem?
    for the past 2 days, everytime i try opening my top sites, safari crashes. i keep sending the crash report but nothing happens. i already tried reinstalling the safari application but i still have the same problem. opening a new tab that automatically opens my top sites also causes safari to crash so i already set my preferences to just open to a blank tab.
    wat's wrong with my mac? wat should i do? pls advice. thanks
    joe

    Hi and welcome.....
    When sending a crash report to Apple, that goes to the developers. You will not receive a reply. In order to get help, you need to copy/paste the entire contents of the Crash Reporter window into your Reply here.
    If the crash report dialog does not appear or the crash is hard to reproduce, crash logs can be retrieved from the ~/Library/Logs/CrashReporter> folder.
    Before you post the crash report, you may want to check for third party Safari add ons which could cause Safari to crash, help here for that.
    Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    Carolyn

  • Safari forgets a distict Top Site again and again

    I want to have this URL as a Top Site:
    https://banking.postbank.de/rai/login
    I can add the site, and it stays for the current session. The site is also "locked" (with the blue pin). But after a reboot the site is lost from the Top Sites. All other items stay, only this one is affected.
    I experienced this problem with Safari since version 7. Now I did a clean install of 10.10.1 (Yosemite), updated to Safari 8.0.2 - but the problem persists.
    Any idea??

    I found this other thread:
    Are there restrictions on adding HTTPS (secure) URLs to Safari's Top Sites?
    It seems this is an old bug that Apple ignores?

  • Safari 7.0 top sites remain blank

    Dear Safari specialists,
    after upgrading my MacBook Pro 13" 2,53 GHz C2D (2009, 8 GB RAM, 500 GB SSD) from Lion 10.7.5 directly to Mavericks, the following problem arose with Safari: The browser no longer displays preview pictures for my top sites.
    All I can see are black rectangles with a dark grey safari icon in the center of every top site preview:
    Steps I took to isolate the problem:
    1) Pressing CMD+R in the top sites view. This caused the top sites' captions to change to the corresponding websites' current titles. So it seams reloading the top sites works, it just doesn't create preview pictures.
    2) The result made me suspect a permissions problem when writing new preview pictures to the disk. So I checked permissions on the ~/Library/Caches/com.apple.Safari/ folder and the "Webpage Previews" folder within. They're read&write for my (admin-level) user. I even changed them to read&write for everyone - but to no avail. I also ran "repair permissions" in the hard disk utility.
    3) I reset Safari using Safari's reset-window in the browser's menu. Everything was checkboxed, still no change. I also tried restarting the system after a reset and before reopening the browser.
    4) I closed Safari and removed the following folders and files:
    ~/Library/Safari/*
    ~/Library/Caches/Metadata/*
    ~/Library/Caches/com.apple.Safari/*
    ~/Library/Caches/com.apple.WebKit.PluginProcess/*
    ~/Library/Coockies/*
    ~/Library/Preferences/com.apple.Safari.*
    ~/Library/PubSub/*
    ~/Library/Saved\ Application\ State/com.apple.Safari.savedState/*
    Then I opened Safari again to force the browser to recreate each and every file with correct contents and permissions. Nonetheless, I was greeted with the top sites page containing the same black rectangles instead of website preview pictures. Reloading didn't help, the result was the same as described in 1). So I put the old files back in their former places.
    5) I created a new user account, switched to that one, opened Safari there and tried reloading. Interestingly, the top site previews filled up the formerly black spaces. So in this new user account everything works as expected. Transfering the "Webpage Previews" folder contents to my regular user account even causes the corresponding preview pictures to appear in my regular safari - except the ones that weren't included in the other user account's Safari top sites selection, of course. This doesn't solve the problem, though, because once again the copied previews cannot be updated in my regular safari account. Pressing CMD+R doesn't change them back to the black rectangle state but simply leaves them untouched even though the website visible contents has changed in the meantime.
    6) Going to the console app revealed that during my attempts to reload the preview pictures (see 1) ), the following entries are created in system.log (excerpt):
    macbook-nick.fritz.box com.apple.WebKit.WebContent[1855]: tcp_connection_destination_prepare_complete 32 connectx to 2a00:1450:4005:809::101f#443 failed: 65 - No route to host
    macbook-nick.fritz.box com.apple.WebKit.WebContent[1855]: tcp_connection_handle_destination_prepare_complete 32 failed to connect
    [7 more, similar to the one above …]
    macbook-nick.fritz.box com.apple.WebKit.WebContent[1855]: tcp_connection_destination_prepare_complete 139 connectx to 2a02:26f0:5::5f64:f929#80 failed: 65 - No route to host
    [8 more, similar to the one above …]
    macbook-nick.fritz.box com.apple.WebKit.WebContent[1855]: tcp_connection_handle_destination_prepare_complete 139 failed to connect
    macbook-nick.fritz.box com.apple.WebKit.WebContent[1855]: tcp_connection_destination_prepare_complete 140 connectx to 2a02:26f0:5::5f64:f912#80 failed: 65 - No route to host
    [2 more, similar to the one above …]
    macbook-nick.fritz.box com.apple.WebKit.WebContent[1855]: tcp_connection_handle_destination_prepare_complete 138 failed to connect
    [10 more, similar to the one above …]
    macbook-nick.fritz.box com.apple.WebKit.WebContent[1855]: tcp_connection_destination_prepare_complete 157 connectx to 2620:0:862:ed1a::1#80 failed: 65 - No route to host
    macbook-nick.fritz.box com.apple.WebKit.WebContent[1855]: tcp_connection_handle_destination_prepare_complete 157 failed to connect
    I'm not sure what these entries mean. My first idea was that there may be a network problem connecting to my top sites. This wouldn't explain, though, why they all load properly when opened directly in safari by entering their URL or when clicking on them in the top sites view. It also wouldn't quite explain why everything works fine in the second user account (see 5) ). The second thought was that maybe Little Snitch caused some disturbance in my network traffic that blocked Safari from fetching preview pictures (even though Little Snitch also runs in the second user account). But even when turning off all network filtering, the problem persists.
    Now I've run out of ideas. One hypothesis left is that there's a database file hidden somewhere that needs to be updated in order to allow Safari to create a link to preview pictures which are only then created in the Library folder's subfolders. That database file may be corrupted, who knows. Besides the fact that I don't even know if such a database file exists, I have no clue where it coult be found.
    So - any thoughts on this one? Any option I may have missed out on trying?
    Best,
    Nick

    I found what may be the solution or at least a big step forward. Deactivating the preview picture function and turning it back on again made Safari finally create snapshots for my top sites and fill up the formerly empty rectangles. It worked like this:
    1) Close Safari.
    2) In the terminal application enter:
    defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2
    3) Open Safari, then close it again.
    4) In the terminal application enter:
    defaults delete com.apple.Safari DebugSnapshotsUpdatePolicy
    5) Open Safari again.
    It's still not working exactly like in Safari 5, though. Preview pictures in top sites only seem to get updated when I click on them to visit the corresponding websites. It doesn't seem to happen in the background. So it doesn't present me with a little star icon to notify me of any unread new contents in the top sites view.
    I'll have to dig in deeper to figure out if this is the intended behaviour for Safari 7.0 or if there's still something wrong. Any thoughts on this?

  • Safari Keeps Adding Top Sites On It's Own

    Hello,
    I have a problem with safari keep on adding top sites on it's own. I've tried resetting it but still no fix.
    Any ideas?

    That's the way Top Sites works. Safari automatically places the sites you use most in the Top Sites view. You can permanently mark a site as a Top Site by clicking the Edit button (bottom left corner in Top Sites), then click the thumbtack icon on a particular site. However, unless you fill the entire view with permanent sites, the remaining space will be fluid, depending on what sites you have used most.

  • Safari 'Show Top Sites' Image Glitch

    Whenever I click on 'Show Top Sites' in Safari, after having numerous images open in Preview,
    and after quitting Preview, I see a momentary glimpse of all the images that were previoulsy open
    in Preview populate the thumbnails in Top Sites.
    Has anyone else experienced this?
    Safari 6.0 (24 Thumbnails in Top Sites)
    Preview 5.5.2

    Safari 8
    There is no option available in the preferences settings to remove TopSites from the Favorites bar.
    Best.

  • Safari Prefetcher cripples Safari when selecting Top Sites

    I've been having problems with the Safari Prefetcher process that seems to be behind Topsites.
    It can be extremely slow and cause Safari to become unresponsive.
    Is there a cache for topsites that can be deleted or reset?
    I thought this was to do with running Safari in Snow Leopard 64bit mode but 32 bit has the same issue.
    Any help appreciated.
    Message was edited by: Peter Knapp

    Go to Safari's menu--->Safari--->Reset Safari--->Check the Reset Top Site box and hit reset. There might be other things in the reset box you might want to clear or rest too.

Maybe you are looking for

  • Sending pics taken by iphone

    I'm trying to find out if when you take a picture with an iphone in order to send it, do you send it as an e-mail attachment and therefore the only way for the receiving person to view it is through e-mail on their phone? Or can you send it from your

  • Blue Screen Pops up everytime I put my shuffle into USB port

    PLEASE anyone help me!! My shuffle was working fine and then one day an Blue ERROR screen pops up telling me windows is shutting down because of an error. I was told it might be a driver error and to disable the drive or check for driver updates. is

  • How to find Backend tables for a reports in oracle iSetup

    Hi, We are planning to implement oracle iSetup for our client. Before that we would like to understand the functionality of iSetup in oracle Apps. Also from where the report is getting the data. I mean How is data collected from the backend tables? H

  • Using ActiveX in JDeveloper

    Do you have any idea how I can use my ActiveX control in a JDeveloper application? thanks Nazire

  • Efficient Queries involving multiple relationship in JPA

    Hello, I'm using JPA with provider Hibernate. In order to get data from multiple tables (say 5 tables) I would use SQL JOIN and 'SELECT' only required columns. This would be the most efficient way and would scale well. In JPA how do I achieve this ?