Recent Post does not show image

Hello!

1- After update the PRO i noticed the image in recent posts and it only looks like a red color coating instead of the normal image.

How can we fix it please?

Thanks

Hi @petros23,

Thanks for writing in.

Please check your posts if your have already added featured image.

If not, add your featured image to show images on your related posts.

Let us know how it goes.

Thanks.

Sorry @nico “Recent Posts” I had to write. :grinning:

Hi,

It’s the same, you still need to add featured images to your post for the recent posts.

Thanks

Hello @paul.r
In all posts added featured images. The problem occurred after update the Pro. Before it worked fine

This is only done in Home Page. Everything else works well (post, portfolio,etc)

Hi,

Please provide us your site url so we can take a closer look.

Thanks

Hi There,

Thanks for the URL.

I can confirm this is bug in updated version. How ever I have reported this to our development team. They will looking . for a quick fix in the auto update.
Mean while you can try this CSS to fix it.

.x-recent-posts .no-post-thumbnail .x-recent-posts-img:after {
  opacity: 0;
}

You can add this to Pro-> Theme Option -> Global CSS.

Thanks

Thanks @basanta. The overlay disappeared but the icon remained in the middle.

I will say something else off topic. To me, the automatic update of the theme does not work. I have done everything right, but I don’t know what is going on. ??

Hi There,

Can you please clarify the exact issue when you are updating the theme.
Mean while you can check the release note for any known bug.

For the icon please use this CSS instead of the old one.

.x-recent-posts .no-post-thumbnail .x-recent-posts-img:after,
.x-recent-posts .no-post-thumbnail .x-recent-posts-img:before  {
  opacity: 0;
}

Hope this helps!

Thanks

1 Like

Great, thank you.

You are most welcome. :slight_smile:

Thanks @basanta. This worked nicely for me; both for the red overlay and the icon.

Quick question. Will we need to remove this code from the global CSS when the issue is fixed?

Thanks

Hello @davidluizh,

There is no need, but it’s advisable to remove the custom code when a update is released. If you have any further question, please create a new thread and ask the question in that. Someone from support team will help you out.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.