-
AuthorPosts
-
October 7, 2019 at 4:22 pm #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
MartinaOctober 8, 2019 at 5:44 am #1146002Hey 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,
RikardOctober 8, 2019 at 5:50 pm #1146230Hi 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
MartinaOctober 9, 2019 at 8:54 am #1146423Hi,
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,
RikardOctober 10, 2019 at 7:25 pm #1146917Hi Rikard,
Almost :)
The only thing is that the image needs to be not zoomed
please see my screenshothttp://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.
October 12, 2019 at 5:11 am #1147303Hi 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,
RikardOctober 14, 2019 at 10:54 pm #1147915This reply has been marked as private.October 16, 2019 at 5:25 am #1148279Hi 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,
RikardOctober 16, 2019 at 8:22 pm #1148636This reply has been marked as private.October 17, 2019 at 8:37 am #1148815Hi,
Thanks for the update. Maybe you could create a test page for us to look at?
Best regards,
RikardOctober 17, 2019 at 5:36 pm #1148995Hi 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
MartinaOctober 18, 2019 at 6:42 am #1149126Hi 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,
RikardOctober 18, 2019 at 4:19 pm #1149339Hi 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 !!!
MartinaOctober 20, 2019 at 4:52 am #1149540Hi 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,
RikardOctober 21, 2019 at 4:43 pm #1149906That 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
MartinaOctober 22, 2019 at 4:57 am #1150035Hi,
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,
RikardOctober 22, 2019 at 4:56 pm #1150220Almost!! 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.pngOctober 23, 2019 at 5:36 am #1150379Hi,
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,
RikardOctober 24, 2019 at 5:57 pm #1150957Thank 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 MartinaOctober 25, 2019 at 6:39 am #1151075October 31, 2019 at 7:47 pm #1152840Soooo cool!!! Thanks so much for all your work on this. you are amazing!
MartinaOctober 31, 2019 at 9:44 pm #1152877Hi Martina, Martina
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.