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?
I'm in the process of writing a new theme for a community site I'm working on.
At the moment, I have a custom user.html.twig which contains layout HTML and twig elements. I also have a comment.html.twig which contains layout HTML and twig elements.
The problem I'm having is that on a page with comments, when I try and print the {{ user_picture }} it prints the entire user.html.twig - HTML and all.
I've searched for information about theming user profiles (and maybe user.html.twig isn't the right way), and cannot find anything substantial to help.
Have tried to manage the sub-theme working for 3 themes I use for my sites. The only working sub-theme is for Bootstrap theme two other used 2 days with no results.
For me it seems the original theme has to be prepared for sub-theming.
I am right ?
The other issue is I have found no deep enough tutorial on what files has to be defined for simplest sub-theme. In most cases it seems you have to copy most of the original files.
My understanding is just info file should be enough ... but is not.