Hi y'all. I'm brand new to Drupal and trying to get into theming so I can hopefully replace WordPress in my current workflow. However, I'm having an issue with turning off the caching in version 8.1.
Following any of a great number of tutorials on the web regarding the situation, I've copied /sites/example.settings.local.php to /sites/default/settings.local.php, set
Hola.
Estoy trabajando con drupal 7.41 y un subtheme para bootstrap 3.
Actualmente cuando he querído utilizar algún componente de bootstrap lo he puesto directamente en el código html pero me gustaría saber cómo puedo hacer para incluirlo directamente en la plantilla para ese determinado tipo de contenido, de forma que al crear una página nueva utililizando este tipo de contenido, me aparezca el campo para poder rellenar sin necesidad de ponerlo a mano en el código.
Hi,
In my template (Bootstrap), in the following line:
<section<?php print $content_column_class; ?>>
I need to add a custom class AND keep the dynamic column class.
I tried <section class="myclass <?php print $content_column_class; ?>"> but it give me: