Maintainers are looking for help reviewing issues.

ZURB Orbit

Orbit is an easy to use, powerful image slider that's responsive, allowing you to swipe on a touch-enabled device.

Official docs for the Foundation Orbit slider plugin can be found here.

7.x-1.0

This branch provides an Orbit slideshow display mode for image fields and field collections with images.

It is largely a port of the Field Slideshow module, fitted for Foundation Orbit.

This release is final and will only have security/critical bug fixes, and leverages Foundation Orbit from Foundation 3.

7.x-2.x

This branch leverages the Media 2.x dev module for file management to allow videos along with images in an Orbit slideshow. It is based off of the Orbit plugin in Foundation 4. If you have a Foundation 4 based theme, this module should work out of the box. It only supports File/Image fields with the Media File Selector widget for functional consistency over the 1.x branch.

Querypath template vars

This module populates template vars with html fetched by querypath.
The html can be run through different processors like:

  • paths_rel2abs: Transforms relative paths to absolute.
  • remove_elements: Removes elements from the DOM. Surprise :)

Other modules needs to implement a hook in order to add template vars with querypath fetched html:

function hook_querypath_tpl_vars_settings() {
  return array(
    'header' => array(
      // By now only page is supported.
      'templates' => array('page'),
      'domain' => 'http://acme.com',
      'selector' => '#header',
      'cache' => TRUE,
      'process' => array(
        'paths_rel2abs' => array(),
      ),
    ),
    'navigation' => array(
      // By now only page is supported.
      'templates' => array('page'),
      'domain' => 'http://acme.com',
      'selector' => '#navigation',
      'cache' => TRUE,
      'process' => array(
        'remove_elements' => array('.region-navigation'),
        'paths_rel2abs' => array(
          'exclude' => array(
            'href' => array('/aktiviteter'),
          ),
        ),
      ),
    ),
  );
}

In this case the variables will be present in page.tpl.php :

if ($qtv_header):
print $qtv_header;
endif;
if ($qtv_navigation):

Apache Solr Field Collection

The Apache Solr Field Collection module allows content stored within a Field Collection to be indexed for search in

Creative Theme

Creative Theme

Creative Theme is a very clean and modern business and portfolio Drupal 7 theme that is perfect for any small or large business website, corporate or portfolio. I have created this theme with a focus on simplicity. If you want a very clean yet powerful website, Creative Theme might be the theme you seek.

Features

  • Simple, Unique and Creative Design
  • Fixed Width (978px)
  • 1-column and 2-columns layout
  • jQuery Cycle Image Slideshow
  • Multi-level drop-down menus (Multilingual menu)
  • HTML5 & super clean markup
  • A total of 12 regions
  • Drupal standards compliant
  • Facebook, Twitter and other Social Icon.
  • Configurable layout : Sidebar can be Right or Left
  • Minimal design and nice typography
  • Supported standard theme features: site logo, site name, site slogan, user pictures in comments, user pictures in nodes, favicon
  • Ideal for business, company and portfolio sites


Like this? Have a look at our Free Themes.


Resumable Download

Drupal does not support download resume , meaning that downloading large private files can be troublesome because if for any reason the download fails , there is no way to continue downloading from

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)