Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28879

    First off let me say, LOVE the theme!

    2 Questions.

    1) Is it possible to set a featured image so that it shows up in the news thumbnail (like in sidebars) but does NOT show up on the post?

    2) When the featured image is at the top of a post, is it possible to disable the hyperlink (and rollover) so that it is just a static image?

    Any help would be greatly appreciated, thank you.

    #138964

    Hi,

    Yes, it is possible.

    To hide the featured image in the single post open the /enfold/includes/loop-index.php file:

    Replace the line 77:

    if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';

    With this:

    if(!is_singular()) if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';

    That should do it, just tested locally.

    Regarding the second question, thats a little more tricky because there are a ton of places where the blog loop can occur, where exactly do you want to disable the link?

    Regards


    Josue

    #138966

    I’m right with ya, itsfargo.

    Josue, I used the replacement code that you recommended to hide the featured images, but it did not change anything.

    #138967

    Hi MHM,

    Where did you make the change? Are you using a child them by chance?

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured Image Options’ is closed to new replies.