• Resolved RayBoyd1455

    (@rayboyd1455)


    Using Customizr 3.2.2, had the same issue with the last version.

    On my blog page some of the post’s images do not display. There are images for each post but they do not all display on the blog page. I don’t know why some do not display, the code for the thumbnails on the ones that do not display is missing the;

    <section class="tc-thumbnail span4">
    <div class="thumb-wrapper ">

    Posts on the blog page with an image show this code;

    <article id="post-832" class="post-832 post type-post status-publish format-standard hentry row-fluid thumb-position-right rounded">
    <section class="tc-content span8">
    <section class="tc-thumbnail span4">

    A post with no image has this code;

    <article id="post-798" class="post-798 post type-post status-publish format-standard hentry row-fluid thumb-position-right rounded">
    <section class="tc-content span12">

    http://langleydpac.ca/blog/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi @rayboyd1455, if you have set a featured image for your post, then it should be displayed. If the featured image is not set, Customizr will look for images attached to the post : an image is attached (from WP standpoint) to the first post in which it’s been added to the content.

    Hope this will help you fix this!

    Thread Starter RayBoyd1455

    (@rayboyd1455)

    Hi nikeo,
    I have set the images that were not showing as Feature images for those posts and now they show on the blog page. I still do not know why they would not show on the blog page like the other images did which were not set as Feature images for their posts. At least I have a work around now in case future images will not show on the blog page.

    You say

    an image is attached to the first post it is displayed in

    , it could be these images were added to a page before the post but they were not added to any other posts. I also tried creating new images, resized them as they were too large, uploaded and attached those to the post with different file names but the images still did not display on the blog page. Could it be any further edits to the post’s attached images are ignored?
    Thank you for your quick response 🙂

    Theme Author presscustomizr

    (@nikeo)

    I am glad you have fixed the issue.

    Could it be any further edits to the post’s attached images are ignored?

    I don’t think see why WP would do that. I have never experienced this.

    Thanks for your feedback

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post thumbnail image doesn't show for all posts’ is closed to new replies.