Slideshow difference between 2.2.3 & 2.2.4??

Phoca Gallery - image gallery extension
FinallyInSeattle
Phoca Member
Phoca Member
Posts: 17
Joined: 02 Jan 2009, 10:48

Slideshow difference between 2.2.3 & 2.2.4??

Post by FinallyInSeattle »

Maybe this is just my imagination. I'm using a Modal window and I've specified to display descriptions, but not titles. I just upgraded to version 2.2.4 from 2.2.3. The first attached picture is what my modal window looks like when I display the details of a single photo. The second attached picture is what the window looks like during a slideshow.
  • I could have sworn that descriptions used to appear - didn't they :? ?
  • Doesn't the Play button turn into a Pause button when the slideshow is playing?
Am I mistaken on these two items? Thanks in advance!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Slideshow difference between 2.2.3 & 2.2.4??

Post by Jan »

Hi, in slideshow there is used javascript library which doesn't allow displaying description while slidedeshow is running :-(

Jan
If you find Phoca extensions useful, please support the project
stevpauljobs
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 08 May 2009, 11:03

Re: Slideshow difference between 2.2.3 & 2.2.4??

Post by stevpauljobs »

Hi,

I was just looking for information about this!

Jan, is there any way to display descriptions while slideshow is running? Any hack?

Moreover, is there any way to the title of an image is not displayed in the overlib? Only description.

Solving these two points my phocagallery would be perfect :)

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

Re: Slideshow difference between 2.2.3 & 2.2.4??

Post by Jan »

Hi,
is there any way to display descriptions while slideshow is running?
If I know some I will add it to the parameters :-(
is there any way to the title of an image is not displayed in the overlib? Only description.
See overlib effect parameter: you can use only description value.

https://www.phoca.cz/documents/2-phoca-g ... -menu-item

Jan
If you find Phoca extensions useful, please support the project
stevpauljobs
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 08 May 2009, 11:03

Re: Slideshow difference between 2.2.3 & 2.2.4??

Post by stevpauljobs »

Hi Jan,

I use only description value, but the title also appears. Check at any of the gallery link below please:
http://redi.um.es/campusdigital/fotonot ... -2009.html
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Slideshow difference between 2.2.3 & 2.2.4??

Post by Jan »

Hi, sorry for my misunderstanding. I thought about images and description...

The title is displayed everywhere :-(, if you need to disable it, you need to customize the default.php:

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

line 202 +

remove the caption code from the overlib method (3 x in the code)

Remove this by all 3 methods:

Code: Select all

CAPTION, '". $value->title."',
Jan
If you find Phoca extensions useful, please support the project
Post Reply