Page 1 of 1
Slideshow difference between 2.2.3 & 2.2.4??
Posted: 05 May 2009, 03:55
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!
Re: Slideshow difference between 2.2.3 & 2.2.4??
Posted: 07 May 2009, 00:13
by Jan
Hi, in slideshow there is used javascript library which doesn't allow displaying description while slidedeshow is running
Jan
Re: Slideshow difference between 2.2.3 & 2.2.4??
Posted: 08 May 2009, 11:11
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.
Re: Slideshow difference between 2.2.3 & 2.2.4??
Posted: 11 May 2009, 18:11
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
Re: Slideshow difference between 2.2.3 & 2.2.4??
Posted: 27 May 2009, 09:54
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
Re: Slideshow difference between 2.2.3 & 2.2.4??
Posted: 29 May 2009, 00:04
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:
Jan