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.
I made a Bootstrap 3 child-theme for further theming, but it does not appear to be loading the custom css-file "style.css" located in the CSS directory.
The child-theme itself is loading correctly, it just does not display any custom CSS in that file, and if I'm seeing this correctly, the file is not even loaded in the page-head.
Hello guys. How can i create different block templates for same menu? Main for example. It's possible at this moment? I tried to copypast everything from menu.html.twigto my custom block block--navbar-menu-primary.html.twigbut it's return me empty container. Any ideas or docs?
To build a nice community website we've selected a premium Drupal theme, that supports masonry. Before we try and research something that is a dead-end, guidance on the following question would be really helpful. If the answer is "yes", then we know we can work towards implementing (nice to know as well if this would work sort of out-of-the-box, or only with a lot of PHP . . . )
DESIRE: Masonry-oriented website (2 columns) where each masonry item can be one of several types.
Patch https://www.drupal.org/files/issues/2294177.1.patch in issue https://www.drupal.org/node/2294177 changed the list of providers returned to always be lowercase. Per the issue, this was to deal with 'Core' needing to be 'core', but the change was across the board converting all module names to lowercase. There are comments in that issue of it being a bit of a hack.