patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more
https://www.kunkalabs.com/mixitup/
4.52k stars 735 forks source link

MultiFilter - mixitup-container-failed when i initialize MixItUp #535

Closed Baferas closed 4 years ago

Baferas commented 4 years ago

Hello, let me start by saying that MixItUp is a great plugin.

I have incorporated MultiFilters into my project but as soon as i press any filter, MixItUp adds the 'mixitup-container-failed' class into my main mix-container.

How can i debug this? Where can i get more information about error messages/causes?

I should also probably mention that i build my entire collection page by consuming a JSON, the entire page is build with JavaScript. MixItUp is initialized after the collection and each mix HTML is built and appended into the mix-container.

Halp! :)

Baferas commented 4 years ago

Cancel that, i found the error, it had nothing to do with MixItUp, it was during the creation of the collection, it was my code :)

patrickkunka commented 4 years ago

Glad you sorted it out, thanks for the update.