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!

#2210 titel and description

Posted in ‘Event Gallery Extended’
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 sbluege on Tuesday, 04 October 2016 13:25 UTC

avp
 Hello Sven

Is there any way of turning off the title and description on the thumbnails. On a mobile device takes up a lot of limited space and looks messy on a normal sized screen. If you have many hundreds of images in a event it is not practical to go into each image and delete the text. I do need the exif info on each image as these will be available for download.

Many Thanks Andy

And I did vote IN what a mess

sbluege
There is no option to show/hide those information for an event. But you can use CSS to hide what you don't need. Just add the necessary CSS to you templates CSS file.

avp
Hi Sven

That's OK if you are web guru. But not every one can do that including my wife as I am delegating that to her as my workload is increasing. As I don't have the time to mess around with css codes and then the upheaval when apps and templates change.

Possibly one to put on the development path.

Andy

sbluege

Can you add a link to a page where you want to hide title and deacription please?


avp
Hi Sven

Long time in getting back to you. But this also relates to EG 361 as well. Was wating to see if it had been changed in the latest version.

here is a link to see the problem.

http://www.andrewvincentphotography.com/gallery/bands/i-l/event/20160924-love-gravel.html

sbluege
No. You still need to use CSS here. I don't plan to add a switch for information like this.

avp
Its just there are other switches for exif and other info but non of them work for this problem. So will dig into the CSS or delete image info and stop downloads / sharing as this info will not be present in the downloaded image.

Andy

avp
this is a resent problem if you look at past enteries this problem did not exsist.

sbluege
You need to hide the title and description of the event?

Here is an example CSS snippet which you can add to your templates CSS file

.eventgallery-tiles .eventgallery-tile .content h2,
.eventgallery-tiles .eventgallery-tile .content .eventgallery-caption,
.eventgallery-tiles .eventgallery-tile .content .filename {
	display: none;
}