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!

#2585 Making Gallery Title backgrounds not fade in

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, 10 March 2017 14:41 UTC

taholmes160
 Hey Sven:

Hope you are having a good day.

I would like to turn off the fade in effect on the different event titles and just have them stay on constantly, with a black background and white text. I SUSPECT its in the css someplace, but I am not real good with complex CSS yet

Thanks a bunch

TIM

sbluege
Hi,

a link to this site is always useful. You might want to start with this:

div#events .item .content .images img{	
	opacity: 1;
}

taholmes160
Hi Sven:

Im a bit confused, Im not sure what file that line should be inserted in.

My website is http://www.whisperingpinesphoto.net

Thanks Tim

sbluege
Well.... maybe I send the wrong CSS snippet.

Try to add this:

#events .item .content .data {
    background-color: black;
    opacity: 0.8;


to http://www.whisperingpinesphoto.net/templates/gk_portfolio/css/template.css

You can set the opactiy value from 0 to 1 if you like

taholmes160
LOL LOL LOL LOL --

No problem here Sven -- hope you are having a great day -- I'll get that added and see how it works

TIM

sbluege
A better place would be the file http://www.whisperingpinesphoto.net/templates/gk_portfolio/css/override.css
Seems like it is there to place custom stuff in.