Closed (fixed)
Project:
Fresh Theme
Version:
7.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 May 2012 at 02:43 UTC
Updated:
4 Mar 2013 at 04:03 UTC
I love this theme, thank you for an excellent job!
I would like to do the following with the slideshow section:
Can someone let me know which file(s) I need to edit please.
thanks.
Comments
Comment #0.0
vako commentededit
Comment #0.1
vako commentedna
Comment #1
devsaran commentedTo Change the Transition Timing,
Change "animSpeed: 500" line 6 of js/slider.js file. 500 indicates the milliseconds..
To Customize the Slider. You need to work in page.tpl.php and style.css.
Comment #2
vako commentedThank you. I changed the timing to 5000 and it's still changing instantly.
Comment #3
Neco commentedI am having this issue also, has anyone found a resolution?
Comment #4
pakati commentedI was playing with all the settings, and found this in jquery.nivo.slider.pack.js
pauseTime:3000Just increase the value.
Also based on the same file, you can see the available animations (transitions):
var anims=new Array('sliceDownRight', 'sliceDownLeft', 'sliceUpRight', 'sliceUpLeft', 'sliceUpDown', 'sliceUpDownLeft', 'fold', 'fade', 'boxRandom', 'boxRain', 'boxRainReverse', 'boxRainGrow', 'boxRainGrowReverse')So if you would like to have only one or a couple of types of animations, now you know the names of them, so you can easily tweak the settings.
Comment #5
vako commentedThank you very much, that really helped.
Comment #5.0
vako commenteda