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.