description in thumbnail and slideshow

Phoca Gallery - image gallery extension
webrp
Phoca Member
Phoca Member
Posts: 32
Joined: 04 Nov 2008, 01:57

description in thumbnail and slideshow

Post by webrp »

I am able to see the photo description when I open it (modal box).
-Is it possible to show description without open the photo?
-And in slideshow how to make description visible?

(version 2.1.0 RC)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: description in thumbnail and slideshow

Post by Jan »

Hi, you can see the description e.g. in overlib box...

for the slideshow, there is no option to display the description yet.

Jan
If you find Phoca extensions useful, please support the project
User avatar
antonin
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 13 Feb 2008, 00:21
Contact:

Re: description in thumbnail and slideshow

Post by antonin »

Is there a way to display the overlib effect on thumbs AND the title in shadowbox slideshow ?

(cause when I set overlib ON, it deactivates the title on Shadowbox )


Thanks
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: description in thumbnail and slideshow

Post by Jan »

Hi, this is because of possible conflict disabled.

Shadowbox uses the title tag for displaying the title in shadowbox detail window, but title tag displays the title over the thumbnails so if overlib is enabled the overlib is displayed and title is displayed over the overlib...

so there is shadowbox x overlib conflict... so the title is disabled.

Jan
If you find Phoca extensions useful, please support the project
User avatar
antonin
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 13 Feb 2008, 00:21
Contact:

Re: description in thumbnail and slideshow

Post by antonin »

Thank you for your reply Jan,

so the only answer I could give to my client is : "it's impossible"

sad to be a newbie :-)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: description in thumbnail and slideshow

Post by Jan »

Impossible is nothing :-)

you can enable the title for shadowbox, but then you get the title over the overlib, so it is your choice :-)

see:
components\com_phocagallery\views\category\tmpl\default.php

line 171:

Code: Select all

if ($value->type == 2) {
   //    if ($value->overlib == 0) {
      echo ' title="'. $value->title.'"';
   //}
} 
If you find Phoca extensions useful, please support the project
Post Reply