Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • aimsln Friend
    #157441

    In /modules/mod_jaslideshow2/assets/script.js

    var childs = this.el.getElements('.ja-slide-item');
    childs.each( function(itm, index){
    itm.addEvent ('mouseover', this.showDesc.bind(this) );
    itm.addEvent ('mouseout', this.hideDesc.bind(this));
    }.bind(this) )
    this.maskDesc.addEvent ('mouseover', this.showDesc.bind(this) );
    this.maskDesc.addEvent ('mouseout', this.hideDesc.bind(this));
    } else {
    this.maskDesc.setStyle ('opacity', this.options.maskOpacity);
    }
    } else {
    this.maskDesc.setStyle ('opacity', 0 ); SHOULD BE 1
    }
    this.fxOptions.onComplete = function() {
    if (this.options.showDesc) {
    this.swapDesc(this.hs.currentIndex);
    if (this.options.descMode.test(/load/)){
    this.showDesc();
    }
    }
    }.bind(this);

    With changing it to 1 the mask works, without that it does not work!

    thangnn1510 Friend
    #366857

    Hi aimsln!

    Thanks for notifying on the bug. Can you make it more clear for us. Like, which template or demo site can this issue be seen or fixed? Or screenshots?

    Thanks in advance!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  thangnn1510 13 years, 10 months ago.

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