Page 1 of 1

JAK Lightbox - 2 questions & 1 bug in Modalbox?

Posted: 05 Apr 2010, 03:59
by exlemor
Hi there,

I really find your plugin/component to be powerful... it still has some anomalies here and there but it's amazing to me how many features it has/all that it can do - VERY good job...

In JAK Lightbox with the following line:

{phocagallery view=category|categoryid=1|limitstart=0|limitcount=21|detail=6|displayname=0|displaydetail=0|overlib=2|imageshadow=shadow1}

How can I:

1. make it auto-play the slideshow [like in Shadowbox mode?]
2. change the opacity of the outside of the JAK Lightbox area [it's a bit too light right now]

POTENTIAL BUG:

1 thing I found which might help you in case they weren't reported:

if you have this line in an Article:

{phocagallery view=category|categoryid=1|limitstart=0|limitcount=21|detail=3|displayname=0|displaydetail=0|imageshadow=shadow1}

The Shadowbox comes up perfectly including the title of the image at the top of the box above the image.

{phocagallery view=category|categoryid=1|limitstart=0|limitcount=21|detail=6|displayname=0|displaydetail=0|overlib=2|imageshadow=shadow1}

The title disappears above the image disappears - everything else is ok including the auto-starting slideshow - my guess something to do with an incompatibility with overlib library since that's the only thing that changes..

Thanks for all the help.

Cheers,

Emmanuel....

Re: JAK Lightbox - 2 questions & 1 bug in Modalbox?

Posted: 08 Apr 2010, 12:01
by Jan
Hi,

1., 2. - I think this needs to be customized in the JAK library - the first in javascript, the second in CSS of JAK - components/com_phocagallery/assets/js/jak
POTENTIAL BUG:
It is not bug, it is a feature. :-( Both libraries use the same html attribute for one feature. So if both are running together, you can only use the html attribute for one javascript library. So the feature of the second javascript library is then automatically disabled.

Jan

Re: JAK Lightbox - 2 questions & 1 bug in Modalbox?

Posted: 10 Apr 2010, 09:37
by exlemor
Hi Jan,

Thank you for the response but:

"1., 2. - I think this needs to be customized in the JAK library - the first in javascript, the second in CSS of JAK - components/com_phocagallery/assets/js/jak"

I looked in the 3 css files there lightbox-horizontal.css, lightbox-slideshow.css, and lightbox-vertical.css and saw nothing about a opacity % or even about opacity or about a % that I could modify.

As for the javascript [.js compressed] files, I am not an expert by any means and could do see how to make it auto-play...

Any help would be greatly appreciated!
Thanks again,

Cheers,

Emmanuel.

Re: JAK Lightbox - 2 questions & 1 bug in Modalbox?

Posted: 02 May 2011, 15:33
by jrariasf
Does anybody know how to change the opacity of the float windows in JAK lightbox (detail window)?
Thanks.

Re: JAK Lightbox - 2 questions & 1 bug in Modalbox?

Posted: 02 May 2011, 15:45
by jrariasf
I think I have the way that "JAK ligtbox" use tu show opacity.
You must modify this image:
components/com_phocagallery/assets/js/jak/img/bg.png

Bye, bye.

P.D.: Thanks for PhocaGallery !

Re: JAK Lightbox - 2 questions & 1 bug in Modalbox?

Posted: 02 May 2011, 22:13
by Jan
Ok, thank you for the solution.

Jan