Hello there,
Could you please confirm if you have set featured image for those items?
Regards,
Kharis
Yes, the featured images seem to be the problem. Once i have set featured images for more posts, problem was solved.
Thank you for your help!
Great!
I was glad to have an opportunity to assist you.
Regards,
Kharis
Your Highlighted Posts widget on the right of the slider has uneven images like mine.
The slider also has slight resizing on scroll.
Ok, inspecting your site I see that your images in the Highlighted Posts widget have a class called size=”(max-width: 392px) 100vw, 392px”, mine do not.
The default fit seems to be 392 w x 261 h.
I used https://wordpress.org/plugins/so-css/ to select the image elements and enter a set width and height since they were at 100%.
Using
.attachment-colormag-highlighted-post.size-colormag-highlighted-post.wp-post-image {
height: 170px;
}
.attachment-colormag-featured-image.size-colormag-featured-image.wp-post-image {
height: 350px;
}
or 400 x 195 (although the slider was too stretched on mobile).
Hey, can you tell me how your categories are showing the number of post in that particular category, i am talking about your blog footer.because i am using the same thing but categories doesn’t shows the number of posts in it, any customization needed?