I decide to migrate my old website from drupal 7 to drupal 9. (I have a website for my sport association)
I like this new version of drupal, and I would like to use the default them Olivero. This them is perfect for my website with a really good responsive design and I like particulary UX Design.
However, I have a problem. I would like to change the size of the footer. For my project, the size of footer is too high.
I have done a research on documentation but have not found anything.
I created a custom field description on taxonomy term and should view it, based on the taxonomy term in a page--taxonomy--term-- TERMID.html.twig, how can I access that field and view it either on the page or in a block created by views?
I'm trying to "Fix" a theme that isn't working with Drupal 9.
There is a function to render blocks as below.
Can you tell me how to change this to work with D9? It's failing on entity_view() PHP message: Error: Call to undefined function entity_view()
Hi there, I'm new to drupal since yesterday. I managed to make a custom theme and overwrite some templates by adding new .htm.twig templates for for example a block or a node(post type) I've also created a post type called 'persons'. I was wondering if it is possible to loop through for example all the person posts in a twig template.
I've already tried looking up specific ways. But none of them fit my situation.
What I basically want to a accomplish is something like this: