Slidedeck Module enables you to increase the user experience by giving you the jquery slide effect. This module wrappes the jquery slidedeck plugin within. Thus it provides admin interface to add more slidedeck widgets and for each slidedeck we can choose set of blocks as slide deck content.
It also provides an option to choose the skin for the widgets.
Installation:
1. Copy the slidedeck module directory to your modules directory
2. Enable module thorugh modules admin interface (admin/modules).
Usage:
1. Create new slidedeck widget block through Admin > Structure > Slidedeck > Add Slidedeck
2. On the add slidedeck form, give title and choose the slidedeck skin.
3. The slidedeck contents are blocks, add what blocks you need to include as a slidedeck content.
4. If you don't find the block you require, add block and select here.
5. Once slidedeck is created, it will create a block.
6. Visit Admin > Structure > Blocks and add your slidedeck block to the region you wish.
Custom Slidedeck Skins:
This module is shipped with 3 different skins for slide deck. If you want to have new look for your slidedeck, you can add your own skin by following below steps.
1. Create your custom skin css file by copying the skin css files from this module at path skins folder.
2. This module provides a hook called hook_slidedeck_skin_alter. Implement this hook as below
MODULE_slidedeck_skin_alter(&$skins) {
$skins['skin_key'] = array(
'path' => drupal_get_path('theme', 'your_theme') . '/slidedeck_cust_skin.css', // this is the skin file path
'value' => 'Blue and Black 700px'), // This is the label which will appear on the add slidedeck form
);
}
3. Choose your custom skin for the slidedeck and save.
Project information
- By gopagoninarsing on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.

