• If you visit my Blog you’ll see anywhere from 3 to 5 Social Media icons in the header.

    I’m on a Macbook pro running snow leopard. I browse with Chrome and Safari, and have the latest version of WP.

    When I view my site I see all 5 (twitter, facebook, linkedin, youtube and RSS).
    When I browse on my phone, FB and twitter are question marks and the rest are fine.

    My co-worker visited the site, on IE and saw broken links for FB and twitter. He then visited on Firefox, and the FB and Twitter icons did not appear at all.

    In all of these instances, LinkedIn, YT and RSS appeared fine.

    All these files are hosted on my WP blog, and all are .png files. They are also all sourced correctly.

    When I added these badges I did this…

    I added this code to the header.php file:

    <div class="smbadges">
    	<a href="http://twitter.com/KickTheGrind"><img src="http://kickthegrind.tv/wp-content/uploads/2011/01/TW-30x30.png"></a>
    	<a href="http://www.facebook.com/KicktheGrind"><img src="http://kickthegrind.tv/wp-content/uploads/2011/01/FB-30x30.png"></a>
    	<a href="http://www.youtube.com/user/friskyb"><img src="http://kickthegrind.tv/wp-content/uploads/2011/01/YT-30x30.png"></a>
    	<a href="http://ca.linkedin.com/in/mikefriskcorey"><img src="http://kickthegrind.tv/wp-content/uploads/2011/01/LI-30x30.png"></a>
    	<a href="http://feeds.feedburner.com/KickTheGrind"><img src="http://kickthegrind.tv/wp-content/uploads/2011/01/RS-30x30.png"></a>
    </div>

    and then this to the style.css:

    .smbadges {
    float:right;
    height:10px;
    bottom:30px;
    padding-right:3px;
    }
    
    .smbadges img {
    padding:-4px 2px 2px 2px;
    float:right:
    }

    I also changed some sizes here:

    .menu {
    float: left;
    width: 600px;
    padding: 6px 0 0 15px;
    }

    Any Idea what’s up? Can any of you see all of the Icons?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Firefox gives me this message for TW and FB images. The other three load okay.

    The image “//kickthegrind.tv/wp-content/uploads/2011/01/TW-30×30.png” cannot be displayed, because it contains errors.

    There are also three 404’s in your responses:

    /wp-content/uploads/2011/01/TW-30×30.PNG
    /wp-content/uploads/2010/11/NoseGlobe-Perfect.jpg
    /wp-content/themes/on-demand/images/header-bg.jpg

    Thread Starter MikeFrisk

    (@mikefrisk)

    Would you recommend re-uploading the files?

    I would try re-saving both those graphics as png’s using a graphics editor and then just replace them and see if the error resolves itself.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Interesting graphic Issue’ is closed to new replies.