New Landing How can we help? Themeforest Theme Support Uplift Is there a way to make related project thunbs wide rather than square?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #297073
    jaynkie
    Member
    Post count: 90

    Looking for a filmic 2:40 aspect ratio for the crop.

    Also trying to get rid of rounded corners. Have tried these but they don’t work:

    .portfolio-item.standard figure {
      border-radius: 0;
    }
    .portfolio-item figure {
      border-radius: 0;
    }
    
    .related-projects figure {
      border-radius: 0;
    }

    Thanks

    #297440
    David Martin – Support
    Moderator
    Post count: 20834

    To remove the rounded corners from the related projects, use this:

    .related-projects .gallery-item figure.animated-overlay {
        border-radius: 0!important;
    }

    Please install and activate the supplied child theme, inside the child theme functions.php file copy and paste the code found here:

    http://pastebin.com/378vBmNC

    Inside that, locate this: $image = sf_aq_resize( $thumb_img_url, 500, 375, true, false );

    Change 500, 375, to match your image dimension needs.

    Thanks.

    #298107
    jaynkie
    Member
    Post count: 90

    Thanks David! Works great!

    Note for other users about Child Themes: Took me the longest time to figure out how to properly install the child theme. Was looking through all the Uplift documentation – should have just googled it!

    If anyone else has similar question – it’s like installing a new theme! But easier.

    Install the child theme

    ——-

    #298318
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

    Thanks,
    David

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

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

License required for one of the following items
Login and Registration Log in · Register