Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #20410
    Zoran
    Participant

    Hi

    Is it possible to get smaller images in blog/posts (from 210×210 to 150×150).
    http://www.1234.in.rs/slike/s1.png

    Thanks in advance

    #20416
    Sakin
    Keymaster

    @Zoran: You need to build child theme and do the customization. So, first build child theme and then copy content.php file from Simple Catch Pro theme to your child theme and then replace the code
    <?php the_post_thumbnail( 'featured' ); ?>
    with the following
    <?php the_post_thumbnail( 'thumbnail' ); ?>

    Then this change will take the image size of thumbnail that you have assigned in your “Settings => Media => Thumbnail size”.

    #20425
    Zoran
    Participant

    Hi Sakin
    I build child theme. Configuration are little changed but works. I test first all on my local computer.
    Beside created style.css, I copied content.php to folder simple-catch-pro-child and changed what you suggest me. I also copied function.php to same folder and changed
    /* We’ll be using post thumbnails for custom features images on posts under blog category.
    */
    set_post_thumbnail_size( 170, 170 );

    // Add Simple Catch Pro’s custom image sizes
    add_image_size( ‘featured’, 170, 170, true); // uses on homepage featured image
    add_image_size( ‘slider’, 976, 313, true); // uses on Featured Slider on Homepage Header

    Pictures are really smaller but I can`t resize frame about pictures.
    http://www.1234.in.rs/slike/s5.png

    #20446
    Sakin
    Keymaster

    @Zoran: You can try adding in the following CSS in your child theme style.css file.
    .post .post-thumb { max-width: 170px; }

    #20457
    Zoran
    Participant

    Hi Sakin

    I tested on one more test site and I tried and I only add
    .post .post-thumb { max-width: 170px; } in external css.
    http://www.1234.in.rs/slike/s8.png

    It will be nice if is possible expand width of post to the maximum.

    Anyway, I got it what I want. Thanks

    #20461
    Sakin
    Keymaster

    @Zoran: Sorry I don’t get it what you mean. Can you explain in reference to your test site.

    #20465
    Zoran
    Participant

    Text in post to be full width

    http://www.1234.in.rs/slike/s10.png

    #20474
    Sakin
    Keymaster

    @Zoran: That will be difficult as the width has to change as per responsive design. So better hire a customizer through http://catchthemes.com/hire-customizer/

    #46590

    Hi,

    http://www.smilingheartsdiary.com

    I’d like to reduce thumbnail size in the category pages (currently 210 x 210). If possible, to add code to Appearance => Theme Options => Custom CSS.

    1) Can the thumbnails become 210 x 67 (or proportional to the slider images, 976 x 313)?

    2) Will the white outline be retained? It’s really nice.

    Thanks in advance. 🙂

    #46644
    Sakin
    Keymaster

    @Em Smilingheart: Sorry that is not possible with the css to reduce the height only. Sorry I don’t get your second point.

    #46659

    I see 🙁

    Thank you. 🙂

    (The second point was just referring to the current thin line around the square thumbnail, that it will also become a rectangle if the thumbnail is resized to slider-image proportions.)

    #46748
    Sakin
    Keymaster

    @Em Smilingheart: Sorry every theme cannot be so flexible like that.

    #46750

    Your theme’s practically perfect. Loving it, it’s beautiful. Was just trying to improve on perfection, I guess, haha.

    Thanks for your reply. 🙂

    #46758
    Sakin
    Keymaster

    Yes, thanks for your feedback and appreciation.

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to have smaller images in posts’ is closed to new replies.