Properly size images – pagespeed

Posted in: Newspaper
Post count: 53

Hi,

I am using mobile theme plugin with Tech news demo.

but related post on the mobile theme causing issue related to the Properly size images. Showing errors in the pagespeed insight – https://prnt.sc/22rha9v

Please provide me some solution.

How to change the related post style in mobile theme?
or
how to hide image in related post only in mobile theme plugin?

Regards,

Post count: 27744

Hello,

If you can change the thumb for image, please check this topic https://forum.tagdiv.com/topic/mobile-theme-thumbnails/
Also, if you want to hide, please check this topic https://forum.tagdiv.com/topic/hide-the-featured-image-in-the-mobile-theme/

Thank you!

Post count: 53

What kind of support do you provided?

It is really very third class.

Your team just keep referring customers to other page and that page refer to another one and it just keep going.

Both links above you shared don’t answer to my query.

Very bad support. You should at least understand the query instead of keep closing the open tickets.

Post count: 21065

Hello @lalit!

I recommend you to optimize your images before uploading in the Media Library.
Please make sure that you have activated the proper thumbs for the Mobile Theme. The mobile theme requires the “265×198” and the “741×486” thumbnail sizes in order to show the featured images properly.

This can be found in here: https://www.screencast.com/t/N18dR3qZrh

After activating the thumbnail sizes you need to regenerate your thumbnails using a plugin. Check this: https://forum.tagdiv.com/using-the-theme-with-existing-content/

Please note that page speed is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/

Hope that helps you!

Thank you!

Post count: 53

HI,

I am not asking for your support for page speed, it is related to your product that you built and sale on ThemeForest.

My question was How to change the related post style/element in the mobile theme plugin like flex block-1 – https://prnt.sc/22xkrlv

I want to use this kind of related post – https://prnt.sc/22xkrlv on mobile theme plugin instead of this – https://www.awesomescreenshot.com/image/18503343?key=01f53a15aba49e950fb004f218f00ebc

There should be an option in the Theme panel => mobile theme to customize the mobile theme frontend as well.

Post count: 27744

Hello,

The mobile theme comes with its own templates/design for pages, posts, categories, etc so your current templates from the desktop theme will get converted to the mobile theme layout. For more details, please take a look here: https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/3
Also, if you want to hide the featured image on the blocks, you can hide it with custom code CSS -> `
.td_module_mob_1 .item-details {
margin-left: 0px;
}
.td_module_mob_1 .td-module-thumb {
display: none;
}

` => https://i.imgur.com/mClWxeM.png
This need to be set in the theme panel> mobile theme > custom code> css.
Also, if you want to have more control over the mobile version, you can use the mobile page and you can make the changes with tagDiv Composer, like on the desktop version.

Thank you!

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