Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #277120
    Glen Pavelich
    Participant

    I would like the featured image for the posts on this page
    https://northvalleywaste.ca/
    to stay the same size as the original. (Small and tidy) They are stretching out of proportion to fill the space.

    This worked
    .has-post-thumbnail .archive-post-wrap img {
    width: 60%;
    }

    But I removed it so you could see the stretched image.
    Is there another way to do this so I don’t have to try to figure out the sizing for it to then appear at 60%.

    Also, when I set the site to static home page (currently it is set to posts) and pick a category to appear on the front page they don’t appear.
    The version I’m using is Version: 1.4.6
    Has this been fixed in the newer version?

    #277121
    Glen Pavelich
    Participant

    Also, I would like the layout to show the feature image on the home page plus excerpt, but not a featured image on the individual posts.
    If I change the setting to ‘no featured image’ for the posts then it doesn’t display on the home page either.

    ALSO if I set it to ‘show full content’ (in order to get rid of the featured image on the posts) then it shows full content on the home page instead of the excerpt version.

    But as stated above in the previous comment I would like to set the site as static home page…. but haven’t been able to make the posts appear.

    #277148
    Skandha
    Participant

    @fireflywebs: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog .has-post-thumbnail .archive-post-wrap img {
        width: auto;
    }

    The category issue has been solved.

    To have the featured image disabled on individual posts
    Go to => Appearance => Customize => Theme Options => Layout Options => Single Page/Post Image Layout => Select Disabled and Publish.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #277196
    Glen Pavelich
    Participant

    Yes, that works thanks. How do I take the feature image off the post itself? (https://northvalleywaste.ca/haul-r-daze-may-2021/)

    #277258
    Skandha
    Participant

    @fireflywebs: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .featured-image {
        text-align: center;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Posts Images’ is closed to new replies.