Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • conforturis Friend
    #183973

    Hi,
    Module ja slide show is not run ‘auto play’ slides in my website with ja rasite template :((

    HeR0 Friend
    #479768

    Hi 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

    conforturis Friend
    #479860

    Now is all right!
    I think this issue comes with the latest version of the module (2.5.6).
    Thanks

    HeR0 Friend
    #479969

    Hi Conforturis,

    No no, we fixed this issue and will update in next version for this module.
    Have a good day.
    Regards

    conforturis Friend
    #480056

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

    HeR0 Friend
    #480119

    Hi,

    Please try to update script.js file with my attached . Hope it helps.

    Regards


    1. script.zip
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  HeR0 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum