Forum Replies Created
-
AuthorPosts
-
January 14, 2016 at 12:57 pm in reply to: Enable Featured Image in Blog Archives, Remove Before Entry Content – Generate #176505
aliarts
MemberThank you! I had tried removing 88 - 97 but you prompted me to revisit this. Removing 85 - 97 worked!
I've been wrestling with this for so long. Thanks so much for your help!
January 13, 2016 at 3:13 pm in reply to: Enable Featured Image in Blog Archives, Remove Before Entry Content – Generate #176417aliarts
MemberThank you for the fast reply.
The image at the top of the post is not added manually, it automatically appears when I select 'Include the Featured Image' in Theme Settings > Content Archives. The images disappear from both the content archives and the post when the option is unchecked. I also have not added any code to make it appear within the post.
Cheers.
aliarts
MemberThis didn't work for me so after much messing around I added the following two lines of code:
width: 90%;
float: right;In here:
.archive-page,
.content-sidebar #content,
.content-sidebar #content-sidebar-wrap,
.content-sidebar-sidebar #content,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.full-width-content.magazine-landing #content,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.home-bottom,
.home-left,
.home-middle,
.home-right,
.home-top,
.magazine-landing .wrap,
.sidebar,
.sidebar-content #content,
.sidebar-content #content-sidebar-wrap,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content,
#content-sidebar-wrap,
#footer .wrap,
#header,
#sidebar-alt {
box-sizing: border-box;
width: 90%;
float: right;
}It's not perfect, but much better. If anyone else has a better solution I too would appreciate it.
-
AuthorPosts