Plugins 2.x

Simple Slideshow

Simple Slideshow Simple Slideshow

Display nice images in header or anywhere else.

Download

Version 1.03
Works withImpressPages 2.x
Updated2012-02-04
DeveloperHoang Minh Thang, ImpressPages Team
Downloads3586

Description

Create simple slideshow on your website. Build using jQuery - tools. Easy to customize.

Write a comment

You must be logged in to comment.

Comments (13)

Jacobo Lopez

Jacobo Lopez

i have not been able to get it to work.

Mangirdas

Mangirdas

For help please write to forum help section: http://www.impresspages.org/cms/forum/viewforum.php?f=7&sid=6cb2b06ee15400ba7aaf8be5093c53d0

Tell what is not working.

Mangirdas

Mangirdas

For those, who want to make automatic rotation: http://www.impresspages.org/cms/forum/viewtopic.php?f=7&t=1191

Nik

Nik

Can i install the slideshow on impress 1?

Alanek

Alanek

Hi

Can you upgrade from the eariler version?

If so, how ?

Alan

Mangirdas

Mangirdas

Yes. You can update. If you haven't done any changes to default code, then it should go smoothly. If you have changed anything, you should tweak your changes as likely they will not be compatible with new slideshow library used. Please read here on how to update plugin: http://www.impresspages.org/docs2/common-tasks2/install-update-plugins/

Iulian Costea

Iulian Costea

how can i change the speed of the slider? i want my pictures to change slower.

Mangirdas

Mangirdas

Here you can find a list of all available options http://jquery.malsup.com/cycle/options.html. And they can be entered here Developer -> Modules Config -> Simple Slideshow -> Options

tkwebreform

tkwebreform

Is there any "convenient way" to use more than one slider? I've duplicated the plugin and this way installed twice. But for another site I'd have to use multiple sliders with different options.
Any idea?

Mangirdas

Mangirdas

I think you need to modify plugin. The easiest way I see is to add additional field - 'group'.

Tomas

Tomas

Mangirdas, could you explain more, or maybe point to some article or something?

Mangirdas

Mangirdas

This plugin is build using CRUD: http://www.impresspages.org/docs2/working-with-plugins2/administration-area-generator2/

You have to do two things:
1. Add new field to management tools to allow selection of group
2. Display slideshow selecting only images that are in selected group.

1. Read this to understand how the management works: http://www.impresspages.org/docs2/working-with-plugins2/administration-area-generator2/

Then add additional field to management area to assign each image to particular group. It could be done statically by adding standard select field, or using dynamic select which takes available options from the database http://www.impresspages.org/docs2/working-with-plugins2/administration-area-generator2/variety-of-field-types2/dynamic-select-example/

2. I believe this is easy. Just add group parameter to function that prints the content and select from database only those records that meet that group.

P. S. Likely you will need to tweak JS a bit.