This forum is for assistance with theme development.

How to change menu appearence in a template?

Hi all,

I am using version 8.0.2 and used zircon template http://demo.weebpal.com/drupal8/zircon/.

but the menu appearence in real and zircon demo template appearenace is quite different .

how can I accomplish this appreance like in demo template?

I would be very greateful if you could give any advice

Brand new to Drupal - caching issue(s)

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

$config['system.performance']['css']['preprocess'] = true;
$config['system.performance']['js']['preprocess'] = true;

Uncommented the lines

Search Box not visible in Chrome but working in Firefox and IE

Theme is ZEN

This is a customized ZEN Sub Theme.

Custom CSS Search part

/*SEARCH*/
#block-search-form {
font-size: 0.833em;
}

Bootstrap subtheme y nuevo tipo de contenido

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.

Drupal Basic to Advance

Dear All,

I want to learn and understand drupal 7.

I may be wrong but i don't find the drupal.org sit very helpful for a beginner.

Can anyone help or suggest anything

Regards,
Mohnish

Modify class in tpl file

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:

<section class=" class=" myclass"="" col-sm-12"="">

Any idea what to do?
Thanks

Pages

Subscribe with RSS Subscribe to RSS - Theme development