I have one view that has several blocks. Is it possible to use different templates for different view blocks? And what would be the correct naming syntax in that case?
e.g. I would like to have something like views-view-fields--VIEW_NAME--BLOCK_DISPLAY_NAME.html.twig
Hi everyone. I'm kinda new to Drupal and most things are still unclear to me. Currently I'm breaking my bead over the fact that I can't get my photo gallery and tags inline. This is the site I'm working on: http://altheercommunicatie.nl/node/74
I've made a custom content type which has, among others, the fields 'field_project_gallery' and 'field_project_type'. Now as you can see I can't get these two inline. Who can point me in the right direction to do so?
I installed the theme Bootstrap and trace according to the support forum, during installation:
- Bootstrap theme and Bootstrap_subtheme
- Bootstrap Library module (with folders css, fonts, js)
- JQuery Update module (set 1.9)
Can I use the drop-down menu, only under the following circumstances.
When setting:
A) Appearance and Bootstrap Bootstrap Library "List of themes Where library will be loaded. As Bootstrap" - the drop-down menu does not work
I am trying to develop a drupal theme (HTML5, BOOTSTRAP) . I have Created .info file and page.tpl.php themes folder (sites/all/themes/mythemename) . But Theme not listing in "Appearance" . Any solution for solving this or Is it a wrong Method that I have done.