mixitup icon indicating copy to clipboard operation
mixitup copied to clipboard

I don't want to show all the categories.

Open MmdRasoul opened this issue 5 years ago • 1 comments

hi I have ".category_1" ".category_2" ".category_3" I don't want all categories to be displayed at runtime, and I want the first category (.category_1) to be active.

<button class="filter button" data-filter=".category_1">category 1</button> <button class="filter button active" data-filter=".category_2">category 2</button> <button class="filter button" data-filter=".category_3">category 3</button>

But during the first run, all categories are displayed.

MmdRasoul avatar Jun 05 '20 08:06 MmdRasoul

On mixitup.js

load: { filter: '.coaching',//put your own class with dot },

orsaweb avatar Jun 17 '22 08:06 orsaweb