Forums

Slow down slider in Techified WordPress Theme (7 posts)

  1. WMS Group
    Member
    Posted 2 years ago #

    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.

  2. xdesi
    Member
    Posted 2 years ago #

    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.

  3. WMS Group
    Member
    Posted 2 years ago #

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

  4. xdesi
    Member
    Posted 2 years ago #

    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.

  5. WMS Group
    Member
    Posted 2 years ago #

    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; ?>
  6. xdesi
    Member
    Posted 2 years ago #

    Nice one :)

  7. cindyrodriguez
    Member
    Posted 1 year ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic