Mobile Theme – default featured image when featured image is not present

Posted in: Newspaper
Post count: 55

On Mobile Theme, is there a way I can display a default featured image when featured image is not present in post?

Post count: 23312

Hello Chito,

Do you are referring to display the featured image only on modules/blocks and not on the post pages, right? So, if you want to do this, you should use a bit of CSS code to hide the featured image in the post content.

The code is ->

@media(max-width:767px){
.postid-78 .td-post-featured-image{
display:none;
}
}

The result is here -> https://www.screencast.com/t/GLPcCcCTCqh

You should use the certain post ID, like in the above example.

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 55

Not exactly, what I am trying to say is the post thumbnail when featured image is not set in a post. I see this issue in mobile home and category page when mobile theme is activated. Please see the screenshot where first post is not having thumbnail.

Thumbnail missing in first post

Post count: 23312

Hello Chito,

Unfortunately, the mobile theme does not have any placeholder for blocks when the featured image is not active. I have added to our list of improvements and we will try fixing it in near future updates.

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.