Closed (won't fix)
Project:
EVA: Entity Views Attachment
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2011 at 13:33 UTC
Updated:
31 Jul 2012 at 17:27 UTC
I set up an 'entity content' view, gave a name to it under 'Title:'. Unfortunately there is no style attached to this text when publishing as an unformatted list.
However, it is possible to set this by going into the 'eva-display-entity-view.tpl.php' and at line 32 add a 'div' tag with a class around the "print $title" bit.
Can you add this to the next upgrade?
thanks
Comments
Comment #1
simon georges commentedAs you can override the Views theming, I don't think there's a need to add anything to the module. If you encounter problems overriding the theme, use patch from #1205008: Unable to use custom templates for themeing EVA views [WORKING PATCH PROVIDED].
Comment #2
mkadin commentedAgreed with #1, there are many simple ways to accomplish this.