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!

#1950 Spliting of words

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 Wednesday, 10 February 2016 18:46 UTC

avp
Morning Sven

Best to describe, is to see the attached image. The text info is split with CR breaking the words.

sbluege
Maybe this ticket helps: https://www.svenbluege.de/support/event-gallery/1700-captions-create-line-break-mid-word#p8525

it's just something you need to add to your templates CSS file.

Example:

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

avp
Hi Sorry to say that did not work :-((((

sbluege
Please send me the URL to the page you showed in the screenshot.

sbluege
I actually don't need to see it. Please try this:

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

avp
Hi Sven

Just tried to replay as a private email msg but it has bounced back.

Have you got a email address I can reply back to as you last email

Andy

sbluege
Your server rejects the mails from the ticket system as spam. This causes some trouble. Please try what I wrote above.

avp
ok

sbluege
Does "ok" means, it works? :)

avp
Evening Sven

That has sorted one problem. Now we have the same but on image list

see image: band a-d list split words

also showing the image all info is showing even though config page say only show image file name.

see image: band images showin all info

Andy



sbluege
You can change the wrapping for the grid layout with this:
#events .eventgallery-events-gridlist .title {
    word-break: normal;
    word-wrap: normal;
}


There is no option to hide the image data. You can show/hide the filename. If you want to hide something and there is no option for is you can always use CSS for this.

avp
Hi


There is no option to hide the image data. You can show/hide the filename. If you want to hide something and there is no option for is you can always use CSS for this.


This problem has appeared in 3.5 if you go to my current site running 3.3.1 the images only show file nameX.jpg .

http://www.andrewvincentphotography.com/gallery/attheshow/bands/a-d/event/20140117-ashes-of-the-wake

Andy

sbluege
Is it possible that there is simply no image title / caption managed? Event Gallery 3.5 reads some more information from the image metadata.