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!

#3923 Thumbnails Events beschnitten nach Update

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 Sunday, 20 September 2020 06:23 UTC

Brunnerimages

Hallo,

nach dem Update sind jetzt alle Thumbnails der Eventsübersich imt "Grid" komplett zugeschnitten und überhaupt nicht mehr so wies war. Bild zur Veranschaulichung im Anhang!
Wie kann ich das lösen? Kam auch erst seit dem Update.

Menüpunkte Presse-Fotos und Portfolio betrifft es.

 

Custom CSS hab ich folgendes drin und hat auch immer funktioniert:

div#events .item .eg-content .data {
opacity: 1;
background-color: black;
font-size: 15px;
}

div#events .item .eg-content:hover .data {
background-color: black;
font-size: 15px;
}

div.eventgallery-subcategories .item-container {
width: 33.3333%;
}


/* Category List - Tiles Layout */
@media (min-width: 1200px) {
div.eventgallery-subcategories .item-container {
width: 33.3333%;
}
}

@media (max-width: 900px) {
div.eventgallery-subcategories .item-container {
width: 50%;
}
}

@media (max-width: 450px) {
div.eventgallery-subcategories .item-container {
width: 100%;
}
}


.eventgallery-subcategories > h2 {
display:none;
}

 

Attachments

update_fehler.png

sbluege

Guten Morgen!

Folgendes CSS-Schnipsel ist dafür verantwortlich: 

.item img {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    // width: 100% !important;
    // height: 500px !important;
}

https://www.brunner-images.at/templates/flex/css/A.custom.css.pagespeed.cf.GStidcdGAv.css

Böse sind margin-left und margin-right. Das sollte weniger generell definiert werden. Da das CSS nicht von Event Gallery kommt, fürchte ich, dass dieses Problem auch schon vor dem Update bestand.