Wie und wo kann ich im Websitebaker - Modul Foldergallery einstellen, dass ich 3 anstatt der standardmäßigen 2 Thumbnails pro Zeile im Frontend angezeigt bekomme?
Ich bin leider nicht der große Coder und kann mir somit nicht selber helfen. Ich habe bereits alle Dateien des Moduls durchforstet, die relevante Stelle aber nicht gefunden.
Vllt befindet sich ja jemand hier, der das gleiche Probem bereits bewältigt hat.
Hallo,
also nochmal (bin neu auf wer-weiss-was und scheinbar hat er ersten Beitrag geschluckt).
Du musst in der frontend-css den linken Rand verändern. Also in deinem wb-Verzeichnis, dann module, dann foldergallery die frontendcss zum Bearbeiten öffnen. Ziemlich weit unten sind die Angaben zur Darstellung, bei mir wird mit folgenden Werten (und das bei jeweils linkem und rechten Block) drei thumbnails angezeigt:
.gallerytitel { width: 80%; float: left; text-align: center; margin-bottom: 10px; color:#B22222; }
.backlink { text-align: right; float: right; margin-top: 10px; margin-right: 36px; }
.backlink a, .backlink a:link, .backlink a:active, .backlink a:visited { color: #FF0000; font-size: 12px; text-decoration: none; text-align: right; border-style: none; }
.backlink a:hover { text-decoration: underline; }
#gallery-wrapper { float:left; padding:0 0 0 10px; text-align:center; }
.gallery { width: 100%; height: 30px; display: block; }
div.thumbwrapper { float:left; margin:1px; padding:3px; text-align:center; width:150px; height: 150px; }
div.thumbwrapper a, div.thumbwrapper a:link, div.thumbwrapper a:active, div.thumbwrapper a:visited { color: #ddecf3; font-size: 12px; text-decoration: none; }
div.thumbwrapper img { text-align:center; z-index: 1; }
Lieben Gruß
Joey
Guten Tag,