How can i remove thumbnails?

Posted in: Newspaper
Post count: 140

Hi tagdiv support team

I have used some blocks in sidebar as well as in footer widget area in http://www.wpdiv.com

How can i remove the post thumbnails to reduce the number of requests sent to the server?

http://oi57.tinypic.com/o7u0ck.jpg

Please help me

Post count: 6600

Hi,

You can try to use a plugin like Force Regenerate Thumbnails which deletes all thumbnails then regenerates them again.

Thanks

Post count: 140

Wanna hide them via CSS or some other techniques. I don’t want to delete them..

Post count: 7909

Hi,

Using css you will only hide them and this will not reduce the number of requests to the server.
If you want to hide them please use this custom css: http://screencast.com/t/E4XuIhYN

.span4.column_container .td_mod3 img{
display: none;
}
.span4.column_container .td_mod3 .item-details {
margin-left: 0px;
}

Or you can delete this line from the module, but will affect all blocks that are using the module: http://screencast.com/t/DcdNaYYQUc

Also you will have to use css after that: http://screencast.com/t/iUd9Vx1Q

.span4.column_container .td_mod3 .item-details {
margin-left: 0px;
}

Thanks!

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