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
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.
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.
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?