Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #554147

    Hi enfold team

    please refer to the Print Screen and its related website link in the private content.

    we used to change the thumbnail size

    by Enfold Child: Theme Functions (functions.php)
    add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size[‘widget’] = array(‘width’=>95, ‘height’=>95 );
    return $size;
    }

    and also add Quick CSS

    .news-thumb img, .news-thumb img { width: 85px; height: 85px; }
    .news-thumb { width: 95px; height: 95px; }

    after that
    its size is larger enough for us, and thanks for your help

    but we find recently, the thumbnail is not in the center of the outside square
    could you help us to solve this problem,

    thanks in advance.

    #554463

    Hey paulchiao!

    Please add following code to Quick CSS as well

    .news-thumb img {
        height: 100%;
        width: 100%;
    }

    Regards,
    Yigit

    #554754

    Hi Yigit, thanks for your work, it is ok now.
    BTW, can i customize the thumbnail pictures of posts?

    • This reply was modified 8 years, 11 months ago by paulchiao.
    #555175

    Hey!

    You are welcome!

    What kind of customization would you like to make? If you would like to change thumbnail sizes, please see – https://kriesi.at/support/topic/latest-news-widget-thumbnail-picture-is-too-small/#post-356895

    Best regards,
    Yigit

    #555336

    you can see the thumbnail of the post only have part of the entire picture

    can you help to solve the problem?

    we should make the thumbnail to show some real pictures to visitors

    #557130

    Hey!

    link you have provided does not work for me. Can you check please and let us know when you are ready?

    Cheers!
    Andy

    #558016

    Hi Andy Yigit I have this fixed by myself, thanks for your support. @andy @yigit

    #558355

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.