This forum is for assistance with theme development.

Where to hire a Drupal theme developer for a website?

Anyone know if there is a trustable platform to hire a Drupal theme developer for a website? Thanks.

Complete crash after modifying services.yml

i'm on localhost, and i don't have drush installed

I've configured /sites/default/services.yml like this for writing my theme : 

    twig.config:
      debug: true
      auto_reload: true
      cache: false

When done, i've reset the values /sites/default/services.yml like that :

    twig.config:
      debug: false
      auto_reload: null
      cache: true

Since then every pages responds :

"The website encountered an unexpected error. Please try again later."

Drupal behavior execution and bigpipe

I keep struggling with getting JS executed when I need to target a DOM element that is added via bigpipe and when I'm logged in on my Drupal site.

The following code runs when I'm not logged in but never executes when i am logged in:

How print a media field into the bootstrap

Hi

To print a field type image in Bootstrap I use the following code and work fine

file_url(node.field_image.entity.uri.value)

 but if I want to print a Media entity don't work, some idea?

Thanks

Problem with Views and node--fws.html.twig - formatting page

New to Drupal and I'm not a program. 

In Drupal 9 I added a new content type "FWS," Created a view for the FWS content type. My problem is the pages generated by Views is not formatted. 

I created node--fws.html.twig to format the page, but it only half works. 

My first problem is I can't get the initial field, field_title, to display at all. The other fields display, but with the label and field value. 

Here's the HTML in the .twig

Remove link on users portraits in blog posts

Hello,

I search to remove the <a> link on the portraits in my blog posts on a Drupal 9.x

Here is a part of my page's code:

Pages

Subscribe with RSS Subscribe to RSS - Theme development