[Resolved] post image options

Home Forums Support [Resolved] post image options

Home Forums Support post image options

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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 image

    on a single post view
    if there is a page header image then featured image is not seen at all ?
    image seems to do something

    post image hide/show does nothimg ?

    A bit confused
    Ian

    #85299
    ian

    correction hide works in the catorgies list view

    #85367
    Tom
    Lead Developer
    Lead Developer

    The “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).

    #85379
    ian

    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

    #85487
    Tom
    Lead Developer
    Lead Developer

    That’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.

    #85490
    Gidgetty

    i do not want featured image to show up on my posts. how do i get rid.

    #85565
    Tom
    Lead Developer
    Lead Developer

    This CSS should work:

    .page-header-image-single {
          display: none;
    }
    #85697
    Gidgetty

    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/

    #85804
    Tom
    Lead Developer
    Lead Developer

    Are 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 ๐Ÿ™‚

    #85815
    Gidgetty

    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.

    #85870
    Gidgetty

    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

    #85896
    Tom
    Lead Developer
    Lead Developer

    That 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 ๐Ÿ™‚

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.