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....
JAK Lightbox - 2 questions & 1 bug in Modalbox?
-
- Phoca Newbie
- Posts: 5
- Joined: 30 Sep 2009, 01:52
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: JAK Lightbox - 2 questions & 1 bug in Modalbox?
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
Jan
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
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.POTENTIAL BUG:
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 30 Sep 2009, 01:52
Re: JAK Lightbox - 2 questions & 1 bug in Modalbox?
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.
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.
-
- Phoca Newbie
- Posts: 3
- Joined: 16 Dec 2010, 23:26
Re: JAK Lightbox - 2 questions & 1 bug in Modalbox?
Does anybody know how to change the opacity of the float windows in JAK lightbox (detail window)?
Thanks.
Thanks.
-
- Phoca Newbie
- Posts: 3
- Joined: 16 Dec 2010, 23:26
Re: JAK Lightbox - 2 questions & 1 bug in Modalbox?
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 !
You must modify this image:
components/com_phocagallery/assets/js/jak/img/bg.png
Bye, bye.
P.D.: Thanks for PhocaGallery !
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: JAK Lightbox - 2 questions & 1 bug in Modalbox?
Ok, thank you for the solution.
Jan
Jan
If you find Phoca extensions useful, please support the project