-
AuthorPosts
-
Rob Hawthorn Friend
Rob Hawthorn
- Join date:
- September 2014
- Posts:
- 190
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
June 9, 2009 at 3:34 pm #141796The 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,
RobAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
June 9, 2009 at 6:03 pm #307405Hi 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
1 user says Thank You to JA Developer for this useful post
Rob Hawthorn FriendRob Hawthorn
- Join date:
- September 2014
- Posts:
- 190
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
June 9, 2009 at 7:38 pm #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
June 15, 2009 at 12:39 am #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 FriendRob Hawthorn
- Join date:
- September 2014
- Posts:
- 190
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
June 15, 2009 at 8:45 am #307945Hi 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);
}1 user says Thank You to Rob Hawthorn for this useful post
-
AuthorPosts
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