The idea of the taxonomy image is great, but is it possible to remove the image in the sidebar? E.g. the terms dairy products, drinks, meets etc. , all have an image in the sidebar on www.localfooddirectory.ca. The reason why we would like to have this removed in the sidebar, is that we have the same icon for all terms, and it does NOT look nice when the same icon is used. Alternatively, we can remove the code manually, but we need to know what code we can remove.

Thanks in advance.

Comments

phayes’s picture

Category: support » feature
attiks’s picture

you can use css to hide the image in the sidebar, try something like this

#tree_menu td.standartTreeImage {
  display: none;
}
phayes’s picture

Almost. But that will also remove the check box associated with each node.

phayes’s picture

Okay, on the most recent version of the module i've added the "TreeImageIcon" class to the td that holds only the icon. So

.TreeImageIcon {
  display: none;
}

should work.

farald’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.