How to create isotope filter in drupal 7?

1.1k views Asked by At

I have a page type, say for example we name it BULDINGTYPE. I have several BULDINGTYPE pages namely: "HotelA, HotelB, HotelC, RestaurantX, RestaurantY, FactoryM, FactoryN, ShoppingComplexG, ShoppingComplexH, ShoppingComplexI". Now I want to create a portfolio style jquery isotope filter using these three filters at the top namely "HOTEL, RESTAURANT, FACTORY, SHOPPINGCOMPLEX. When I click on HOTEL button, all pages with type Hotel will be displayed. Same for the other 3 filters. Can someone provide me a sample code or even a fiddle of doing this please? I have tried the Views_isotope module ( https://www.drupal.org/project/views_isotope ) but it doesn't seem to be working. Thank you

1

There are 1 answers

3
Firoz Sabaliya On

You need to create taxonomies for "HOTEL, RESTAURANT, FACTORY, SHOPPINGCOMPLEX and assign this taxonomies to respective pages. Then follow this youtube video .

Please note that isotop filter will work only if you are using taxonomies as filter.