Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
Sorry for this question but I can't find how to change the Danland theme layout!
I don't see it in the Danland theme handbook (https://www.drupal.org/node/768350), nor in the theme settings page, where there is nothing on layout.
I added a right sidebar in Structure > Blocks but it does not show up, neither do the other Danland regions. I checked the style.css, template, and page.tpl files, and they look normal. This installation is many years old, maybe I hacked some file long ago, I can't remember:
I went almost directly from D7 to D9, so from the tpl.php files to the Twig files, which I have now read up on a little.
In order to have a partially different layout in a node type (just the node, not the whole page) and create a layout made by a set of rows and columns, so I need to use css-flex massively, I decided to try building a 'node-testpage.twig' template from scratch.
The first approach seems to be going well, and I am not experiencing any problems whatsoever with content management.
I have a div that contains product details(image, product name, and cost) when the user clicks on a product like image or product name it should redirect to the page. I created a link field but it will work for 2 fields if I give same link for product name and product cost the href works but for image or div href is not working
I am currently hosting a Drupal 9 site on my local machine, and am running into some Twig Templating issues for a custom view I want to create.
The view to be created's machine name is "d9_at_a_glance". In a template called "views-view-d9_at_a_glance.html.twig", I have access to all of the fields I created at the Drupal View UI level (aka Title and Content Type), however I wish to add a few more custom variables using php code and queries.