I just want to ask, how do you style your views? I use custom text in views and then add classes there. This did the work and it is easier, but I saw some post in google about templates. Would you help me understand when to use a custom template for your views?
i have a view that display bunch of tasks. The task is a content type, one of its field is a reference to taxonomy called theme. The taxonomy theme has a field that reference to another taxonomy named subarea. The subarea taxonomy has field contains a color. I want to change the background of the view title as the color of the subarea. Because i am a beginner i don't know how to achieve that. i could only start by override my view template. But i couldn't load taxonomy term.
I have a view and I modify the template to show the content in boxes, but I don know how to get the url of the image to put in src field; for example I have my code:
when i am creating a new content type with image field, the image alternative text showing error message . "This value should be of the correct primitive type." the image doesn't showing in the view . how can i solve the problem ?