Viewing 2 replies - 1 through 2 (of 2 total)
  • The thumbs are missing in both browsers. FireFox just ignores the missing thumb, while IE shows the red X. When using timthumb, the src attribute should point to an image file, but here it is blank. This is what is creating the problem.

    It’s difficult to help without seeing the code that is generating the content. Are you using a specific theme? Or is this code that you wrote yourself?

    Thread Starter alexzien

    (@alexzien)

    I’m using the theme “scarlett”.

    The missing thumb is pointing to this address: https://www.myhomepage.com/wp-content/themes/scarlett/scarlett/timthumb.php?src=&h=60&w=100&zc=1

    But what thumbnail could be missing? I haven’t removed anything since I installed the theme.

    Heres some code from the rightcolumn:

    <div id="rightcol">
    ?<div id="postlist">
    
    <ul class="spy">
    
    <li>
    <img src="https://www.myhomepage.com/wp-content/themes/scarlett/scarlett/timthumb.php?src=&h=60&w=100&zc=1" alt=""/>
    
    <h2><a href="https://www.randomrssfeed.com" title="rssfeedtitle">Rss feed</a></h2>
    <div class="fcats"> Rss feed from ... </div>
    <div class="auth"> 2010-04-01 </div>
    </li>
    
    <li>
    <img src="https://www.myhomepage.com/wp-content/themes/scarlett/scarlett/timthumb.php?src=&h=60&w=100&zc=1" alt=""/>
    
    <h2><a href="https://www.randomrssfeed2.com" title="rssfeedtitle2">Rss feed 2</a></h2>
    <div class="fcats"> Rss feed from ... </div>
    <div class="auth"> 2010-03-24 </div>
    </li>
    
    </ul>
    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem in IE with thumbnails.’ is closed to new replies.