Make work with a second exposed filter

kcobb's picture
kcobb
Tue, 03/01/2016 - 11:09
#1
Make work with a second exposed filter

I have a view that is filtered by a Person Type category and a Department category. The Department category has many terms. I have this set as MDPortfolio dropdown. The Person Type category is a different taxonomy set so using the Better Exposed Filters module I am outputting them as links. This works, however, clicking the exposed filter reloads the page and resets the MDPortfolio dropdown.

Is there any way to get both sets of filters to work together with MDPortfolio? 

Love your work, BTW.

kcobb's picture
kcobb
Mon, 03/14/2016 - 09:57

Anybody? My project is on hold because of this. I really don't want to look for another solution.

phuonght's picture
phuonght
Tue, 03/15/2016 - 06:50

Hi,

Sorry for our delay.

In Awecontent, you click on a filter, all nodes that have same class with filter display, others hide. If your filter works as link type, you only need to customise js so when you choose any filter, site will not redirect to link.

$('.filter').click(function (event) {
event.preventDefault();
// do something
});

You also can send us your site url so we can take a look at.

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.