Issue On Post Mobile Feature Image

Posted in: Newsmag
Post count: 36

Hi,

We have updated Newsmag and also added the plugins for Mobile + AMP.

We have a problem though on posts. We do not want the feature image to appear on mobile and in the past we used to select ‘Post Template Style 7’. When we do this now, it does work on the desktop version but the mobile version of the post still have the feature image.

How can we remove the feature image that we don’t want to appear at the start of the posts on mobile version?

Also, is there a way to place a link on the feature image so when people click gets directed where we want to? At the moment when they click they just see the image again.

Thanks for advising

Simone

Post count: 35449

Hi,

Please check our documentation for Mobile Theme: How to Get Your Website Mobile Ready with Newsmag Theme -> https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/ and Blazing-fast Websites: How to Optimize AMP with Newsmag Theme -> https://tagdiv.com/blazing-fast-websites-how-to-optimize-amp-with-newsmag-theme/

If you want to remove the feature image on mobile you need to use a custom css, please set this custom css in Theme panel> Mobile theme > Custom code> CSS
.td-post-featured-image {
display: none;
}

Thank you!

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