Tagged: featured image
Hej,
how to achieve different “featured image” in blog overview and single post?
I want to have big square images on blog overview (e.g. the square image here: http://de.flymotions.com/luftaufnahmen-filmproduktion-blog/)
But when showing single post I’d like to see different image above blog title (e.g. as seen here: http://de.flymotions.com/wir-wuenschen-viele-schoene-lichtblicke-neujahr-2016/) (the square version for overview would be this:http://de.flymotions.com/wir-wuenschen-viele-schoene-lichtblicke-neujahr-2016/luftaufnahme-sonnenaufgang-ueber-dem-schwarzwald-2/ )
Maybe I should switch over to the advanced editor for blog posts!? But how to add Page Title, publishing date, author and sections “Ähnliche Beiträge” and “Teile diesen Eintrag”. Should be easy, I think!?
Any hints appreciated.
Felix
Hey flymotions!
When you set the featured image there will be a small checkbox display beneath it for disabling it on the single post view. You can check that to disable it and then insert your own in the layout builder if you want them to be different.
Regards,
Elliott
thank you for your quick answer.
Only thing – if not using advanced layout builder – how to position the image above the blog title and to width of website instead of reduced blog with as it is right now (see http://de.flymotions.com/wir-wuenschen-viele-schoene-lichtblicke-neujahr-2016/)
Felix
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper>*,#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Ok – that’s turning whole single post to 100% and not move the image above the title. That’s not what I want. I might try a different approach with advanced editor. thank you for your help.