Setting the "effect duration" of the slideshow in Administration > appearance> settings does not work. To change the speed of the slideshow duration one has to go into file jquery.cycle.all.js (located at /website/sites/all/themes/corporateclean/js )

in jquery.cycle.all.js
go to line 1072 and adjust the time in miliseconds. what the line looks like for setting slides at 20sec intervals:

timeout: 20000, // milliseconds between slide transitions (0 to disable auto advance)

Comments

judahtanthony’s picture

If you add
timeout: ' . $effect_time . ',
to template.php:130, this will fix it.

Maintainer, please fix.

gtsopour’s picture

Assigned: Unassigned » gtsopour
Issue tags: +corporate, +Corporate Clean Theme, +corporate clean
gtsopour’s picture

Status: Active » Fixed

Hello JamiRae and judahtanthony,
thank you for reporting this issue.

I just committed this change http://drupal.org/node/1905000#comment-7026530
Commit
http://drupalcode.org/project/corporateclean.git/commit/43eccd8

Thanks again
George

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

updated to add "code" tags