-
AuthorPosts
-
conforturis Friend
conforturis
- Join date:
- April 2010
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 58
- Thanks:
- 59
- Thanked:
- 7 times in 1 posts
January 14, 2013 at 1:43 pm #183973Hi,
Module ja slide show is not run ‘auto play’ slides in my website with ja rasite template :((HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
January 15, 2013 at 6:41 am #479768Hi Conforturis,
Please open file modulesmod_jaslideshowassetsscript.js and replace
animFinished: function(){
var options = this.options,
vars = this.vars;vars.running = false;
//Trigger the afterChange callback
if (options.showDesc) {
this.swapDescription();if (options.descTrigger === 'load') {
this.showDescription();
}
}if (!vars.stop && (options.autoPlay && (vars.curIdx < vars.total -1 || options.repeat == 'true'))) {
this.start();
if(options.showProgress){
vars.progressFx.start(vars.progressWidth);
}
}if(options.animation == 'slice'){
vars.mainFrame.setStyle('background','url("'+ vars.curImg.src +'") no-repeat');
vars.mainFrame.getChildren('.ja-slice').destroy();
vars.mainFrame.getChildren('.ja-box').destroy();
}
},
to
animFinished: function(fore){
var options = this.options,
vars = this.vars;vars.running = false;
//Trigger the afterChange callback
if (options.showDesc) {
this.swapDescription();if (options.descTrigger === 'load') {
this.showDescription();
}
}if (!vars.stop && (options.autoPlay && (vars.curIdx < vars.total -1 || options.repeat == 'true'))) {
this.start();
this.play(fore);
if(options.showProgress){
vars.progressFx.start(vars.progressWidth);
}
}if(options.animation == 'slice'){
vars.mainFrame.setStyle('background','url("'+ vars.curImg.src +'") no-repeat');
vars.mainFrame.getChildren('.ja-slice').destroy();
vars.mainFrame.getChildren('.ja-box').destroy();
}
},
Clean all cache. Hope this helps.Regards
1 user says Thank You to HeR0 for this useful post
conforturis Friendconforturis
- Join date:
- April 2010
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 58
- Thanks:
- 59
- Thanked:
- 7 times in 1 posts
January 15, 2013 at 12:21 pm #479860Now is all right!
I think this issue comes with the latest version of the module (2.5.6).
ThanksHeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
January 16, 2013 at 7:15 am #479969Hi Conforturis,
No no, we fixed this issue and will update in next version for this module.
Have a good day.
Regards1 user says Thank You to HeR0 for this useful post
conforturis Friendconforturis
- Join date:
- April 2010
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 58
- Thanks:
- 59
- Thanked:
- 7 times in 1 posts
January 16, 2013 at 5:14 pm #480056Hi,
We have another problem. The interval speed slide is not working correctly! We set interval for 5000, it work so until last image. When it returns to the first image it becomes very fast in the transaction. -
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by HeR0 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum