Shape 5

Joomla Club Extensions => Image Slide - Club => : mdrothert November 28, 2010, 12:21:30 PM



: Speed of Images
: mdrothert November 28, 2010, 12:21:30 PM
Jonahh -

How can I make it so the slides remain at this speed which is set in the module tween time at 8 seconds which moves nicely but it doesn't  hold each image for 8 seconds - it just jumps to the next one?

URL:

http://www.ndatastor/new

thanks!


: Re: Speed of Images
: jleckenby November 29, 2010, 07:47:09 AM
What have you get set the the module parameters?


: Re: Speed of Images
: mdrothert November 29, 2010, 12:49:45 PM
There are not that many parameters.  I set the following:

Pre-Text: Blank
Suffix:  Blank
Hide > for all arrows, buttons, thumbnails
Auto Rotate: Auto Rotate
Fadre:   Expo.eastout
Time:   8 Seconds
Height: 208
Width: 1033


: Re: Speed of Images
: jleckenby December 02, 2010, 07:13:54 AM
Unfortunately I can't see the problem, as there appears to be no images?


: Re: Speed of Images
: linduh December 02, 2010, 11:34:43 AM
i also could not figure out the control for display_time.
i was hoping for separate controls on the tween and display.
seems like the xml references $display_time

added this to xml

<param name="display_time" type="text" default="10" label="Display Time (in seconds)" description="The amount of time in seconds an image takes to display." />

even tried to manually control through the php
editing

$display_time = $display_time*1000;


my demo link: http://sniperamericas.com/margay.com/

any ideas?
linduh


: Re: Speed of Images
: postscript January 05, 2011, 07:20:14 PM
Found this in another answer and it worked for me (I changed to 10 secs, or 10000)!

In the module folder open up the class.noobSlide.packed.js fiel and look for the below and change 5000 to 7000:

interval||5000


: Re: Speed of Images
: linduh January 17, 2011, 11:23:15 AM
that did it! thank you very much postscript.