Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Flexform
  • #9304
    alexsb
    Member
    Post count: 2

    Hi,

    I would like to force all my thumb to have the same size in all the website.

    How can I do?

    The ideal size will be 150px x 150px

    I already try:

    1) Setting>media> and i change the value
    2) set_post_thumbnail_size( 150, 150, true); in function.php …

    I don’t know what to do … can you help me guys ??

    Thanks a lot !

    #9305
    alexsb
    Member
    Post count: 2

    The size by default is 220 px and my real problem is that it is resizing the image proportionally … then all the thumb doesn t have the same size and tu excerpt under it is not align when two post are on the same line here a screen shot

    #9425
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    You’d need to first disable the responsive mode in the theme options – that resizes them via CSS depending on the device the site is being viewed on.

    Now, I think this plugin might help: http://wordpress.org/plugins/post-thumbnail-editor/

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #64093
    yessi01
    Member
    Post count: 16

    Hi, I’m having the same issue.
    I want all the images for related articles to be 220 x 100, so I set this in the functions.php:
    set_post_thumbnail_size( 220, 100, true);
    That didn’t change anything, not even after forcing regenerating thumbnails.
    I also set the theme on ‘non-responsive’ and used http://wordpress.org/plugins/post-thumbnail-editor/
    ‘Non-responsive’ doesn’t change anything and the post-thumbnail-editor doesn’t either.

    Do I need to change something else?
    http://www.opbouw.webzy.nl/testomgeving/?p=53

    #64427
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please roll back your changes and open to edit single.php under theme directory .

    Find this code at line 260 
    $image = aq_resize( $thumb_img_url, 220, 152, true, false);
    Replace with 
    $image = aq_resize( $thumb_img_url, 220, 100, true, false);

    Hope it will help you .
    Thanks 🙂
    With Best Regards
    Swift Ideas

    #64493
    yessi01
    Member
    Post count: 16

    Thank you Mohammad! Problem solved!

    #64494
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome . I’m glad that issue resolved .
    Thanks 🙂
    With Best Regards
    Swift Ideas

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register