• Resolved itho0r

    (@itho0r)


    I want to remove the “All” filter button from the Visual Portfolio plugin on my WordPress site because, even when hidden with custom CSS,

    a[data-vp-filter=”“] { display: none; } .vp-filter__item:has(a[data-vp-filter=”“]) {
    display: none;
    }


    the portfolio still defaults to showing all items even though the all option is hidden. Instead, i would like it to automatically select the next filter tab (e.g., the first category) to display a specific subset of portfolio items.
    is this possible ?
    otherwise thanks for such an awesome plugin, i use it all the time!!

    • This topic was modified 1 year ago by itho0r.
Viewing 1 replies (of 1 total)
  • Plugin Author nK

    (@nko)

    Hi @itho0r,

    We don’t currently offer an option to manage filter items or set a default active item. You can add these customizations yourself, but we don’t have any solution.

    Regards,
    Nikita.

Viewing 1 replies (of 1 total)

The topic ‘Removing “all” filter’ is closed to new replies.