Hello,
it's possibile configure photoswipe display with the description instead file name?
Thanks
Regards
Assospiz
Photoswipe display description vs file name
-
- Phoca Newbie
- Posts: 7
- Joined: 29 Sep 2011, 09:06
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Photoswipe display description vs file name
Hi,
see components\com_phocagallery\views\category\tmpl\default_images.php line cca 152
change
FROM:
TO:
Jan
see components\com_phocagallery\views\category\tmpl\default_images.php line cca 152
change
FROM:
Code: Select all
echo '<figcaption itemprop="caption description">'. $cv->title.'</figcaption>';
Code: Select all
echo '<figcaption itemprop="caption description">'. $cv->description.'</figcaption>';
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 7
- Joined: 29 Sep 2011, 09:06
Re: Photoswipe display description vs file name
Hallo,
would it be possible to add in the control panel the options for choosing title, description, title and description as for Lightbox JAK?
Thank you so much for all the work done for us.
Assospiz
would it be possible to add in the control panel the options for choosing title, description, title and description as for Lightbox JAK?
Thank you so much for all the work done for us.
Assospiz
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Photoswipe display description vs file name
Hi, added to feature request list.
Jan
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Photoswipe display description vs file name
If you find Phoca extensions useful, please support the project