Hello,
I use the Bootstrap Darkroom-theme with PhotoSwipe Diashow for my gallery.
When I look at an separate photo with PhotoSwipe, there is just the photo and at the bottom of the site it shows the filename.
I think this behavior has changed and I think that the title and the description of the photo was visible in earlier versions of Bootstrap Darkroom.
So how can I fix this?
I want to show the title and the description of the photo in PhotoSwipe Diashow.
I hope someone can help me.
I think this is a bug and should be fixed within the theme. I just opened an issue at github.
Last edited by kleiner_Hobbit (2022-06-20 13:08:33)
Offline
Is it really only me who is missing the titles and descriptions?
All my photos have a title and some photos have in addition a description.
When using Bootstrap Darkroom with PhotoSwipe Diashow, neither the titel nor the description is visible.
It shows only the filename at the bottom of the side.
Is there any way to show the title and description as well?
Offline
Hi :-)
1/ It's better talck on forum change before oppen issue on github
2/ Can you link a photo to show the problem?
Offline
Here is an example
This is the link to the photo:
https://www.die-weite-welt.de/picture.p … ategory/94
Offline
I think the title and description were visible in the diashow in earlier versions of Bootstrap Darkroom together with the filename.
Offline
You can try to replace the file:
themes/bootstrap_darkroom/template/_photoswipe_js.tpl
With my customized: https://www.arkivfoto.net/_photoswipe_js.txt
Rename to .tpl
Best regards
Robert
Offline
Hi Robert,
thanks for your file, but it doesn´t works.
The Images are shown bigger in PhotoSwipe with your file, but there is no title and no description visible as before.
Claudia
Offline
HI Claudia
Also try replace:
/themes/bootstrap_darkroom/include/themecontroller.php
https://www.arkivfoto.net/themecontroller.txt
Best regards
Robert
Offline
Hi Robert,
thanks a lot, by updating the themecontroller.php with your file it works!
Title and description are now visible
THANK YOU very much for this helpful file!
This leads to another question ...
Is there a way to center the text and make it a little bit bigger?
Best regards
Claudia
Offline
I found a solution for center the text and make it a bit bigger.
I put this code in CSS with LocalFiles Editor
.pswp__caption__center { font-size: 18px; line-height: 18px; text-align: center; margin-bottom: 3%; }
Offline