Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #1145836

    Hi Enfold Team
    I wonder if you can help me with this one. You are always so awesome, I thought I’d ask: I have a specific need for a blog main page design.
    https://www.webdesign-phoenix.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-07-at-10.10.44.png
    I would like to have the blog post element to look exactly like this. with the image on the left and the text headline and date all on the right.
    Is there a setting you have for this?
    Thanks so much
    Martina

    #1146002

    Hey Martina,

    This layout is the closest to what you are aiming for I think: https://kriesi.at/themes/enfold/blog/blog-single-small/. We can help you out with some custom CSS if you post a link to where we can see the elements on your actual site.

    Best regards,
    Rikard

    #1146230

    Hi Rikard
    Thanks so much for your quick Answer. Yes the layout you sent me is pretty close but it would be awesome if you can get the image bigger and lined up and the box around it for me please.
    Please find the credentials below.
    Thanks
    Martina

    #1146423

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .blog a.small-preview {
        width: 180px;
        height: 180px;
    }
    
    .blog .post_author_timeline {
        display: none;
    }

    Best regards,
    Rikard

    #1146917

    Hi Rikard,
    Almost :)
    The only thing is that the image needs to be not zoomed
    please see my screenshot

    http://brownreimagined.flywheelsites.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-11-at-10.38.09.png
    Thank you for your help
    Martina

    • This reply was modified 5 years, 1 month ago by webdesignphx.
    #1147303

    Hi Martina,

    Thanks for that. The problem with the layout I suggested is that the image is very small, maybe we could start over with another layout? Please try to activate this layout instead: https://kriesi.at/themes/enfold/blog/blog-single-author-big/. Then add this CSS to Quick CSS:

    .single-big {
        max-width: 48%;
        display: inline-block;
        vertical-align: top;
    }
    
    .entry-content-wrapper {
        max-width: 48%;
        display: inline-block;
    }

    Best regards,
    Rikard

    #1147915
    This reply has been marked as private.
    #1148279

    Hi Martina,

    Thanks for the screenshots, I can’t see those results on your actual site though. Did you remove the CSS again? If so then please add it back so that we can see the problem in question.

    Best regards,
    Rikard

    #1148636
    This reply has been marked as private.
    #1148815

    Hi,

    Thanks for the update. Maybe you could create a test page for us to look at?

    Best regards,
    Rikard

    #1148995

    Hi Rikard
    You are welcome to login to see what you can do to help. Hope you can fix it.
    The credentials are below.
    Thanks so much
    Martina

    #1149126

    Hi Martina,

    Thanks for that, it was the single-big class which was the problem. I adjusted the code a bit, please review the blog page now.

    Best regards,
    Rikard

    #1149339

    Hi Rikard
    This looks awesome!
    I see two elements that makes that happen:

    div.single-big {
    max-width: 48%;
    display: inline-block;
    vertical-align: top;
    }

    .entry-content-wrapper {
    max-width: 48%;
    display: inline-block;
    }

    However the bottom one messes up the homepage if I take that out the homepage looks good but the news doesn’t.
    Also for the homepage news could you make it look the same please.
    and one last wish : can this all not be seen on mobile?

    Thank you !!!
    Martina

    #1149540

    Hi Martina,

    You can target the blog page only, and have it not apply to mobile by using this CSS instead:

    @media only screen and (min-width: 768px) {
    .blog div.single-big {
    max-width: 48%;
    display: inline-block;
    vertical-align: top;
    }
    
    .blog .entry-content-wrapper {
    max-width: 48%;
    display: inline-block;
    }
    }

    Best regards,
    Rikard

    #1149906

    That works wonderfully thank you so much for that Rikard.
    Now how do I apply that for the single author big picture blog element on the homepage without breaking the rest of the website?
    Remember, before you put in the addition of the .blog the entire website was on 48% with for each element used?
    Thanks
    Martina

    #1150035

    Hi,

    Please try this CSS as well:

    .home #av_section_2 .big-preview {
      max-width: 48%;
      display: inline-block;
      vertical-align: top;
    }
    
    .home #av_section_2 .entry-content-wrapper {
      max-width: 48%;
      display: inline-block;
    }

    Best regards,
    Rikard

    #1150220

    Almost!! This is going to be so helpful for others too. I have seen this type of layout style on many other websites.
    Here is how it looks now.. just need the text to be next to the image.
    https://www.webdesign-phoenix.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-22-at-10.52.43.png

    #1150379

    Hi,

    Please try this instead of what I previously posted:

    .home #av_section_2 .big-preview {
      max-width: 48%;
      display: inline-block;
      vertical-align: top;
    }
    
    .home #av_section_2 .standard-content {
      max-width: 48% !important;
      width: 48% !important;
      display: inline-block;
    }

    Best regards,
    Rikard

    #1150957

    Thank you. We are getting closer: now there is an empty column in the middle between the right and the left.. but the text is still under the image if it was in the middle column it would be perfect. you are welcome to log in again and see for yourself if you like :)
    Thanks Martina

    #1151075

    Hi,

    Updated.

    Best regards,
    Rikard

    #1152840

    Soooo cool!!! Thanks so much for all your work on this. you are amazing!
    Martina

    #1152877

    Hi Martina, Martina

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 22 posts - 1 through 22 (of 22 total)
  • You must be logged in to reply to this topic.