Portfolio filtering

HI, was wondering if anything had ever happened with regard to the portfolio filtering?
There were a few posts over the years complaining about the lack of user friendliness when it
came to the combination of filtering and pagination. IF you have a lot of portfolio items it’s very
confusing for any user, as you have to start from scratch trying to filter every time you go to another page via pagination.

IS there any fix yet. Or is there a way for me to remove the pagination so I can be left with the filtering, or conversely how do I
turn off the filtering and just get left with pagination? The two together are a disaster for my site, which has 45 different portfolio categories.

Thanks

Hello Sarah,

Thanks for writing in!

Please add following CSS to hide filter option in pagination:

.x-portfolio-filters {
    display: none !important;
}

Let us know how it goes.

Thanks.

Thank you!

You’re welcome!
It’s good to know that it has worked for you.

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