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!

#3174 Unerwünschte Darstellung

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 Thursday, 24 May 2018 18:03 UTC

beBerlin
 Hallo,

ich habe einen Beitrag erstellt. In diesem Beitrag ist ein Event.
{eventgallery event='Tiere' attr=images mode=imagelist max_images=100 thumb_width=50 offset=0 }

dies sieht dann so aus.
https://web.markseidler.de/index.php/portfolio/tiere
Weshalb sind die Bilder nach Links eingerückt?

Wenn die das Event im Menü verknüpfe, dann sieht das so aus:
https://web.markseidler.de/index.php/portfolio/hochzeit
Hier sind die Bilder nicht eingerückt.
Aber mir gefällt die Überschrift nicht. Ich möchte, dass die Überschrift an das Titel Design des Template anpasst. Also bei wie mein ersten Link mit dem Event in einem Beitrag.

Wann kann ich machen

sbluege
Dafür ist das Template verantwortlich. Ich empfehle folgendes ins CSS-File des Templates zu schreiben:

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


Für die Überschrift sollte das helfen:

h1.displayname {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: normal;
    text-transform: none;
}

h1.displayname::after {
    background-color: #6766b2;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 30px;
}



Attachments

24-05-_2018_19-56-19.png