Josh Crawford

Results 1500 comments of Josh Crawford

Fixed in [2.1.0](https://github.com/verbb/hyper/releases/tag/2.1.0), but will need to wait for Craft 5.5 to be released, where they have added their fix.

@elfacht @DavidKabelitz Going to assume you're also on Hyper 2.1.0. Cleared all the caches? I'm not able to reproduce it on my end. Are we talking multiple levels of Matrix...

Thanks for the suggestion, and the excellent write-up! Any reason this couldn't be a feature request for Matrix itself? This functionality would be similar to Neo, which features block type...

No problem - thanks! I figured it'd be a great inclusion natively to core Matrix, so was going to suggest adding a feature request there as well (if you haven't...

I believe this is a limitation at the moment, due to how we handle the homepage nodes of items. When dealing with the site's base URL, it's deemed the homepage,...

It might be a bit much launching into a module (although we have a crash-course [guide](https://verbb.io/blog/everything-you-need-to-know-about-modules) about it), but yeah essentially copying that code allows you to determine whether something...

It's a great point! I think it'll need to be an additional dropdown, like status. We can't really have "Past Events", "Upcoming Events", etc as sources in the sidebar like...

You certainly can BYO templates if you like, but you still need to have certain markup to hook up to Comments' JS. ```twig {# Render the `comments.js` file - exclude...

That sounds like it probably won't work with our JS, as it won't work for dynamically loaded items. You essentially need to call `Comments.Instance()` after every "load more" so that...

I have a feeling this might be related to project config and the YAML files being generated. I actually can't replicate this on a new site though (Craft 4.x or...