Philip Trauring
asked 10 years ago

I use featured images for lots of things, like selecting which image gets shared on social networks, etc. and I’m okay with the display of the image as a kind of header in the post view, but in the timeline view on the front page it doesn’t always look right. I’d like to just remove featured images from the timeline view. I’d lot some checkbox settings for showing featured images in the timeline view, and for showing the featured image in the post view. If that change isn’t forthcoming, how can I do it manually?

2 Answers
DominicStaff
answered 10 years ago

Hello Philip ! 
If you want to  disable the display of featured images in the Timeline Pro, you can add the following code to the Header Code:

 <style>
.home .entry-thumbnail img {
    display: none;
}
 </style>

– At the moment DW Timeline pro does not yet support checkbox settings for showing featured images in the timeline. We will discuss this in other version of the theme.
Hope this helps !

Philip Trauring
replied 10 years ago

Thank you. Just for the record, it would be nice to have two checkboxes in each post – display featured image in timeline, and display featured image at top of post.

Guillaume Ledoux
replied 10 years ago

Hi,I’ve pasted this code in Header Code personalization, but featured images are still showing in timeline.Is that normal ?Thanks.

Dominic Staff
replied 10 years ago

Hi,At the moment, our DW Timeline pro theme have supported feature “Post settings”, you can enable or disable feature image in the post.See the screenshot: http://prntscr.com/4p62hzHope this helps !

DominicStaff
answered 10 years ago

Hi Philip ! 
Please download the latest version. We have updated this featured in the version 1.0.2.

Philip Trauring
replied 10 years ago

Thank you. This is great. I actually have already downloaded 1.0.2 and already noticed the checkbox. As I mentioned above I’d love to see two checkboxes, one to disable it in timeline view (which includes tags, archives and categories) and one to disable it in post view. As an aside, since the default is to be enabled, you might want to flip the terminology to be to disable the featured image, or better yet, so it’s very clear, Show/Hide, i.e.:

Featured Image in Timeline: ⚫️ Show ⚪️ Hide
Featured Image in Post: ⚫️ Show ⚪️ Hide

On TV I play a UX designer…

Powered by DW Question & Answer Pro