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!

#2516 Status Bar (Counter)

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 Jan on Thursday, 05 January 2017 11:28 UTC

Jan
Hello,
i would like ask to you that is it possible disable status bar with number of pictures?
In attachment you can see what i want dissable.
Thank you for answer.

 MarekJ

sbluege
You can do this using plain CSS. Just add the snippet below to your templates CSS file.

#eventgallery_cboxTitle {
	display: none !important;
}

Jan
Thank you

 MarekJ