Filter testimonial to show on page

Hi people, I’m new here :blush:

I’m building a website for a client and I need to do a specific filter, where will show a testimonial according to the brand user to click.

I’ve created a dynamic filter with MixItUp3, and it is working perfectly:
gif_brands

BUT, when the page loads all testimonials come open:

How could I fix to show just one testimonial when the page load?

Tks

var mixer = mixitup(containerEl, {
    load: {
        filter: '.category-2'
    }
});
1 Like

Thank you so much @Siton_Systems

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.