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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • How to link to a list of articles with the tag "foo"? · 10 years ago

    Oh, i forgot: I get the error 403 on my local xampp-installation when i link to localhost/grav-site/tag:foo

  • How to link to a list of articles with the tag "foo"? · 10 years ago

    Hello. To understand Grav i try to build a blog-template from scratch and now i'm at the point that i really need a push in the right direction. The problem: I have a blogpost and it has the tag "foo"

  • Grav update broke Woo theme · 10 years ago

    Hmm.. ok, i'll take a look. This theme is a direct port, so we didn't change any of that existing stuff.

  • Grav update broke Woo theme · 10 years ago

    No lightbox.js is completely fine. The Woo theme uses an ancient jquery. This itself is not causing the issue but then the theme also loads an old version of jquery-migrate. And that breaks the descri

  • Grav update broke Woo theme · 10 years ago

    The problem is with lightbox, not Grav. That script needs to be fixed to work with jQuery 2.2.x. Not something that's Grav's fault.

  • Grav update broke Woo theme · 10 years ago

    That's a workaround but not a solution :). It breaks in main.js on the var description=... line. Somehow that construct is not JQuery 2.2.X safe.

  • Grav update broke Woo theme · 10 years ago

    I've set the jQuery version back to 2.1.4 in the skeleton repo.

  • Grav update broke Woo theme · 10 years ago

    Thanks for the pointer. It seems to be this lightbox script. Unfortunately the author has not made a compatibility update yet.

  • Grav update broke Woo theme · 10 years ago

    Seems its a bug with the lightbox script that comes with the Woo theme. It doesn't seem to like the latest jQuery 2.2.X release. Setting jQuery back to 2.1.4 in user/config/system.yaml allows it to wo

  • Grav update broke Woo theme · 10 years ago

    Check http://demo.getgrav.org/woo-skeleton/ -> Click on an image in the "product screenshot" section. The image is loaded but never displayed.