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.
Heyo, I built a theme when 8 was in early beta (beta-3), and I'm bringing it across to 8.0.1. The problem is that none of the CSS loads - I can't see it appearing in the for the page request, so it's not being output at some point in the rendering process. Here's the files
I've got a page template that has four divs that contain this node's content - with a small menu in the template that uses jquery to hide/show the relevant divs.
Hi, back to webdesign after a few years and dealing with D7 and Zen for the first time, please be patient ;)
I am working on a website on D7.41 with a zen sub-theme.
I'd like to put a slideshow created through DDBlock in the header, shifting the logo to the right. The slideshow works fine and is perfectly placed in the header block when the logo is disabled, but by enabling the logo again it goes below the area.
Hi
in a multilingual site (de:default and fr, it) i want to get the language selected by the user (language switcher or language part in url)
Variable for Twig, f.i. to use different includes in page.htm.twig according to language (cannot use blocks, since we use fontwawsom and ckedit is a pita with that). And want to be able to do that anyway.
Also get this info in a preprocess hook. And if available Drupal variables in Twig does not provide that, create that, so that in Twig available (s. my other question). And also of course to create theme - suggestions.