This forum is for assistance with theme development.
Anyone know if there is a trustable platform to hire a Drupal theme developer for a website? Thanks.
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."
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:
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
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
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: