Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tkc12 Friend
    #142233

    Hi,

    I have worked fortwo days trying to make the JA Slideshow images linking to another page. I have achieve that but it is only working for FF and Google Chrome.. May I know how can I make it clickable using IE 7?

    I have submitted a ticket but have yet to hear from the support. Please help me out, thank you.

    URL: http://www.irwins-study.com

    Anonymous Moderator
    #309148

    Hi

    Please open modules/mod_jaslideshow2/assets/ja.slideshow2.js file file, at about line 36, find following code:

    this.els.setStyles ({'width':this.options.mainWidth, 'height':this.options.mainHeight});

    and change to:

    //Click on Main image
    if (this.options.urls) {
    this.els.addEvent('click', function () {
    var url = this.options.urls;
    if (url) location.href = url;

    }.bind(this));
    }

    this.els.setStyles ({'width':this.options.mainWidth, 'height':this.options.mainHeight, 'cursor' : 'pointer'});

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

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

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