Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Showcase

Photoswipe plugin (a Lightbox like gallery)

plugins

Started by Karmalakas 5 years ago · 5 replies · 1703 views
5 years ago

Thank you, very nice 👍 regards.

👍 1
5 years ago

Great plugin, this way I can build a website without jQuery and still have a nice gallery.
I have one issue though, if I enable caching in system config, it loads photoswipe assets only on the first page load, all the others both js and css assets are gone. Have you experienced anything like this? How could I solve it?

5 years ago

Strange. I have caching enabled always and assets are always loaded 🤔
Would have to look into it if I can reproduce

5 years ago

Yes, very strange behavior. I didn't realize at first because I had cache disabled during development and only realized after I had included the gallery into my templates. So I reverted everything exactly like your documentation on github but the problem persists.

I'll try to give you more info on my setup:

I'm on the latest stable Grav version with admin and other plugins.
I'm including css and js from the base theme like this:

TWIG
{% block stylesheets %}
    {% do assets.addCss('theme://dist/css/main.min.css?v=1.0.1', 102) %}
    {% do assets.addCss('theme://dist/css/main.css.min.map?v=1.0.1', 101) %}
{% endblock %}

{% block javascripts %}
    {# {% do assets.addJs('jquery', 103) %} #}
    {% do assets.addJs('bootstrap', 102) %}
{% endblock %}

{% block assets deferred %}
    {{ assets.css()|raw }}
    {{ assets.js()|raw }}
{% endblock %}

It works perfectly with cache disables or with "never cache twig" enabled on the gallery modular page, which is what I'm doing right now.
Otherwise at the second refresh photoswipe css and js are not loaded anymore.

I tried on a different Grav install (v1.7.10) as well and it's doing the same.

5 years ago

Could you please create a new issue with all the info you provided here? Just so that I would not forget it. Thanks

👍 1

Suggested topics

Topic Participants Replies Views Activity
Showcase · by Julien Perret, 3 months ago
3 136 1 month ago
Showcase · by Julien Perret, 2 months ago
4 145 2 months ago
Showcase · by Stuart, 5 months ago
1 126 5 months ago
Showcase · by Gez, 8 months ago
4 258 8 months ago
Showcase · by Roger Parkinson, 10 months ago
0 111 10 months ago