• Resolved jump-up

    (@jump-up)


    Hello!
    about featured images

    How do i do below cases?
    i want to use featured images in some posts, not all posts.

    in supernova option, select “off” of “show on posts”, i don’t use featured images in all of posts.
    so select “on” of “show on posts” automatically display featured image in all of posts.

    i want to choice adding or not adding featured images on posts

    Thanks!!!

Viewing 15 replies - 1 through 15 (of 15 total)
  • Turn off ‘Automate Featured Image’ from Supernova Options > advanced > featured image.

    Thread Starter jump-up

    (@jump-up)

    Hello!

    i turned off ‘Automate Featured Image’ from Supernova Options > advanced > featured image.
    And when i want to use featured image on only one or two posts, how do i do?

    i can’t add and display featured image from “add new posts” > featured image > set featured image.

    *i turned on ‘Automate Featured Image’ from Supernova Options > advanced > featured image.
    And when i don’t want to use featured image on only one post, i don’t use “add new posts” > featured image > set featured image. but automatically featured image was added from my media’s images automatically selected in.

    Thanks!

    I just tested that again its working fine. Are you sure you are using version 1.5.2

    Thread Starter jump-up

    (@jump-up)

    Hello!
    i m using version 1.5.1
    so i accessed your homepage.
    and i found supernova.zip that has no version name.
    is it version 1.5.2?
    Thanks!

    Thread Starter jump-up

    (@jump-up)

    Hello!
    i again want to explain the issue.

    If i turned off “featured image on posts”, featured images disappeared on all of posts.
    I set featured images on many posts, but featured images disappeared on all of posts.

    So, i turned on “featured image on posts”.
    but all of post display featured images or substitute images, even if i have the post that i don’t want to display featured image or substitute images.

    So, when turned on “featured image”,
    i want to choice displaying Substitute image or not, on the post without featured image.
    i seems now that automatically display substitute image in the post without featured image.

    Thanks!

    Did you turn off ‘AUTOMATE FEATURED IMAGE’ ?
    I see you are still using Version: 1.5.1 . Why dont you update to 1.5.2

    Thread Starter jump-up

    (@jump-up)

    Sorry!

    i will try version 1.5.2. a.s.a.p.
    in this time, you don’t named version number in the download file.
    so i didn’t use this download files.

    Thanks!

    Thread Starter jump-up

    (@jump-up)

    Hello!

    i update 1.5.2. and…..

    i don’t know why featured images disappeared from all of posts.
    now i turn “on” all of featured image tab.

    i don’t know what i do…..

    Thanks!

    Thread Starter jump-up

    (@jump-up)

    hello!
    I used child-theme and changed “loop-single.php”.
    So, i used 1.5.2 parent Supernova’s loop-single.php, and again customized it.
    And about each single post, featured images work good.
    but listing posts on Homepage is yet bad.
    Of course now i turn on all of featured images tab.

    *all of files using by child-theme changed to 1.5.2.
    Thanks!

    Thread Starter jump-up

    (@jump-up)

    Hello!

    In response temporary, now i added “<?php echo get_the_post_thumbnail($page->ID, ‘thumbnail’); ?>” as below in loop.php.

    <a href="<?php the_permalink(); ?>"><?php echo get_the_post_thumbnail($page->ID, 'thumbnail'); ?><?php supernova_thumbnail(get_the_ID()); ?></a>

    Thanks!

    Thread Starter jump-up

    (@jump-up)

    Hello!

    just information.
    when i use “excerpt” in supernova option > Advanced > post setting, post listing in Homepage is displayed.
    but choice “full content”, disappeared.(until now i use full content+ more tag)

    *i tested not in activate all of plugin.
    *other theme display featured images in post listing in homepage.

    Thanks!

    Thread Starter jump-up

    (@jump-up)

    Hello!
    i tested in many times on default supernova 1.5.2
    So when use “show full content” in post setting tab , featured images are not displayed in listing posts on Homepage.
    now i use “excerpt” but indeed i want to use full content.
    Thanks!

    I did that intentionally in this version, the featured image would no longer show when the full content is shown, because that’s how it was should have been. However if you really want to have it, go to lib/functions/custom-functions.php file and on line number 107 replace this code

    $full_content != 2

    with this

    $full_content != 5

    Thread Starter jump-up

    (@jump-up)

    Hello!

    In Japanese Blogs, many people use “full content + more tag” instead of excerpt.
    If it is ok from the start of blog using excerpt, but not so, using excerpt is restlicted by text numbers. So many people continue using “full content + more tag”.

    Thanks! i will soon try it!

    Thread Starter jump-up

    (@jump-up)

    It is difficult to explain in English.

    full content +more tag is as same as excerpt.
    In addition i dont use excerpt Column in “add or edit post in dashboard.”
    If i use this Column, I controled end of each post listing on Homepage.
    but no use.

    So i change “full content + more tag” to excerpt,
    1)just changing full content + more tag to excerpt, i have to control by text number. but i want to control end of paragraph.
    2)So if i will satisfied, i have to change excerpt column all of posts from dashboard. it is very troublesome.

    Thanks!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘about featured image on posts’ is closed to new replies.