Fotorama_XH v 1.7.6

Ein CMSimple Support Forum für deutsch sprechende Nutzer und Entwickler
knollsen
Posts: 478
Joined: Wed Nov 06, 2013 2:28 pm

Re: Fotorama_XH v 1.7.5

Post by knollsen » Mon Feb 03, 2025 6:33 pm

Ralf H. wrote:
Sun Feb 02, 2025 5:01 pm
Finde in der Hilfe keine möglichen Eintragungswerte für duration und autoplay. Habe bei duration 6000 angegeben, was seeeh langsam ist.
1. ist es egal ob was eingetragen ist oder nicht - wird sonst immer der Standard übernommen.
2. Bei einer neuen Galerie-Erstellung sind die Werte ausgefüllt.
3. Du kannst, wenn du es möchtest, die Hilfe gerne um diese oder weitere Optionen erweitern. So steckt dann auch bissel Arbeit auch von Dir mal mit dabei. Die Ausarbeitung von Hilfe und Sprach... ist nicht so meine .. :D
Im Backend bekomme ich die Texte übereinander geschrieben:
Was hast Du eigentlich für Bildschirmauflösung - 800px? mmm -> Ick die Lösung wäre ja dann für dich optimal, ansonsten sehe ich (gerade so) noch kein Bedarf da was zu ändern.

Ralf H.
Posts: 533
Joined: Sun Feb 16, 2014 1:45 pm
Location: Münsterland
Contact:

Re: Fotorama_XH v 1.7.5

Post by Ralf H. » Mon Feb 03, 2025 7:20 pm

lck wrote:
Mon Feb 03, 2025 12:44 pm
Ralf H. wrote:
Sun Feb 02, 2025 5:01 pm
Im Backend bekomme ich die Texte übereinander geschrieben:
thumbfit fullscreen transition duration autoplay autoplayinterval loop
Teste mal das, am Ende deiner Template oder Plugin stylesheet.css einfügen. Die Tabelle ist dann scrollbar.

Code: Select all

#fotorama_admin form table:first-of-type {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}
#fotorama_admin form table:first-of-type tr {
    text-align: center;
}
#fotorama_admin form table:first-of-type thead th,
#fotorama_admin form table:first-of-type tbody td {
    width: auto !important;
    white-space: nowrap;
}
#fotorama_admin form table:first-of-type tbody td select {
    width: auto;
}
#fotorama_admin form table:first-of-type tbody td input {
    width: 60px;
}
#fotorama_admin form table:first-of-type tbody td:last-of-type input {
    width: 250px;
}
Habe es ans Ende der Fotorama stylesheet.css gepackt, da ich 5 Templates für meine Page verwende.
Klappt super (s. Bild)
Fotorama Backend css angepasst.png
You do not have the required permissions to view the files attached to this post.
Badminton Individual-/Gruppentraining im Münsterland:
https://www.badminton-tips.de (deutsch)

Ralf H.
Posts: 533
Joined: Sun Feb 16, 2014 1:45 pm
Location: Münsterland
Contact:

Re: Fotorama_XH v 1.7.5

Post by Ralf H. » Mon Feb 03, 2025 8:03 pm

knollsen wrote:
Mon Feb 03, 2025 6:33 pm
3. Du kannst, wenn du es möchtest, die Hilfe gerne um diese oder weitere Optionen erweitern. So steckt dann auch bissel Arbeit auch von Dir mal mit dabei.
Meine Testseite und Anmerkungen sind keine Kritik, sondern als Hilfsabsicht gedacht.
Erweiterte help_de.htm ist im Anhang.
Was hast Du eigentlich für Bildschirmauflösung - 800px? mmm
Bildschirmauflösung 1920px Breite.
Template Content und damit Adminbereich 692px Breite
You do not have the required permissions to view the files attached to this post.
Badminton Individual-/Gruppentraining im Münsterland:
https://www.badminton-tips.de (deutsch)

knollsen
Posts: 478
Joined: Wed Nov 06, 2013 2:28 pm

Re: Fotorama_XH v 1.7.6

Post by knollsen » Tue Feb 04, 2025 9:26 am

Vielen Dank! ist schon im Download inbegriffen. Den Wert habe ich nur auf 3300 verändert, denn das war der alte Standardwert.
Template Content und damit Adminbereich 692px Breite
ahh ... das ist dann klar.
na dem andere schau ich noch...

lck
Posts: 3419
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: Fotorama_XH v 1.7.5

Post by lck » Tue Feb 04, 2025 1:03 pm

Ralf H. wrote:
Mon Feb 03, 2025 7:20 pm
Habe es ans Ende der Fotorama stylesheet.css gepackt, da ich 5 Templates für meine Page verwende.
Klappt super (s. Bild)
👍🏻 Danke für die Rückmeldung!
👉 Ludwig's Templates for MultiPage & OnePage.   „Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“

Ralf H.
Posts: 533
Joined: Sun Feb 16, 2014 1:45 pm
Location: Münsterland
Contact:

Re: Fotorama_XH v 1.7.6

Post by Ralf H. » Fri Feb 07, 2025 1:47 pm

Komme bei folgendem Problem nicht weiter:

Um offline in Xampp ein Spiegelbild wie auf dem Server zu haben, habe ich Online alles unter html bei mir downgeloaded.
Alle Seiten funktionieren in Xampp, ausser die Unterseiten, in welchen ich Fotorama-Slideshows habe.
Bei Aufruf solcher Seiten kommen immer Debugfehler wie z.B.

Code: Select all

Uncaught Error: Call to undefined function imagecreatefromjpeg() in D:\xampp\htdocs\badminton-tips\plugins\fotorama\classes\GalleryView.php:347
Stack trace:
#0 D:\xampp\htdocs\badminton-tips\plugins\fotorama\classes\GalleryView.php(96): Fotorama_GalleryView->makeThumbnail('./userfiles/ima...', 64)
#1 D:\xampp\htdocs\badminton-tips\plugins\fotorama\index.php(34): Fotorama_GalleryView->render()
#2 D:\xampp\htdocs\badminton-tips\cmsimple\functions.php(203) : eval()'d code(1): fotorama('badminton-speed...')
#3 D:\xampp\htdocs\badminton-tips\cmsimple\functions.php(203): eval()
#4 D:\xampp\htdocs\badminton-tips\cmsimple\functions.php(162): XH_evaluateSinglePluginCall('fotorama("badmi...')
#5 D:\xampp\htdocs\badminton-tips\cmsimple\functions.php(260): evaluate_plugincall('
Woran kann das liegen?
Habe mehrfach versucht, fotorama vom Server in Xampp erneut downzuloaden und auch die zugehörigen Bilder aus Userfiles + die Fotorama xml-Dateien.
Debugfehler für Fotorama-Slides kommen nur bei etwas neueren Gallerien, aber nicht bei einer ca. 1 Jahr nicht veränderten.
Dachte erst, dass Xampp keine Bilder erzeugen kann, aber das macht Xampp scheinbar (teilweise neue Thumbs).
Badminton Individual-/Gruppentraining im Münsterland:
https://www.badminton-tips.de (deutsch)

olape
Posts: 3346
Joined: Fri Mar 13, 2015 8:47 am
Contact:

Re: Fotorama_XH v 1.7.6

Post by olape » Fri Feb 07, 2025 2:10 pm

Schau mal in die php.ini
Screenshot 2025-02-07 151150.png
suche nach

Code: Select all

extension=gd
da darf kein ; davor sein.
You do not have the required permissions to view the files attached to this post.
Gruß Olaf, Plugins for CMSimple_XH

Ich habe schon lange den Verdacht, dass so viele so eifrig auf Gender, Trans und Queer machen:
Weil sie für das Fachliche ganz einfach zu doof sind.

Ralf H.
Posts: 533
Joined: Sun Feb 16, 2014 1:45 pm
Location: Münsterland
Contact:

Re: Fotorama_XH v 1.7.6

Post by Ralf H. » Sat Feb 08, 2025 2:57 pm

olape wrote:
Fri Feb 07, 2025 2:10 pm
suche nach

Code: Select all

extension=gd
da darf kein ; davor sein.
Vielen Dank. War die Lösung. :idea:
Badminton Individual-/Gruppentraining im Münsterland:
https://www.badminton-tips.de (deutsch)

Post Reply