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!

#1590 latest event gallery version

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 Thursday, 18 June 2015 10:10 UTC

julia
 Hi there
I'm thinking of upgrading to the latest version as the social media share buttons are now on the images when enlarged. My question is can i turn them off when you see the thumbnails of a gallery? I find they really get in the way here, especially when viewed on a mobile phone.
Cheers
Julia

sbluege
Currently there is a condition to only copy over visible sharing icons. If you hide the icons on the thumbnail they would not show up n the lightbox. But you can try to use some CSS styles other than display:none or visibility:hidden to hide the icons on the thumbnails

sbluege
CSS like this:

.thumbnail-container .egfa-share-alt {
	text-indent: -9999px;
}