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!

#1857 Gallery not aligning inside the article

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 Atrial on Friday, 11 December 2015 22:05 UTC

Atrial
I am using the Content Plugin to place an imagelist gallery inside an article. I really like this gallery and it's the reason why I bought a subscription. Unfortunately it aligns too far to the left.

I am using:
{eventgallery event="tiger-2014" attr="images" mode=imagelist max_images=0 thumb_width=190}

This is what it looks like inside an article:
http://hornethobbies.com/daves-tiger

The same gallery on an pure event page looks fine:
http://hornethobbies.com/tiger-2014

(PS - is there a way to get rid of the date at the top of the event page? I only want the page title to be visible. The date field is blank in the event manager, but it still shows up.)

Thanks a lot

sbluege
Maybe this page helps to remove the left indention: https://www.svenbluege.de/joomla-event-gallery/event-gallery-manual/faq-image-indention

You can hide the date using the components options.

Atrial
Thanks so much for your super quick reply. I put the CSS code from /faq-image-indention/ into my theme's custom CSS file, but it did not help. That's ok.

I found the component option for removing the date and I can just use pure event pages for most of my needs. So I'm good for now, but I'll try to figure out the CSS for in-article galleries in the future.

sbluege
No need to close this one. Try this CSS:

.eventgallery-thumbnails.thumbnails {
    margin: 0px; 
}

Atrial
Fantastic, that worked! Thank you very much. My issue and my question are both resolved, so it's safe to close this ticket now.