What is it like a featured gallery like here. Are you sure there’s no options in the settings to modify the speed?
On that site if I look in jd.gallery.js theres an option which says:
delay: 9000,
Try changing this, could be related.
Yup, that’s the one. I can’t find anything in the settings, and I changed the delay as you noted and a couple of other settings but never saw any change. I wonder if I have to clear my cache after I make a change…
It would seem as though the delay was the option, try changing it to a ridicolously large number and see if it makes a difference, just to test.
You need to re-upload the JS after making the change obviously, and then F5 to refresh the page or Ctrl + F5 for a full refresh.
Found it! It was in the header, but thank you for pointing out the js file. I did a sitewide search and “delay” came up first in the header. It was in the code below
<?php if (is_home()) : ?>
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true,
delay: 10000,
slideInfoZoneOpacity: 0.8
});
}
window.addEvent('domready', startGallery);
<?php endif; ?>
I’m trying to slow down by slider (lincolnsquarenews.org) and having no luck. No js code or slider code.
Someone please help a newbie!
C