New Landing How can we help? Themeforest Theme Support Dante Portfolio – Resize Split Media Image and Linked Projet thumnail image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #98265
    Petercity
    Member
    Post count: 107

    Hi,

    1 Please could you indicate me in the theme where to re-size the featured image for Portfolio Split Media.
    => I would like to reduce the max with and height size of the image. If necessary we could increase the description with bar.

    2 Furthermore could you also indicate me where to change the ratio of the thumbnail of link projet image in portfolio page.
    => I would like something similar that in my blog post page: exemple – http://www.glendiz.com/1178/moncler-printemps-ete-2014/

    Thank for your support.

    #98309
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    He will have to do it with css.
    What sizes you would like?

    In the image bellow I made an experimental with half for the image and another half for the description.
    https://www.dropbox.com/s/xvlesgy3u8xm9kd/portfolio_image_size.png

    Regarding 2, are you talking about the images bellow “Projets Liés” ?

    -Rui

    #98425
    Petercity
    Member
    Post count: 107

    Hi Rui,

    1 – It seems to suit for me, if you can provide me the css code, i will play with to increase a little bit the image size to 3/4 of the with of the page or something like that.

    2 Regarding 2, Yes I’m talking about the images bellow “Projets Liés”

    #98858
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    For request 1 add this code to your custom css.

    
    @media (min-width: 768px){
    .portfolio-item-content figure.media-wrap {
    width: 50%!important;
    }
    .portfolio-item-content .article-body-wrap{
    width: 50%!important;
    }
    }
    

    I will check 2 with the development team.

    -Rui

    #102205
    Petercity
    Member
    Post count: 107

    Please Rui,

    Any update for request two ?

    Best Regards

    #102293
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Sorry for the late reply.
    Check the file in “themes/Dante/single-portfolio.php”

    Find this line of code

    
    $image = sf_aq_resize( $thumb_img_url, 300, 225, true, false);
    

    and replace the width parameter of 300 by your desired value and also the height 225 by your desired value.

    -Rui

Viewing 6 posts - 1 through 6 (of 6 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