This forum is for assistance with theme development.
Hello,
may be you would have some suggestions examples - how to implement CSS Framework for a Drupal 8 theme...
I have never yet created a new Drupal themes, just been customizing some from Drupal ready submitted themes....
I would like to add to the skin so that the name of the subpage is displayed in a given place, but I do not work?
<div id="name"> <div class="layout-container"> <h2>{{ title }}</h2> </div> </div>
I have a base theme. I have a sub-theme. I have a sub-sub-theme.
On sites that have the base theme and sub-theme, the css loads in the correct order: base theme > sub-theme.
On sites that have the base theme, sub-theme, and a sub-sub-theme the css loads in the wrong order: sub-theme > base theme > sub-sub-theme.
I need the order to be: base theme > sub-theme > sub-sub-theme.
All three .libraries.yml files look like this:
Hello everybody.
I have one content type and 3 nodes that use it. I want all of them three to have the same tweet template. How can I achieve that?
I know this might be a silly question but is there some theming software for Drupal 8?
I know Artisteer 4.x but it does not support Drupal 8 very well and TemplateToaster is completely unsatisfying.
hello,
i need a special html.html.twig for one of my contenttyps.
if i debugg twigtemplates (like here) i only find names for the file for node (html--node--nodeid.html.twig) but not for a contenttyp.
also in the twig theming conventions (like here) are no idea.
perhaps someone can help me understand, what filename will be good?
thanks.
stefan