I love this theme, thank you for an excellent job!
I would like to do the following with the slideshow section:

  • Change the transition timing
  • Remove the circular buttons
  • Change the dimension of the slides (instead of using 800x300px, I want to use 800x200px)

Can someone let me know which file(s) I need to edit please.

thanks.

Comments

vako’s picture

Issue summary: View changes

edit

vako’s picture

Issue summary: View changes

na

devsaran’s picture

To 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.

vako’s picture

Status: Active » Closed (fixed)

Thank you. I changed the timing to 5000 and it's still changing instantly.

Neco’s picture

I am having this issue also, has anyone found a resolution?

pakati’s picture

I was playing with all the settings, and found this in jquery.nivo.slider.pack.js
pauseTime:3000
Just 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.

vako’s picture

Thank you very much, that really helped.

vako’s picture

Issue summary: View changes

a