Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
onFatalException Details
· 10 years ago
Ok, i tested this a bit today. It is working fine after all. I created an onFatalExceptionevent in my testing plugin, and debugged it. It went in there fine. I was able to log out a message no pro
-
onFatalException Details
· 10 years ago
To be honest i've not tried adding additional handlers for this event as the only place it's currently used (that I know of) is in the problems plugin. I'm not 100% sure that even works in that insta
-
onFatalException Details
· 10 years ago
When Grav fires the onFatalException event, I would like to send myself a notice of the error with details. The notification works, but I can't figure out where to grab exception details. Any ideas? p
-
Featherlight Gallery?
· 10 years ago
I found a solution, although I'm not sure if this is the correct way to do it. It works nonetheless. <div> <a class="gallery" href="{{ page.media.images|first.url }}"><img src="{{ page
-
Featherlight Gallery?
· 10 years ago
Using {% for image in page.media.images %} <a class="gallery" href="{{ image.url }}"><img src="{{ image.url }}"></a> {% endfor %} with $(document).ready(function(){ $('a.gallery').
-
Featherlight Gallery?
· 10 years ago
Yes. That does the same thing that I'm doing now. It displays all of the images on the page. I'm trying to use featherlight's gallery function. I'm attempting to show just one picture on the page, but
-
Featherlight Gallery?
· 10 years ago
Have you looked at this gallery cookbook entry in the docs?
-
Featherlight Gallery?
· 10 years ago
Has anyone successfully created a featherlight gallery? I would like visitors of my site to be able to flip through a gallery of photos. I've used {{ page.media['sample-image.jpg'].lightbox(1024,768).
-
Assets plugin and syntax
· 10 years ago
@rhukster No, CSS and/or JS pipelined are both turned off.
-
Assets plugin and syntax
· 10 years ago
thank you (have a look at that)