Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #598138

    On my mockup “FROM THE BLOG” section, I would like to pull the latest blog entry with the thumbnail image on the left and headline/summary copy on the right. Can you please help me achieve that layout?

    Here is what I need the final homepage to look like
    http://s7.postimg.org/o4ky2tzbv/finalhomepage.jpg

    Here is what I currently have:
    http://1c5.964.myftpupload.com/

    #598737

    any update on this?

    #599380

    hi,

    please let me know if you will be able to help with this change?

    thanks

    #599746

    Hi!

    Sorry for the late reply!
    Could you please firstly edit your blog posts and upload featured images? Then add following code to Quick CSS in Enfold theme options under General Styling tab

    .home a.slide-image, .home .slide-content {
        float: left;
        width: 47%;
    }
    

    Regards,
    Yigit

    #599782

    Thank you again!

    I have a question about the featured image on blogs. what is the dimension? I would like to use one feature image to work on the homepage (like you helped me with) and the blog landing page that looks like this – http://kriesi.at/themes/enfold/blog/blog-grid/ or this http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/

    Thanks!

    #601739

    Hi!

    If you want the blog grid style, use images with this dimension: http://kriesi.at/themes/enfold/files/2014/04/sportscar-speedometer-710×270.jpg

    For the masonry style, an image like this will suffice: http://kriesi.at/themes/enfold/files/2013/04/dash-iphone2.jpg

    The theme will automatically set the appropriate thumbnails for specific elements but in order to get a consistent grid, use images with the same size and aspect ratio as much as possible.

    Cheers!
    Ismael

    #602266

    Thanks

    Few more things

    On mobile – the image and the title/text on the right is too close to eachother.

    Screenshot – http://s10.postimg.org/ny5tk6kax/Screen_shot_2016_03_22_at_10_22_26_PM.png

    Also, how do I remove the summary copy “The final day was packed with “studio critiques” of our redesigns…” on mobile only of JUST the blog entries on the homepage. The problem is if you look at that section on mobile there is too much white space under the image so removing some elements from the right only on mobile will make that section look better or if you have any better suggestion

    Thanks

    #603767

    Hi!

    It looks like that because of the suggested code above. The image should be above the excerpt and post meta infos by default. Please replace the css code with this:

    @media only screen and (min-width: 768px) {
    .home a.slide-image, .home .slide-content {
        float: left;
        width: 47%;
    }
    }
    
    @media only screen and (max-width: 767px) {
    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
        width: 100%;
    }
    }

    It looks better with the excerpt.

    Cheers!
    Ismael

    #603927

    I think that looks better

    what do you think?

    thanks!

    #603936

    Hi!

    Most definitely :)
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Single Latest Blog Post On Homepage’ is closed to new replies.