Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #244506

    Hi, I don’t want the feature image to be shown above the title inside an image post type. How can I do that?

    Thanks.

    #244602

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #244624
    This reply has been marked as private.
    #244677

    Hey!

    Try adding this code to the Quick CSS:

    .single-format-image .big-preview {
        display: none;
    }

    Cheers!
    Josue

    #244735
    This reply has been marked as private.
    #244787

    Hi!

    You are putting the code wrong:

    .single-format-standard .big-preview.single-big { display:none; }
    

    It should be:

    .single-format-standard .big-preview { display:none; }
    

    Regards,
    Josue

    #244903

    I have a code already to prevent the feature image form showing on standard type of posts – .single-format-standard .big-preview.single-big { display:none; } – that is the code I got from one of you on a previous topic i had.

    Now I want to also prevent the feature image from showing inside image type of posts and the new code that you gave me –

    .single-format-image .big-preview {
    display: none;
    }

    doesn’t seem to work.

    The previous code is working and preventing from the feature image from showing on standard type of posts.

    #245563

    Hi!

    
    #top .single-format-image .big-preview.single-big{ display: none !important; }
    
    

    Regards,
    Peter

    #245775

    That also doesn’t seem to work. Nothing changes after adding that. the featured image is still showing inside the image type post.

    #245870

    Hi!

    How are you? I hope you’re doing great!

    I checked the post with the image post format and I don’t see the featured anymore. http://www.photobek.com/golden-sunset-vang-vieng-valley/

    Please remove browser cache then reload the page a few times. :)

    Best regards,
    Ismael

    #245884

    I did. A number of times. Also checked it on different browsers and still seeing the image.

    This is very frustrating issue as many of the changes I make to the theme including the theme style (colors mainly) is not being implemented. At least I can’t see that it is implemented while other things that I do I can see immediately. I also deactivated the caching plugin as I thought that could be the reason but even now I can’t seem to see the changes I make.

    #246169

    Hi!

    It may be some sort of caching on your end, try seeing it in Chrome incognito mode:

    Regards,
    Josue

    #246173

    Hey!

    We’re sorry that you’re having this issue.

    I think you’re confusing the featured image for the image that is generated by a plugin or added on the content that has something to do with “smugmug.com”. I’m not entirely certain if this is the case but the code that should remove the featured (.big-preview.single-big) is already at work when I inspected the website.

    As you can see there is no featured image on top of the post title. Sorry for that fat cat, I’m not sure why it’s added by imgur there.

    Best regards,
    Ismael

    #246201

    I have checked this on all browsers, in incognito in chrome and also on other computers that never loaded the site before and I still see the feature image above the title inside the post itself…

    Is there anyway to figure this thing out?

    When I select an image type post, does the first image that I add to the content is being selected as the featured image if I don’t select a specific featured image?

    This is super frustrating but I really appreciate all the help.

    #247676

    Hey!

    I have just checked your website and i can also confirm that featured image is not visible – http://i.imgur.com/xzxdyRR.png . At this point, there is not much we can do since we all can see the code is being applied and working fine and the issue is only on your end.

    Cheers!
    Yigit

    #247783

    Got it. Thanks.

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘How to prevent feature image from showing on top in an image post type’ is closed to new replies.