-
AuthorPosts
-
March 28, 2014 at 6:01 pm #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.
March 28, 2014 at 10:59 pm #244602Hi,
Can you post the link to your website please?
Regards,
JosueMarch 28, 2014 at 11:37 pm #244624This reply has been marked as private.March 29, 2014 at 5:39 am #244677Hey!
Try adding this code to the Quick CSS:
.single-format-image .big-preview { display: none; }
Cheers!
JosueMarch 29, 2014 at 10:23 am #244735This reply has been marked as private.March 29, 2014 at 5:55 pm #244787Hi!
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,
JosueMarch 29, 2014 at 10:05 pm #244903I 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.
March 31, 2014 at 5:51 pm #245563Hi!
#top .single-format-image .big-preview.single-big{ display: none !important; }
Regards,
PeterMarch 31, 2014 at 11:16 pm #245775That also doesn’t seem to work. Nothing changes after adding that. the featured image is still showing inside the image type post.
April 1, 2014 at 7:39 am #245870Hi!
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,
IsmaelApril 1, 2014 at 9:18 am #245884I 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.
April 1, 2014 at 5:35 pm #246169Hi!
It may be some sort of caching on your end, try seeing it in Chrome incognito mode:
Regards,
JosueApril 1, 2014 at 5:45 pm #246173Hey!
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,
IsmaelApril 1, 2014 at 6:57 pm #246201I 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.
April 4, 2014 at 11:14 pm #247676Hey!
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!
YigitApril 5, 2014 at 2:56 pm #247783Got it. Thanks.
-
AuthorPosts
- The topic ‘How to prevent feature image from showing on top in an image post type’ is closed to new replies.