Viewing 12 posts - 1 through 12 (of 12 total)
  • #51317
    roorkee
    Member
    Post count: 6

    Hi, thanks for the fun theme!
    I am setting thumbnail images for my posts but the thumbnail image appears automatically on my posts (above the post title). How do I remove the thumbnails generating at the top of my posts (and yet keep the thumbnails solely as thumbnails)?

    Thanks in advance!

    #51545
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    Please open to edit single.php at /wp-content/themes/neighborhood/

    Find this code at line 46 
    $figure_output .= sf_get_post_media($post->ID, $media_width, $media_height, $video_height, $use_thumb_content);
    
    Replace with 
    
    //$figure_output .= sf_get_post_media($post->ID, $media_width, $media_height, $video_height, $use_thumb_content);

    It will fix your issue and let me know your feedback .

    With Best Regards
    Swift Ideas

    #51720
    roorkee
    Member
    Post count: 6

    Hi, thanks for the reply.
    I tried the above and it removed the thumbnail from the post page (former) but not from the blog (latter). Half way there! thanks again.

    #51723
    roorkee
    Member
    Post count: 6
    This reply has been marked as private.
    #51727
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi Roorkee,
    I am afraid that I am not getting you exactly . So please explain your issue in detail . Which image do you want to remove ?

    #51778
    roorkee
    Member
    Post count: 6

    Hi Mohammad,

    There are three blog posts so far and I only have the thumbnail enabled for the second post but it is the image that comes above the post title (a duplicate of the thumbnail image).

    #51998
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey, did you resolve that? I only see attachments, no featured images anymore.

    #52056
    roorkee
    Member
    Post count: 6

    Sorry, please have a look at the third post. It displays the featured image above the title.
    Thank you.

    #52127
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You have set the thumbnail for that post, that’s why it shows up on the blog page (thats the idea of thumbnail) and then below it shows your posts content, which includes images.

    Then when I click on the post itself, there is no thumbnail, just the content. To me this seems correct?

    – Kyle

    #52140
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to put this code at Admin -> Theme Options -> Custom CSS
    ul.blog-items figure a.link-to-post img{display:none;}

    With Best Regards
    Swift Ideas

    #52173
    roorkee
    Member
    Post count: 6

    Hi, the code above did the trick!

    Thank you Mohammad and the rest of the Swift team.

    #52254
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and let me know if you need further help .

    With Best Regards
    Swift Ideas

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register