The Views Slideshow: ImageFlow Advanced module adds a Views display for showing rows as items in ImageFlow slideshow (http://finnrudolph.de/ImageFlow).
This module is a advanced and updated version of original Views Slideshow: ImageFlow Advanced module
by aaron. This module has more configurable options and actively maintained.
Drupal 7 version is here as RC1.
ImageFlow is not distributed under GPL and is not free, therefore it is not included with this module.
You will need to download it separately (see INSTALLATION section).
This is a views 3 and views_slideshow 3 module.
It will not work with lower versions.
REQUIREMENTS for D7
================
- views 7.x-3.0
- views_slideshow 7x-3.0
- libraries
- ImageFlow (http://finnrudolph.de/ImageFlow)
REQUIREMENTS for D6
================
- views 6.3
- views_slideshow 6.3
- libraries
- jQuery Update (http://drupal.org/project/jquery_update) with jQuery 1.3.2 or older
- ImageFlow (http://finnrudolph.de/ImageFlow)
INSTALLATION
============
1. Install views 3 or older (http://drupal.org/project/views).
2. Install views_slideshow 3 or older (http://drupal.org/project/views_slideshow).
3. Install libraries (http://drupal.org/project/libraries).
4. Download, unpack and copy ImageFlow files (http://finnrudolph.de/ImageFlow)
into sites/all/libraries/imageflow directory.
IMPORTANT
=========
There's a bug with the ImageFlow plugin and CSS file optimization (#769968: SOLVED: Enabling CSS File Optimization makes ImageFlow Container show Images vertical).
To fix it, you have to remove the first line of imageflow.css located with the plugin:
@charset "utf-8"; <--remove this line
CONFIGURING AND USING
=====================
Configure the same way as Cycle plugin.
For now, only one field is supported so any other fields output will be stripped.
THEMING
=======
For theming, copy templates from module's 'theme' directory to your theme's directory
and overwrite whatever is required.