- This topic has 11 replies, 3 voices, and was last updated 8 years, 6 months ago by
Tom.
-
AuthorPosts
-
March 11, 2015 at 7:52 am #85298
ian
Play with post image options
which image does this refer to ? page header image or featured imge ?
The options effect both don’t think this can be right
IF there is a featured image then it is controlled in a catorgies list view
this is ok except when image is below header and aligned left or right text from post then overlaps with the imageon a single post view
if there is a page header image then featured image is not seen at all ?
image seems to do somethingpost image hide/show does nothimg ?
A bit confused
IanMarch 11, 2015 at 7:55 am #85299ian
correction hide works in the catorgies list view
March 11, 2015 at 10:26 am #85367Tom
Lead DeveloperLead DeveloperThe “Post Image” is the feature image for blog posts excerpts. If you’ve added your page header to the post excerpt, it will affect it.
Not sure what you mean about overlapping? Nothing should overlap.. Can I get a link to see it in action?
On single posts/pages, the Page Header add-on will replace the featured image if it’s set.
Post image hide/show only works on post excerpts (not single post view).
March 11, 2015 at 11:13 am #85379ian
Cant’t repeat overlapping bug at the moment! grr
In my own words
The post image options in blog are for the featured image on post excerpts
(suggest this is renamed if that is the case)You can not have a page header image/content and a featured image on the post page
Ian
March 11, 2015 at 7:07 pm #85487Tom
Lead DeveloperLead DeveloperThat’s right – maybe “Excerpt image” would be better, but it’s not only for excerpts, it’s also for when you have the full post displaying on the blog (not single post view). Terminology can be tricky.
Correct – both the Page Header/Content and Featured Image use the same area on the page, so it’s one or the other.
March 11, 2015 at 8:05 pm #85490Gidgetty
i do not want featured image to show up on my posts. how do i get rid.
March 11, 2015 at 10:35 pm #85565Tom
Lead DeveloperLead DeveloperThis CSS should work:
.page-header-image-single { display: none; }
March 12, 2015 at 6:27 am #85697Gidgetty
i added the css to style.css and see no change. still displays featured image on top of every post.
please see here: http://www.thasneen.com/cooking/quick-and-easy-egg-white-sandwich-microwaved/
March 12, 2015 at 9:25 am #85804Tom
Lead DeveloperLead DeveloperAre you using some sort of caching/minifying plugin? The source code is pretty messy.
You may have to clear your caching plugin for the change to take effect.
Let me know ๐
March 12, 2015 at 10:43 am #85815Gidgetty
I did and in addition I also disabled ALL the plugins and still no go.
I still have my cache plugin (W3 Total Cache) disabled. Will leave it disabled until this is resolved.
Is there a code change I can make somewhere? since css modification is not working.
March 12, 2015 at 11:40 am #85870Gidgetty
okay figured it out. just had to comment out the line: do_action( ‘generate_before_content’); from all the content files. content-single.php and content-page.php
March 12, 2015 at 3:09 pm #85896Tom
Lead DeveloperLead DeveloperThat will work for now, but you would have to do it every single time you update the theme (which is recommended).
The CSS I gave you is definitely the route to go.
I can help you getting it to work if you like? Having the cache disabled will help me debug it once the hook is added back in.
Let me know ๐
-
AuthorPosts
- You must be logged in to reply to this topic.