Jump to content

How was this done?


Zola

Recommended Posts

Hi

I have been looking for ideas on websites and the filter system on this page is exactly what I am looking for.
http://goldenworks.eu/demos/sl_wordp...r-best-works/#


I love the way it animates and changes according to the clickable button. 

Does anyone know what plugin was used or how I can implement this on a website that I wish to build? 

Any help is much appreciated.

Link to comment
Share on other sites

Thanks.

 

After I posted this I came across a plugin alternative that's perfect for what I need: http://mixitup.io/

 

However, I need help in the logical sense!

 

I have implemented this, splitting the products into 3 categories:

All products
Product type a
Product type b
Product type c

When clicked the products filter in by type...each product is called in by their category class name...

 

However, a few products fall into both categories.... what can I do to make a product from category A also appear in category C?

 

Here is a simplified piece of code that will explain my problem

			<div class="controls">	
				<ul>
					<li class="filter" data-filter="all">Show All Products</li>
					<li class="filter" data-filter="category_cat_a">Cat A</li>
					<li class="filter" data-filter="category_cat_b">Cat B</li>
					<li class="filter" data-filter="category_cat_c">Cat C</li>
				</ul>
			</div>
			
				
            
			<hr>
			
			<!-- GRID -->
			
	<ul id="Grid" style="">
            <li class="mix category_cat_a mix_all" data-cat="1" style="display: inline-block; opacity: 1;">
            <a href=#<img src="images/product_thumbs/1.jpg" width="270" height="270" class="border"></a></li>
             
        <li class="mix category_cat_b mix_all" data-cat="2" style=" display: inline-block; opacity: 1;">
        <a href="#"><img src="images/product_thumbs/2.jpg" height="270" width="270" class="border"> </a></li> 
        
        <li class="mix category_cat_c mix_all" data-cat="1" style=" "><a href="#">
        <img src="images/product_thumbs3.jpg" height="270" width="270" class="border"></a></li> 

        <li class="mix category_fault_location mix_all" data-cat="1" style=" "><a href="#"><img src="images/product_thumbs/4.jpg" height="270" width="270" class="border"></a></li> 

                              
        <li class="gap"></li> <!-- "gap" elements fill in the gaps in justified grid -->
 </ul>

Edited by Zola
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.