When I use default theme, images in teasers are showning. When changing to Acta images dissaperar from teasers. In body nodes they are visible.

Comments

derekwebb1’s picture

Status: Active » Closed (works as designed)

If you want to change that in your version, see the style.css file and delete the following:

.node-teaser img { /* remove unwanted pics from teasers - they can make things look ugly fast */
display: none;
}

from the style.css file. It a few lines down from the section on /* Node styles */

I made it to where images do not display in teasers since they can really mess things up fast in many situations. Using good styling practices as well as ImageCache can alleviate some of the issues though.

Best regards, Derek

PS: Sorry it took so long to respond. Next time use the contact form ;-)