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!

#2476 Titles of the events are wrapped in the middle of words

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 sbluege on Monday, 12 December 2016 11:45 UTC

vrtaak
Hello, I have problem with long titles of the events, they are breakinkg anywhere, in the middle of the word.
I found ticket #1700 – Captions create line break mid word. I tried to insert to my template.css this code:

.eventgallery-tiles-list .wrapper .data {
word-wrap: normal;
}

but it does not work... ?

sbluege
Hi,

does this work better?

#events .item .title, .eventgallery-tiles-list .wrapper .data {
word-break: normal;
word-wrap: normal;
}

vrtaak
Sorry, it also does not work. It works only if I rewrite it directly in eg-compressed.css.
But when I try switch to another default Joomla template, Beez or Protostar, it works.
I am using Artisteer template, here is the gallery



vrtaak
Sorry, it works! I forgot clean browser cache... ;-)
thank you!

sbluege
;-) You're welcome.