This forum is for assistance with theme development.

Template marketplace

Hello friends,

I would like to know what template to indicate me
a site type marketplace for drupal 7

Thanks for listening,
Petra

Views and taxonomy

Hi all,
I've been getting really happy with using Views when theming on Drupal.
I've spend all day trying to figure this out though:
I'd like my view (block) to show all 12 possible taxonomy terms in my vocabulary names 'months'.
the terms I have selected (say: jan, feb, march..) for my node should have a link in them to the term list of that particular month.
The output should be like this:

Add class bartik template

hello, I can not add the class to the block filter shown in the template Bartik, what is wrong?

function bartik_views_exposed_form_alter(&$form, $form_state) {
  // change date format example from a field called 'date_filter'
  
  $form['views_exposed_form']['#attributes']['class'][] = 'test';
  
}

Class CSS filters in exposed

Hello guys,

I can not find the solution to a problem on the filters exposed. I'm thematizing and I need to use a class within a specific type of filter exposed:

Multiple page layouts in a custom theme

Hello everyone.

I am creating a drupal 7 bootstrap subtheme.

The main content area of the site needs to come in two basic verities.

  • A single column content area
  • A two column content area

I want my end users to be able to select which of the two page layouts to use should they need to create a new page.

Pages

Subscribe with RSS Subscribe to RSS - Theme development