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!

#2104 Want to hide the front end title

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 ianrosaaen on Saturday, 07 May 2016 21:49 UTC

ianrosaaen
Regarding: http://www.earthskymedia.com/galleries/gallery-1

I want the Event title not to be visible on the front end. Also, I would like images to appear a little higher on the front end page.

Please let me know how to fix that. I looked everywhere but couldn't find how how to hide the title.

Thank you.

sbluege
You can do this with plain CSS. Add it to your templates CSS file.

Hide the name of the Event:

#event .displayname {
  display: none;
}


You have a lazy load plugin on your site? Please deactivate it. It hijacks Event Gallery elements and causes layout issues. If you're done please let me know. It might happen that the layout issue is gone. If not I'll have a second look at this.

ianrosaaen
You were right on both counts. I had a lazy load plugin which I disabled. (Things look much better!) Your code removed the Title. Excellent. Thank you!