Jan wrote: ↑29 Jun 2024, 01:18
Hi, when there are no error messages in console, really hard to say what can be wrong there, did you try to test it with another template (only to test if there is the same problem)?
Hi, I tested locally now with some downloaded theme and it's the same problem. It works in gallery and not in articles.
I changed some global and plugin configuration for Phoca before it started happening, but I don't recall all the settings I changed. Could that be related somehow? Other than that I don't think I changed anything relevant. What's the version of Photowipe that's being used by this BTW?
One of the differences that I found is that gallery load:
Code: Select all
<script src="/media/com_phocagallery/js/photoswipe/js/photoswipe-initialize.js"></script>
But articles load:
Code: Select all
<script src="/media/com_phocagallery/js/photoswipe/js/photoswipe-initialize-ratio.js?14702047100ba54a38459ab1f7eff748" defer></script>
Is that normal? That doesn't seem right