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!

#2538 Controlling the display of the event titles

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 Friday, 27 January 2017 17:34 UTC

taholmes160
 How do I control how the title of each event is displayed in a category listing? see:

http://www.whisperingpinesphoto.net/frames

Each of the events has a transparent feature across the bottom that holds the event name. I'd like to make it black full time, so the text shows up better, and use another effect for the OnMouseOver event

Thanks

TIM

sbluege
Hi Tim,

just add this to your templates css file:

#events .item .content .data {
    background-color: rgba(0,0,0,.9);
    opacity: 1;
    color: #EEE;
}