Quote Originally Posted by paulm View Post
It does show on a default install, so I assume the logo file has been removed or something. I can not reproduce this issue. The file is called logo.gif and it normally can be found in one of the subdirectories of includes/templates/
I managed to get logo.gif to appear. The problem was my logo name has been changed to a different one.

Quote Originally Posted by paulm View Post
About hiding the images within your descriptions: I took a quick look, but the pricelist images do not have a separate wrapper or class, so (indeed) css edits only won't work if your own images can't be identified either.
If you change this (in modules/pricelist/header_php.php)

The "pricelist images" will have their own class, and then you should be able to hide your own (and still display the pricelist images) using css.

(Other changes to this same part of the code will probably be needed to change the layout to your needs.)
I upgraded to the latest version. The header_php.php code has already been changed to what you asked me to change. So then I repeated putting img {display: none;} code at the aforementioned places. The same problem occurred. I can't get hide the images within the description and still display the pricelist images.

Also, how do I show partial description only as some of them are rather long? Is it possible to truncate them after certain length?

Thank you for your help :)