Portfolio Items Cropped after Theme Update

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support Portfolio Items Cropped after Theme Update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12743
    kgruen
    Member

    Hi,

    I updated the theme recently and then noticed that the portfolio items are cropped and don’t display correctly. http://www.ysura.com/about/#values and you will see our portfolio items. They should be square but they are squashed rectangles.

    I’m quite sure I never changed the theme files themselves. Anything I changed was in the “custom css”. Would you be able to advise me on how to adjust the size/shape of these portfolio items?

    Thanks.

    #12754
    Veena
    Moderator

    In the post snippets shortcode you can set image_size=’square’.Pls check the parameters of Portfolio Shortcodes/Post Snippets shortcode in themedocumentation.

    #12756
    kgruen
    Member

    Thank you. I can change it to square but this also seems not be what I had before the theme upgrade. It looks like I need a rectangular shape as the images are taller than they are wide.

    Is there a way to overwrite the default dimensions of the displayed images? For example, I see that medium is 550×400. I would need something like 400×600.

    Thanks

    #12762
    Veena
    Moderator

    You can try this plugin –

    https://wordpress.org/plugins/simple-image-sizes/

    Or

    Pls modify file framework/framework.php line no:147

    'medium-thumb' => array(550, 400),
    

    to

    'medium-thumb' => array(400, 600),
    

    and then you need to use this plugin – https://wordpress.org/plugins/force-regenerate-thumbnails/ – to regenerate the thumbnail size.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.