Hello – I am trying to set up a page with the Half Sized Blog Element (Single Author Style) as shown here: http://kriesi.at/themes/enfold/shortcodes/blog-element/
When I select the options for Single Author – Small Preview Pic in the options window, it only appears on the page with the post thumbnail living above the excerpt and centered. I would like the image to float to the left of the excerpt, with the dotted line linking to the pagination, as shown on the sample link above. Can you advise?
Thanks.
Hi!
You need to set a Sidebar to that Page in order to get that blog layout.
Regards,
Josue
The sidebar is throwing off my whole page. Can you tell me where the CSS is that’s controlling this sidebar style? I’d like to apply it to non-sidebar pages.
Hi!
Did you manage to work it out? here’s how it looks on my end right now – http://screencast.com/t/ZmlqoZgNf
Regards,
Josue
No, it’s still an issue. If you scroll to the bottom of the page, you will see the white space at the bottom with the sidebar stroke. Would like this to go away. Also, the sidebar setting is overwriting the thumbnail being pulled on the left side Using blog posts in the avia layout editor. If I don’t use the sidebar layout, the width on the image is 697px. When I set the page to the sidebar template, the image width drops to 466px.
Hey!
You can add this on Quick CSS or custom.css to remove the last section with the blank sidebar:
.page-id-17 div#after_section_5 {
display: none;
}
Best regards,
Ismael
Worked great. Thanks!