Forum Replies Created

  • In reply to: Thumbnails of featured image not showing on home excerpts.

    #24579

    Even if I don’t know why it doesn’t point to the right image or doesn’t find it when it’s there, rebuilding the thumbnails to a different size corrected most of the problems. For the dozen ones left, I had to change by hand every article.

    Well, rebuilding the thumbnails seems to correct some of the errors… but not all of them!

    The humanity! 😀

    New thumbnails are correctly displayed and appear.

    Old ones do not appear.

    When I look at the generated code, il looks like that:

    New thumb:

    <img
    width="150" height="150" src="http://images.terresdelegendes.fr/2012/03/moebius-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="Jean Giraud alias Moebius" title="Jean Giraud alias Moebius" />

    Old thumb:

    <img
    width="106" height="150" src="http://images.terresdelegendes.fr/2011/08/" class="attachment-thumbnail wp-post-image" alt="Pin-up" title="Pin-up" />

    where it should be

    <img
    width="106" height="150" src="http://images.terresdelegendes.fr/2011/08/pinup-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="Pin-up" title="Pin-up" />

    The file is there but the script won’t acknowledge it or something.

    If anyone has any suggestion on how to proceed, I’m all ears…

    Cheers.

    In reply to: Thumbnails of featured image not showing on home excerpts.

    #24576

    [blockquote]Seems to me like a case where the proper URL for the resized image is not being reported/recorded properly by WordPress. Could be any number of reason causing this, but my bet is on the failure to generate the resized images.[/blockquote]

    Thing is, I have no idea how to fix that 😀

    And I don’t have any idea what could have caused that. The thumbnails are created, they are there but do not appear, even in the media manager.

    In reply to: Thumbnails of featured image not showing on home excerpts.

    #24574

    Mhmm, thing is images are uploaded to a subdomain, so there’s no duplication from that CDN (there’s another subdomain CDN for statics like .css and .js, but images are uploaded and called from a specific subdomain CDN). I had to do it to save some space.

    Yet I tried to tune up WP Super Cache, see if I missed a string or two, that didn’t change a thing.

    The source code says this :

    Code:
    <img
    width=”150″ height=”150″ src=”http://images.terresdelegendes.fr/2012/02/&#8221; class=”attachment-thumbnail” alt=”Image cassée” title=”Image cassée” />

    Funny thing is it points to a folder and not to an actual image.

    Boggles my mind 😀

    Thx for your help.

    In reply to: Thumbnails of featured image not showing on home excerpts.

    #24572

    @Syahir Hakim

    Thumbnails are 150×150.

    But I think I might have a theory on that, being that thumbnails are provided from a CDN (actually, a subdomain). Dunno why, but other than upgrading Graphene, that’s the only other change I made.

    Well, so far it’s jsut a theory since I don’t see how it could impact thumbnails and not the other images (but I’ve been known to make wrong guesses 😉 ).

    In reply to: Thumbnails of featured image not showing on home excerpts.

    #24570

    No one has any idea?

    So far, I’m stuck.

Viewing 7 posts - 1 through 7 (of 7 total)