Shape 5

Joomla Club Extensions => Image Slide - Club => : alfonso December 20, 2009, 06:01:52 AM



: How to make one slide visible longer?
: alfonso December 20, 2009, 06:01:52 AM
Im using image slider to present some texts to my clients but have problem that new slide comes so fast that I can read only half of text. I am true dumbuser if it comes to javascript so help is apreciated!:)
I can imagine that changes should be made in fail class.noobSlide.packed.js but could not find any suitable spot there :-\


: Re: How to make one slide visible longer?
: jonahh December 21, 2009, 01:01:04 PM
Hello,

You can change the tween time of each image but there currently is no option in this version to change the display time.


: Re: How to make one slide visible longer?
: alfonso December 27, 2009, 09:03:06 AM
Thanks for responce!
I cant change the display time even if I change javascript files?


: Re: How to make one slide visible longer?
: jonahh December 28, 2009, 03:09:57 PM
I'm not sure off hand where but you should be able to change it in the JS file. 


: Re: How to make one slide visible longer?
: bpuschl December 30, 2009, 03:49:08 AM
In class.noobSlide.packed.js, locate the line

this.interval=a.interval||5000;

and change the numeric value to a higher number eg. 10000. I'm pretty sure its Milliseconds.

This will change the time between all the slides.


: Re: How to make one slide visible longer?
: Alexandre Godart January 05, 2010, 10:52:56 AM
In class.noobSlide.packed.js, locate the line

this.interval=a.interval||5000;

and change the numeric value to a higher number eg. 10000. I'm pretty sure its Milliseconds.

This will change the time between all the slides.

no change :/


: Re: How to make one slide visible longer?
: paulwallen January 17, 2010, 08:25:57 AM
This worked for me.


: Re: How to make one slide visible longer?
: morganzine March 05, 2010, 10:10:28 AM
Worked for me, but i found the tag "this.interval=a.interval||5000;" in mod_s5_imageslide.php line 106


: Re: How to make one slide visible longer?
: jlord7833 April 06, 2010, 11:49:43 PM
Worked for me as well.

You do have to clear your cache to notice the change.

I'm running it on clarity.  Did not find any tag in the .php


: Re: How to make one slide visible longer?
: ronanlynch April 16, 2010, 06:47:37 AM
This worked for me too. Nice fix.  :)


: Re: How to make slide visible longer? (Fusion s5_frontpage_display_2 NOT WORKING
: mlpa May 18, 2011, 08:19:55 AM
Using the fusion template with the s5_frontpage_display_2 module downloaded a couple of days ago, the admin backend intends to allow display time to be set but it doesn't work. Changing the time where it says "If yes (to cycle), what speed in seconds?" does not alter the display time.

I have tried refreshing browser cache etc, tried different browsers and even tried viewing on different PC that has never seen the site but the display time change does not work for me. (The "Would you like the boxes to automatically cycle?", does work ie yes/no to cycle works but not display duration)

I have also hunted through all the .js files in this module and can't find references to the time.interval fix from previous posters, no doubt their solution is an old one for a previous module version and is not relevant to this newer module?

Anyway, this feature is broken, where do I edit to fix? Help please


: Re: How to make one slide visible longer?
: jonahh May 18, 2011, 12:05:00 PM
The speed in the admin area is only for the fade/in fade out transition mode.  If you choose the slide horizontally method you'd have to edit the file as described above.