Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Rob Hawthorn Friend
    #141796

    The jaslideshow module gets stuck on the second image if the thumbnails are off.

    This is the same as another thread but no one’s got any advice. Any advice is much appreciated.

    Regards,
    Rob

    Anonymous Moderator
    #307405

    Hi rob_hawthorn

    I have tried to login to your admin to check your issue but could not.
    The account which you provided is not correct.

    Please kindly check again

    Rob Hawthorn Friend
    #307422

    <em>@JA Developer 132083 wrote:</em><blockquote>Hi rob_hawthorn

    I have tried to login to your admin to check your issue but could not.
    The account which you provided is not correct.

    Please kindly check again</blockquote>

    Hi, sorry about that I’ve correct the credentials (and send a message), thanks

    budge Friend
    #307896

    <em>@rob_hawthorn 132101 wrote:</em><blockquote>Hi, sorry about that I’ve correct the credentials (and send a message), thanks</blockquote>

    Was your problem solved Rob?

    Rob Hawthorn Friend
    #307945

    Hi budge, the solution worked, got it sorted last night. See the following:

    + Open templates/ja_zinc/js/ja.script.js file, at about line 348, find following code section:

    var fxOptions = {duration:JaSlideshow.options.duration[0], wait:false}
    var thumb1 = $(‘jsnav’+current[2]);
    thumb1fx = new Fx.Style (thumb1, ‘opacity’, fxOptions);
    thumb1fx.start (inactive_opacity);
    var thumb2 = $(‘jsnav’+current[0]);
    thumb2fx = new Fx.Style (thumb2, ‘opacity’, fxOptions);
    thumb2fx.start (1);

    and change to:

    var fxOptions = {duration:JaSlideshow.options.duration[0], wait:false}
    var thumb1 = $(‘jsnav’+current[2]);
    if ($chk(thumb1))
    {
    thumb1fx = new Fx.Style (thumb1, ‘opacity’, fxOptions);
    thumb1fx.start (inactive_opacity);
    }

    var thumb2 = $(‘jsnav’+current[0]);
    if ($chk(thumb2))
    {
    thumb2fx = new Fx.Style (thumb2, ‘opacity’, fxOptions);
    thumb2fx.start (1);
    }

    budge Friend
    #307974

    Rob, your a legened mate. Works a treat.

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

This topic contains 6 replies, has 3 voices, and was last updated by  budge 15 years, 5 months ago.

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