New Landing How can we help? Themeforest Theme Support Joyn Automatically display the photo at the top of the article

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Joyn
  • #307091
    mengeco
    Member
    Post count: 558

    Hello,

    When I create an article, and I load an image in “Put a picture on the head”, how do I automatically display the same photo at the top of the article?

    I thought the theme integrated it by default but it does not work.

    Regards

    Note: you have to log in to view the page, thanks

    #307260
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try to check the option “Use the thumbnail content”, to see if that works.

    https://www.dropbox.com/s/uq5boyyh4tf2sev/Screenshot%202016-12-19%2017.50.08.png?dl=0

    -Rui

    #307645
    mengeco
    Member
    Post count: 558

    Thanks Rui, it work ๐Ÿ˜‰

    But I want the image in full width automatically ? Currently there is a white margin left and right.

    I use

    .media-type-image {
    width : 100%!important;
    height:auto!important;
    }

    But it don’t work

    #307736
    David Martin – Support
    Moderator
    Post count: 20834

    Where do you see this now, for example for me:

    #307747
    mengeco
    Member
    Post count: 558
    This reply has been marked as private.
    #307749
    David Martin – Support
    Moderator
    Post count: 20834

    First you need to make the image bigger. The minimum width should be 745px. Then use this:

    .content-wrap figure.media-wrap {
        margin: 0 -15px;
    }
    #307750
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add this code

    .single-post .content-right .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    -Rui

    #307758
    mengeco
    Member
    Post count: 558

    Both codes work very well !! But what should be retained?
    Thanks

    #307763
    David Martin – Support
    Moderator
    Post count: 20834

    That is up to you. The below may have less global changes as it’s isolated to just that.

    .content-wrap figure.media-wrap {
        margin: 0 -15px;
    }
    #307795
    mengeco
    Member
    Post count: 558

    Perfect ! Thanks !! and I wish you a happy New Year

    #307798
    David Martin – Support
    Moderator
    Post count: 20834

    Merry Christmas & a happy new year to you also ๐Ÿ™‚

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