Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
For my first D8 site i use the Bartik theme which is fine. In page.htm.twig i deleted the fifth footer, because I don't need it. But now i see on pges with little content that the footer is veryr huge. It looks that the page has a minimum height somewhere. Is there a way to change it? And where i must do that?
I have tried setting fields on the view settings but it doesn't work (https://www.drupal.org/node/1918334). I don't know if I am doing something wrong or what.
What would be the best way to do this? Would it be possible to create a TWIG template and somehow have the content be in a loop that will output it how I want it somehow like:
I have content type "Movie" and given a taxonomy reference filed "Movie rating" with unlimited insertion option in that content. Now i would like to theme twig node template "node--movie.html.twig" . Now i want all the text value of term in my template. I have written code like below -
Hello! I have difficults with webform. How i can use one form for many templates? For example, i have webform with nodeid 9, i can override basic template via webform-form-9.tpl.php, or use hooks in custom module. But how use different templates? because previous methods set template for form globally. I need use on /page_1 form-template1, on /page_2 form-template2.
Thanks!