• Anyone know how to change the slider speed displaying the featured posts? My client is suggesting it is too fast. I looked in slider.php but couldn’t tell what to modify.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Thread Starter Diventare Creative

    (@wms-group)

    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.

    Thread Starter Diventare Creative

    (@wms-group)

    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; ?>

    Nice one ??

    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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Slow down slider in Techified WordPress Theme’ is closed to new replies.