Disable (80×60) search box images, how?

Posted in: Newsmag
Post count: 48

Hi, i need to disable 80×60 px search box images that appear (through ajax may be) when i enter any search term before hitting the enter button. When i disable them from Block Settings >> Thumbs on Modules/Blocks, the placeholders for the images still appear which look bad. How i can completely remove them or disable the ajax loading option.

Post count: 9544

Do search for that … I asked same thing few months back (August?) when I switched from 1.7 to 3.1 … sorry I don’t have the solution handy …

Post count: 23312

Hello m0re,

If you want to hide the 80*60 px thumb you should use a bit of CSS code, like this ->

.td_module_mx2 img{
display:none!important;
}

The result -> http://screencast.com/t/vCRrtrdEa22n

Also, if you want to disable the Live Search you should comment out/delete the code from td_data_source.php, like this -> http://screencast.com/t/EFof6oIN

Thanks for the message!

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