Page 1 of 1

Description in Slimbox in detailview

Posted: 06 Apr 2011, 14:03
by dracorp
Hello
I'm using Phoca Gallery plugin v3.0.0_rc4 in Joomla 1.6.1. My global options for Phoca Gallery:

Code: Select all

Category View Settings
Display Image Description In Box->No
Detail View Settings
Detail Window->Slimbox
Description Settings
Display Description In Detail View->Show(standard)
Display Title In Description->No
Overlib Settings
Overlib Effect->Only description
and I have for Category View:
Image
and Detail View:
Image
If I disable Overlib Effect in Detail View show me additional title of image. How do I display a description of image in 'DetailView' and the only description in the Overlib?
In addition, Firebug for Firefox shows me this:

Code: Select all

<a id="lbCloseLink" href="#"></a>
<div id="lbCaption"></div>
<div id="lbNumber">Image 12 of 12</div>
If this is important I display photos from Picasa.

Re: Description in Slimbox in detailview

Posted: 08 Apr 2011, 21:40
by Jan
Hi, this is conflict between two features - the detail window needs the description from title tag but this can be not displayed if overlib is enabled. So you need to select one of the feature or modifiy it in the code :-(

Re: Description in Slimbox in detailview

Posted: 10 Apr 2011, 22:24
by dracorp
Hi
I turned off Overlib, but unfortunately the descriptions of the images still do not see in the detail view. Addition, in the Category View as alt of image is displayed name of file, not the description.
Can you tell me which file is responsible for displaying the title and description in slimbox effect? Slimbox.js or something else?
edit:
I checked and it turns out that the description is not shown for images imported from the picasa.
For normal images, the description is shown as Alt value in the category view and as description in the Slimbox.
Question is why?

Re: Description in Slimbox in detailview

Posted: 14 Apr 2011, 17:07
by Jan
Hi, for now not on my PC to check and say exactly why, what and where.

Check this file:
components/com_phocagallery/views/category/tmpl/default.php

Jan