• Resolved dv.delian

    (@dvdelian)


    Hello, and thanks for a great theme!

    I’m quite new to this so try to bear with me. I have trouble getting the thumbnails for my post excerpt to show correctly. My goal is to only have a small thumbnail (150×150) to show in the post excerpt, but whatever I do a large version of the post’s “featured image” is always visible above the post title. I can’t get rid of it without deleting the featured image.

    Is there a simple way to configure this? I.e. make the post’s featured image to only show as a small tumbnail in the post excerpt and nowehere else? Thanks again for a great theme.
    / Delian

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Silkalns

    (@silkalns)

    You can setup your blog like this: https://colorlib.com/travelify/blog/

    This uses Blog Medium Image page template that you can select it via Page Attributes.

    For more information please read theme documentation where it is explained in greater detail: https://colorlib.com/wp/support/travelify/

    Thread Starter dv.delian

    (@dvdelian)

    Thanks, the example page you linked is what I’m looking for.

    Unfortunately when I set up page template as blog medium image for the page I use as my post page (I use a different post page than my home page), the image still shows up above the posts in full-scale. I tride using a cropped featured image, but it will also be centered above the post. Perhaps I’m missing something obvious? Thanks again!

    / Delian

    michaelrobertsfulbridge

    (@michaelrobertsfulbridge)

    @ silkalns

    Hi,

    Great theme, nice slider. I am unfortunately experience the same problem as dv.delian, the featured picture appears above the next, not to the left of it.

    Am I missing something obvious too?

    Thread Starter dv.delian

    (@dvdelian)

    I fixed it temporarily by adding this code into style.css (child):

    .post-featured-image {
    float: left;
    margin: 27px 30px 15px 15px;
    width: 220px;
    height: 220px;
    }

    Unfortunately I still need to add featured images of the same width-height ratio as set in the code here. You may of course change margins to what works for you.

    michaelrobertsfulbridge

    (@michaelrobertsfulbridge)

    Yes it works fine! Thank you dv.delian

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘post excerpt thumbnails’ is closed to new replies.