How can I add the portfolio filters in parallax-full.html demo like parallax.html demo?
I tried to copy the filters from the parallax.html source code, or the entire work section but it seems doesn't work.
Hi,
First, you need to copy work section from index-parallax.html to index-parallax-full.html
Second, you need to copy javascript code:
<script type="text/javascript" src="js/jquery.mixitup.min.js"></script>
and paste before
<script type="text/javascript" src="js/jquery.form.js"></script>
on index-parallax-full.html
<script type="text/javascript"> <!--//--><![CDATA[//><!-- jQuery(document).ready(function() { $('#container-work').mixItUp(); }); //--><!]]> </script>
That's all
Thank you!
Hi,
First, you need to copy work section from index-parallax.html to index-parallax-full.html
Second, you need to copy javascript code:
and paste before
on index-parallax-full.html
That's all
Thank you!