Adds a gallery widget to the front Add menu.
It allows to build image galleries and slideshows based on the Nivo Slider jQuery plugin, without writing a line of code.
The plugin is fully extensible.
git clone git://github.com/DandyDev/dmWidgetNivoGalleryPlugin.git plugins/dmWidgetNivoGalleryPlugin
class ProjectConfiguration extends dmProjectConfiguration { public function setup() { parent::setup(); $this->enablePlugins(array( // your enabled plugins 'dmWidgetNivoGalleryPlugin' ));
php symfony dm:setup
dmWidgetNivoGalleryPlugin packages a Diem front widget for displaying image galleries based on the Nivo Slider jQuery Plugin.
dmWidgetNivoGalleryPlugin is partly based on dmWdigetGalleryPlugin by Thibault Duplessis.
Just click the add button in the front toolbar and drag a Nivo Gallery into the site.
Important:Click the refresh button after adding the gallery for the first time. Otherwise it doesn't load the custom css and js properly, and you'll be stuck with an ugly looking gallery :)
Open the MEDIA right panel, then drag&drop images into gallery dialog.
You can set an alt attribute to each image.
To add a link to an image, you can :
Contrary to it's inspiration, dmWdigetGalleryPlugin, here you are required to add width and height, because of the internal workings of Nivo Gallery in combination with Diem.
JPEG Quality works just like all other media in Diem.
Pick a transition effect here. Choose random to make the transition different each time, it's my favorite setting personally. For a demonstration of all effects, have a look at the Nivo Slider homepage
This determines the speed at which the transitions play out. Time is in seconds.
Here you can set how long the gallery must wait before playing the next transition.
Set a custom css class here
dmWidgetNivoGalleryPlugin, created on June 20, 2011 by DandyDev, used by 415 projects