Closed (works as designed)
Project:
Acta
Version:
5.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2008 at 19:15 UTC
Updated:
7 Dec 2008 at 08:12 UTC
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
Comment #1
derekwebb1 commentedIf 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 ;-)