New Landing How can we help? Themeforest Theme Support Uplift Recent Post thumbnail size

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Uplift
  • #318922
    puichingho
    Member
    Post count: 4

    First of all, your test drive site seems to be down: http://testdrive.swiftideas.com it is giving me this error “Error establishing a database connection”.

    I am trying to find a way to make the thumbnails of the Recent Posts to appear in the same dimension/ratio. In your demo site (Home: Classic) all the thumbnails are the same dimension but it doesn’t appear the same in my site?

    Attachments:
    You must be logged in to view attached files.
    #318954
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Thanks for the heads up in the test drive site, we will check it.
    Regarding the blog asset, try to use gallery display type instead Masonry.

    -Rui

    #318956
    puichingho
    Member
    Post count: 4

    Sorry for the stupid question. How exactly? Goal is to look like the demo site which I have attached above.

    #318975
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    In that page, you probably have a blog asset. Try to change it to standard.
    https://www.dropbox.com/s/1uhjvn4a5oaq4am/Screenshot%202017-03-29%2014.23.01.png?dl=0

    If you can do it, send me the link and admin credentials in a private reply.

    -Rui

    #319001
    puichingho
    Member
    Post count: 4
    This reply has been marked as private.
    #319161
    puichingho
    Member
    Post count: 4

    Anyway, I got it to work by using custom CSS:

    .img-wrap{
    height: 200px;
    overflow: hidden;
    position: relative;
    }

    .owl-carousel .owl-item .img-wrap img{
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    width:inherit;
    height:inherit;
    max-width:none;
    }

    #319280
    David Martin – Support
    Moderator
    Post count: 20834

    Glad you got it sorted.

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 one of the following items
Login and Registration Log in · Register