Hello,
We are using the TaskHive theme and the category images are not showing on mobile view (only text is visible, no images). On desktop everything works fine.
Here is what we tried so far:
- Cleared all caches (SpeedyCache plugin).
- Disabled minify and JS/CSS optimization options.
- Added custom CSS in Customizer → Additional CSS:
@media only screen and (max-width: 47.99em) {
.hp-listing-category--view-block .hp-listing-category__header {
display: block !important;
}
}
- Also tried variations with
@media (max-width: 768px)and other selectors. - Added CSS injection through
functions.phpwithwp_add_inline_style. - Regenerated thumbnails, checked that images exist (SVG 800x800).
Unfortunately, nothing worked — the category images are still hidden on mobile.
Could you please check if this is a known issue with TaskHive and provide the correct fix?
Thank you!