This forum is for assistance with theme development.

Styling Views, Template or Custom Text?

Hello Drupal Community,

Hi, especially to Drupal themers.

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?

Thank you guys. 

drupal 7 Can't to get value of field from taxonomy in inside view template

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.

How to get the path of image views twig

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:

image field's alternative text error.

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 ?

Get entity/node title from ID

Hello,

In my custom theme and in a node template I set a node ID to retrieve his path.

<code>
{% set nid = 29 %}
<a class="btn btn-default" href="{{ path('entity.node.canonical', {'node': nid}) }}" role="button">{% trans %}Info{% endtrans %}</a></code>

But I don't see how to get the entity/node title from the ID.

Can you give me an example to retrieve the node title in a twig template?

Thanks.

Footer Html edit

Hello Guys,

I am using durpal latest version 8.3.7

I am new to drupal and added newsletter block to footer region, there were already 3 block with col-sm-4 class.

Problem is newsletter block taking full width and i need to edit the html of the footer to make each block col-sm-3

I am using durpal latest version 8.3.7.

please help me out.

Pages

Subscribe with RSS Subscribe to RSS - Theme development