WP Stats Smiley Face by eckert


If you want to get rid of that little smiley face when using the WP Stats plugin, just add this code to your CSS

img#wpstats{display:none}

6 Responses to “WP Stats Smiley Face”

  1. jennifer bhala hansen Says:

    Hi guys

    I did not know how to contact you so I am writing here. I use your theme for my blog. Thanks for it. It is great in firefox but when I’m in IE the headings are all messed up and sometimes the side bar is and sometimes some of the videos don’t appear.
    Just thought I’d let you know in case you want to fix it for me.

    Thanks again. Which other ones do you make?

  2. Lee Kelleher Says:

    I’d be careful using the “display:none;” CSS rule with the WP Stats plug-in, as some web-browsers wont load the image if the display is set to “none”. This means that WP Stats can not gather the client stats.

    I know Firefox does this, not too sure about IE or Safari/Chrome.

    If you really don’t want the smiley face, then you could try “visibility:hidden;” instead?

  3. jennifer hansen Says:

    Pretty Parchment error

    I cannot get all my blog posts to show only the title and first paragraph even though I have checked the appropriate box.
    Please let me know how to get this to work - please

  4. Matt Says:

    Thanks! I’m glad to get rid of the little nuisance. :P

  5. Bamm Says:

    This is bad advice. The W3 standard for display: none is for the browser not to load the element at all. What is the point of using wp-stats if you won’t let it check your hits? All browsers that follow the standard (pretty much everything except very old IEs) will not load it at all. I suggest use visibility: hidden as I did in my website.

  6. Devin Says:

    Took Bamm’s advice, but still had a few pixel gap. Updated to:

    img#wpstats{visibility:hidden; height:0px;}

Leave a Reply


It’s Called Web Design is proudly powered by WordPress
Entries (RSS) and Comments (RSS). Valid XHTML