This forum is for assistance with theme development.

Choosing a Theme (Video Audio & Newsletter function needed)

hi

I am new to Drupal and would like to ask for suggestions regarding a theme, needs to be very simple & user-friendly, mobile-compatible, and amenable to video logging & audio streaming & subscribed newsletter

don;t mind paying for theme as long as it is one time only payment

thanks

In Comment Preview, display parent entity at top ... or not at all

I see that there's a fix ready for the problem of 'parent entity displays above action buttons' https://www.drupal.org/project/drupal/issues/2927874   

This is an improvement certainly, but why are we displaying the parent entity at the bottom of the page at all? 

In any case, my users are going to expect it to be at the top, though we'll probably do fine if it's not there at all.

How to add some codes in head tag

I want to add some lines, like <link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet"> in to <head> section.

I created already a sub theme with parent theme tara. I found that in tara theme it was html,html,twig to handle it. So I set up the same path as tara. folder templates > folder layout > html.html.twig.

But once I copied the inside content of tara's html.html.twig, my website can't be displayed. 

Views: How to fix duplicate field display?

My theme includes a View that  displays certain fields in table format. Nodes include two text fields: "employee" and "title". The goal is to display the "employee" and "title" in a single row. For example:

Joe Smith  CEO.

The problem is that the fields are displayed twice:

Joe Smith CEO

Joe Smith CEO

The info is retrieved from two text field in each node: "employee" and "title". I've tried grouping the fields, aggregating the fields and similar possible solutions - all to no avail.

Fixing 431 Error: Request Header Fields Too Large?

I went to edit a View and got the message: "The server refused this request because the request header fields are too large." I had edited the View several times in the past, without this error. First, what causes the error -- and how can I fix it?

Thanks.

Twig + testing a string field value

Hi All,

Been beating myself up with for a few hours, so decided the best thing to do might be to post something.

I have the following code:

Pages

Subscribe with RSS Subscribe to RSS - Theme development