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!

#629 Remove hover opacity feature from event list boxes

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 Zynn on Sunday, 27 April 2014 09:26 UTC

Zynn
Hello

I would like to know how to remove the hover opacity feature from the event list boxes, please. I would like to see all of the different events and immediately read their titles without having to mouse hover over each one until so the opacity changes so I can read it. Yes, I understand this means that all of my content boxes will have big bars on them, but I do not mind. Maybe you can also help me find the height adjustment option, so the title boxes are not as thick.

This is an amazing plugin you have created, by the way. I love how it automatically tiles all of the images in an artistic manner.

Thank you very much!

sbluege
Not sure if I've got you correctly but in case I did this snippet should remove the transparency:

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

sbluege
Don't forget to add the snippet to your templates CSS file instead of modifying the components css files.

Zynn
Yes, you got me correctly. Thank you!
Is there a way to make the title box half the height it is? I only have the title of the event on it, not all of the other information.

Zynn
Nevermind, I found it with trial and error.

I am using this:

#events .item .title {
min-height: 40px;
font-size: 1.3em;

Thank you very much for your support!