This forum is for assistance with theme development.

How change the size of footer on Olivero them ?

Hello everyone,

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.

How can I do that ?

Thanks

Taxonomy custom field on page or views block

Hi all,

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?

Converting from entity_view() in Drupal 9

Hi

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() 

Looping through specific post type

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:

```

//pseudo code

{% for person in persons %}

How can I print a specific paragraph type?

In node.html.twig or field.html.twig how can I print a specific type of paragraph (as a bundle, with all its fields)?

Pages

Subscribe with RSS Subscribe to RSS - Theme development