Hello,
I have a problem on my blog
http://le-meilleur-du-golf.com
I have created a ‘Feature Image’ for ALL posts (in order to have thumbnails displayed)
Some times i use it to illustrate the post, some times not (i use other image).
The problem is when i have a Category view like http://le-meilleur-du-golf.com/golf-swing/fun-insolite/
the feature image appears, even if it is not displayed in the post originally.
=> for example, at the bottom of the page http://le-meilleur-du-golf.com/golf-swing/fun-insolite/
you will see a big Yellow image (which i don’t want to appear!). Moreover, if you click in the post where the image belong http://le-meilleur-du-golf.com/citation-golf-de-woody-allen/, it doesn’t show the huge image, only the good one.
I don’t want to disable the ‘SHOW FEATURED IMAGE’ in the Theme Panel> Post settings> Featured images
because in that case ALL featured images from all my posts will not be displayed, which i don’t want.
Please tell me if this is easy too understand or not 🙂
and , above all, how i could fix?
thanks a lot!
Hi,
This happens when you use module 1 or 7 as both load the posts content with will also load the feature image. You can hide it via css like this: http://screencast.com/t/yXWezo5uzb
.category article .td-post-featured-image {
display: none;
}
Thanks
Hi Lucian,
Thanks for your feedback;
but Your solution doesn’t solve entirely my problem.
Here is why:
your fix removes ALL featured images from being displayed.
But some posts are illustrated with an ‘active’ feature image which i would like to keep being displayed, like the 3rd one on the page http://le-meilleur-du-golf.com/golf-swing/fun-insolite/ , called ‘A quoi ressemblera le golf dans le futur ?’
(http://le-meilleur-du-golf.com/jeu-de-golf-futur/)
If i apply your css fix, the image here will be removed as well, which is not good.
So the css fix should should remove only feature image of posts with post template ‘style 5’
is it easy to fix?
thanks a lot
Hi,
Unfortunately this two modules aren’t aware of the single template 5 option of not displaying the feature image and both of them are loading the whole post content and also an feature image if one is set.
I can think of an simple solution for this so I suggest to change the module or not set an feature image for posts you don’t want the feature image.
Sorry for the inconvenience!
Thanks for the message!