Tagged: x
-
AuthorPosts
-
August 18, 2016 at 1:53 pm #1137296
FilmLAParticipantHello,
I am running into a bit of an issue from a suggestion I saw on a closed post:
That can be done, just add the following CSS in your Customizer:
.hideFeaturedImage .entry-featured { display: none; }And whenever you want to hide any post’s featured image just add hideFeaturedImage class in Body CSS Class(es) field in Post editor under Posts Settings. This will hide it’s featured image.
This works, but the problem is that it styles ALL my posts this way, rather than just the posts with the CSS body class:
.hideFeaturedImageAny suggestions?
I’ve had similar success doing this by category in the CSS customizer, but then the featured images still appear on the main blog page. To be clear, I want the featured image to only appear as a thumbnail in recent posts for a certain body class or category.
For reference, this is my site:
http://test.filmla.com/news/August 18, 2016 at 3:37 pm #1137463
DarshanaModeratorHi there,
Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
August 19, 2016 at 1:08 pm #1138562
FilmLAParticipantHmmm. Let me try re-phrase…
For the Renew stack, I want “Featured” images for blog posts to NOT be displayed for specific “Category” ONLY.
However, for the “Recent Posts” feature, I’d like the thumbnail to still be displayed.Make sense?
For now, I have this working, when one clicks into the individual post page within the category, but the Featured images are still appearing in the main blog page. See attached images for specifics.
August 19, 2016 at 8:15 pm #1139001
FriechModeratorHi There,
You can add this under Custom > CSS in the Customizer.
.blog .category-production-alerts .entry-featured { display: none; }Hope it helps, Cheers!
August 22, 2016 at 5:02 pm #1142188
FilmLAParticipantThat helped and solved my obstacle. Thanks so much!
August 22, 2016 at 8:22 pm #1142434
John EzraMemberYou’re most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1137296 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
