Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#3249 Description

Posted in ‘Event Gallery - General’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by joomlad on Sunday, 02 September 2018 20:00 UTC

joomlad
 Hi Sven,

I'm trying locate where in "OPTIONS" to "spread out"or flush left my description field over the entire width of the image instead of mid image. Can you help?

Thanks!

Joomlad

sbluege
Hi,

You can try something like this:

.pswp__caption__center {
    max-width:90%;
}


Just add it to your templates custom css.

joomlad
Sorry, I don't see a custom css file to open under Protostar's css folder, only offline.css and template.css. If I have to build one from scratch, I'm not sure how to do that or what line in the .css file to place that code.

Thanks.

sbluege
Protostar has just one CSS file. You can append custom CSS at the bottom of this file.

joomlad
Sorry for the late reply. I added the code to template.css I emptied the cache but it did not change the text width. Then I tried adding same code to offline.css file there but it still did not work. What am I doing wrong?

Thanks.

sbluege
Please try

div.pswp__caption__center {
    max-width:90%;
}

joomlad
Hi,
It works but it would look nicer if Title/Captions started where image begins at left corner. I guess the only other way is to center all text?

Is it 90% of the image length or the entire space that the image fits into?

Don't mean to be picky but I thought at one time it worked that way in a previous version of Event Gallery. Maybe I'm wrong.

Thanks for your help.

sbluege
It is the width of the screen. Older versions used other lightbox solutions. The one I'm currently using is not capable to do this. The image and the caption layout are decoupled.

joomlad
So its not even possible to center only the caption within the 90% ?


Sent from Samsung tablet
-------- Original message --------From: Sven Bluege <info@svenbluege.de> Date: 9/1/18 2:14 AM (GMT-05:00) To: Russ Columbia <russcolumbia@gmail.com> Subject: Reply to your public ticket #3249 Description [Event Gallery - General]

sbluege


You can control the alignment of the caption and the EXIF data independent from each other:

div.pswp__caption__center {
    max-width:90%;
    
}

 div.pswp__caption__center .img-caption-part1 {
    text-align: center; 
 }

 div.pswp__caption__center .img-caption-part2 {
    text-align: center; 
 }

 div.pswp__caption__center .img-exif {
    text-align: center; 
 }

joomlad
Sven,

I will definitely take good advantage of the caption and EXIF data code you have provided. Thank you so very much for your individual help and for making Event Gallery what it has become today... a FANTASTIC TOOL!! Nothing out there comes close to what it does in the images market. Now, if we can get you to do this extension for videos?? :-)

Thanks again for all the support and the superior product you provide!!

Joomlad

joomlad
Since this question is related to this "Descriptions" post, can you tell me if there is a way for an Admin or Super User with to edit/add caption data to the front end of the Joomla site at the image level in Event Gallery while viewing an image?

sbluege
No video extension :)

There is no front-end editing build in, so you need to edit captions in the backend. But if you use tools like Lightroom you can add that information there as part of the ITPC data.

https://www.youtube.com/watch?v=OV77MD7OeBU

joomlad






Great...thank you!