hide author name for specific category post

Posted in: Newspaper
Post count: 6

on the home page using big gride full 5 box wish to hide the author name for the selected category which is showing inside this block.

secondly this theme is not too much compatible for mobile device in google developers tools what to do for better result.

thanks

Post count: 20688

Hi,

The author name can be disable in general for all the blocks and grids
https://www.screencast.com/t/DzTB9fWAI
If you would like to hide it just for that specific big grid, you can use a code like this for example. It will remove the author name just for the grid in question
https://www.screencast.com/t/7ocWvIT2
The code must be entered in Theme panel->Custom Css

.td_module_mx21 .td-post-author-name {
display: none;
}

Please note that them theme is fully responsive and there should be no problems for mobile devices. The theme package even includes the optional mobile theme plugin. More about the mobile theme here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Post count: 6

Thanks Simion,
Home Page author hide problem is solved

i understand your concern regarding mobile theme responsive issue. default theme is works fine in mobile but the main problem is that when i checked with google page speed test, result is near about 40-52/100 for mobile while when i upload the custom provided mobile theme then the result will be 70+/100. so how can it will be increased with default theme.

Please suggest what to do Next.
Thanks again

Post count: 20688

Hi,

Page speed optimization has to be done by you, this depends of many factors. There are many tutorials here on the forum on this matter, that you can follow. Some examples
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
You can install this caching plugin with the recommended configuration
https://forum.tagdiv.com/cache-plugin-install-and-configure/
You can use Cloudflare to speed your website
https://forum.tagdiv.com/cloudflare-cdn/
There is also this guide to further optimize loading speed
https://forum.tagdiv.com/how-to-make-the-site-faster/
When testing teh pagespeed, it is better to do it without having google ads and only essential plugins activated. Some plugins can have a negative impact regarding page speed.

Thanks

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