Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Chrome Browser zeigt beim reload nicht alle Bilder #248

Open
hansdampf-123 opened this issue Jun 20, 2024 · 2 comments
Open

Google Chrome Browser zeigt beim reload nicht alle Bilder #248

hansdampf-123 opened this issue Jun 20, 2024 · 2 comments

Comments

@hansdampf-123
Copy link

Diese Phänomen tritt nur im Google Chrome auf, jedoch auf zwei unterschiedlichen Systemen (Windows + Mac).
Die Bilder in einer Kategorie werden nicht mehr alle angezeigt, wenn:

  • man aus der Einzelansicht zurück in den Category View geht (über den Zurück Pfeil im Browser)
  • man die Seite neu ladet

Es werden bei grösseren Kategorien mit vielen Bildern nur die oberen nicht angezeigt. Teilweise wird auch bei der ersten Ansicht ein einzelnes Bild weggelassen, es ist dann im Grid View einfach eine Lücke - kein Bild / kein Titel.

Alpha 3, Joomla 5.1, PHP 8.3

@hansdampf-123
Copy link
Author

Anybody else has this issue? It seems an important one.

@hansdampf-123
Copy link
Author

Ich konnte das Problem für mein Setting per CSS lösen:
Von
.jg-gallery:not(.justified) .jg-category .jg-image {visibility: hidden;}
nach
.jg-gallery:not(.justified) .jg-category .jg-image {visibility: visible;}
Das Problem scheint so verschwunden zu sein.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant