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!

#2343 Words in title are broken across lines

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 Monday, 19 September 2016 07:04 UTC

Atrial
 On the /galleries page (where all galleries listed - http://hornethobbies.com/galleries ) the title within each thumbnail has the line break in the middle of the word. How can I display the title of the gallery within the thumbnail with the word at the end of the line being unbroken and carried over to the new line.

So instead of:
Wilder Seminar - Creating Wi
nter Whitewash

I want:
Wilder Seminar - Creating
Winter Whitewash

Thanks a lot!

sbluege
That's actually on purpose. But you can fix it by adding this to your templates CSS file:

#events .item .title {
    word-break: break-word;
    word-wrap: break-word;
}