jQuery Quicksand is a jQuery plugin to reorder and filter items with a nice shuffling animation.

learn more… | top users | synonyms

0
votes
1answer
25 views

Quicksand transition animation and callback not working

I've inherited a site that uses the jQuery Quicksand plugin for data filtering. I'm having some issues in IE10. The transition animations don't seem to be firing. The sort happens immediately. Also, ...
2
votes
0answers
60 views

Hyphens are causing a blank result

I'm having issues with hyphens in my slugs from a tutorial I'm trying to go through... http://wp.tutsplus.com/tutorials/theme-development/create-a-quicksand-portfolio-with-wordpress/ and I'm having a ...
-2
votes
0answers
21 views

Quicksand Javascript issue with sort [closed]

I have an issue trying to sort images using a quicksand gallery. After clicking on the categories once you cannot return to a previous gallery or category. Otherwise it works fine. Here is the site ...
0
votes
1answer
21 views

QuickSand jQuery - want to modifications some options

I'm using QuickSand right now, but i cant do some things. I want to create small gallery with 3 categories, for example: All, Bus, Cars. If I do it with QuickSand via default setting, it's problem, ...
0
votes
0answers
24 views

jQuery QuickSand how to do only move chosen pictures up?

I'm working with jQuery QuickSand from jQuery QuickSand but for default is working like: Select category of pictures, Selected pictures go to up of content box, Else pictures disappear. But i ...
1
vote
2answers
79 views

Poor font rendering for QuickSand (Google font) in Chrome and IE

I have been struggling to get consistent and nice looking fonts across all browsers with the QuickSand Google font. Chrome and IE show very jagged and pixelated edges, especially at smaller font ...
0
votes
1answer
32 views

QuickSand not working

I've been trying to get quicksand to work but it has been a pain and I haven't gotten anywhere. I can't even get the simplest example to work: http://jsfiddle.net/KoenvE/wVA6y/ I've been searching ...
1
vote
1answer
65 views

Conflict with Quicksand

I am trying to implement a simple hover effect so when I hover over each project, the description slides in from the right. So far, I have this set up: http://jsfiddle.net/gnnSB/ In that fiddle, ...
3
votes
2answers
463 views

jQuery hovers don't work in IE10 but works in lower IE versions

On my site, the boxes are supposed to fade into the description. This works in every browser I've tried except IE10. This is a WordPress site and I use nine plugins. I've tried deactivating all ...
1
vote
1answer
84 views

AngularJS Quicksand

Is there any way to implement jQuery's Quicksand plugin in Angular? Perhaps there is an implementation but I can't seem to find it. Perhaps a strategy to do it would help me because quicksand takes a ...
0
votes
0answers
24 views

How to assigning a class to quicksand data filtered?

I found this answer when I was searching for linking to quicksand prefiltered page and I made some editing on the code to make my urls more friendly, data filtered in 4 columns and I want to assign a ...
0
votes
1answer
28 views

Quicksand elements looking out of place on initial load [closed]

I'm having a weird issue with quicksand elements on my initial page load. http://bvh.delineamultimedia.com/?page_id=2 -> you may have to refresh a few times before you see what I'm seeing so I posted ...
-1
votes
1answer
84 views

Rearrange HTML in JS [closed]

I have a jQuery file that is generating some HTML code. It is generating a if statement saying if there is a slideshow show it. Which is kind of working but seems to have problems after I filter it in ...
0
votes
1answer
43 views

Superbox JS & Quicksand Combo Issue

I have a portfolio section here... http://bvh.delineamultimedia.com/?page_id=2 and Superbox - (http://toddmotto.com/introducing-superbox-the-reimagined-lightbox-gallery/) is working but after I click ...
0
votes
1answer
55 views

jQuery Quicksand jumpy while in transition

I'm having a similar issue as this... CSS bubbling while using jQuery Quicksand. when I hit filter the li gets a position absolute and a top: 206 and slides back up to 0 after the transition is ...
1
vote
2answers
508 views

jQuery.browser script or shim for backwards-compatibility of plugins with 1.9.1

I'm trying to use quicksand the jquery plugin and I'm getting this error with jquery 1.9.1. "Uncaught TypeError: Cannot read property 'msie' of undefined" I know that msie is the flag on the ...
0
votes
0answers
55 views

Quicksand plugin and lazy loader

i'm using Quicksand plugin (http://razorjack.net/quicksand/) for displaying images. Because i plan to have a lot of them, i wanted to add lazy loader plugin ...
-1
votes
1answer
48 views

Quicksand margins change when animating

Working on a site http://lsmcreative.co.nz/ I get a funny bug when using the nav to filter the thumbs. The images do a wierd movement to the left when animating The container is position relative ...
1
vote
1answer
54 views

Add returned data from ajax call to a UL then update jQuery quicksand

I'm building a list of users and trying to use jQuery quicksand to update the UL based upon the returned data from an ajax request. The data is requested like so: $.webMethod({ url: ...
0
votes
2answers
87 views

TypeError: Property '$'

I'm getting an error with my jQuery. Uncaught TypeError: Property '$' of object [object Object] is not a function jquery.custom.js:19 portfolio_quicksand jquery.custom.js:19 (anonymous function) ...
1
vote
1answer
132 views

Combining Jquery Quicksand with Pagination

I'm trying to combine a filterable quicksand portfolio with pagination in a Wordpress website. I've searched a lot and there's some examples with a standard Wordpress pagination, but those examples ...
2
votes
0answers
119 views

Use jQuery Quicksand for multiple lists

I am attempting to use jQuery Quicksand to filter more that one list of items from a single set of option. I have the plugin functional based off of a simple class (instead of the id) as the ...
0
votes
2answers
66 views

Callback needed, don't know how

My problem is this. that i create a list of <li> in side <ul> element. when you click on one of thouse <li> elements, the others disappear. now when you click on [See all items], the ...
0
votes
0answers
217 views

Mimicking Quicksand With Masonry

RELEVANT LINKS: view-source:http://i.colorspace.am/portfolio http://i.colorspace.am/wp/wp-content/themes/classica_one.two/js/jquery.quicksand.js?ver=3.3.1 ...
0
votes
2answers
59 views

jQuery Quicksand ignores overflow:auto on animation

I'm using the jQuery plugin Quicksand to list some documents for my users to access, I have several hundred documents so I only show a few of them from the beginning. The list (ul) is built to show ...
1
vote
0answers
69 views

Quicksand back to a category link?

I'm using Quicksand to filter through my posts in Wordpress. When I click on a category the items under that category show up, then when I select a post under that list, it links to a post page where ...
0
votes
0answers
35 views

Removing “All” Category from Quicksand

I am looking for a solution to remove the "All" Category from Quicksand. I wish for the sorting to start with "any other category". I read the Rezorjack's tutorial but could not get it working. Any ...
0
votes
0answers
176 views

Get Twitter Bootstrap Popups to work with Jquery Quicksand

So I'm using Jquery Quicksand ( http://razorjack.net/quicksand/ ) to return search results that can be filtered on a site built with bootstrap. Here's my quicksand code (version 1.3) ...
0
votes
0answers
183 views

Quicksand.js help (Error: Uncaught Error: Syntax error, unrecognized expression: [object Object]:checked )

I've been trying to work with Quciksand.js and jQuery today, but I've had a bit of trouble. I'm using the HTML and JS from their One Set of HTML example, but I'm getting the following error in the ...
3
votes
1answer
260 views

How to use jQuery Quicksand plugin in this way?

The demo looks simple,and it just animate one time when I click the button. The question is:How can I change "destination" to "source" again?(It should have two sets of items) Javascript: ...
1
vote
2answers
250 views

jQuery quicksand sorting

On a long panel of 120 images (130x130px) with iosslider to give give it touch swiping sliding. i'm using jQuery quicksand to sort a collection of blocks that are in columns of 4. So i need to clone ...
0
votes
1answer
121 views

Filtering Quicksand using Query String

FYI I suck at javascript and can't wrap my head around Query Strings. My question is regarding Quicksand http://razorjack.net/quicksand/index.html How do I modify the ...
0
votes
0answers
147 views

Callback Quicksand Plugin from another jquery

I'm trying to Callback Jquery Quicksand After Adding more items to the photoshow. I am very new to this Jquery and sometimes it gets confusing. The working "pagination" is here ...
0
votes
0answers
92 views

Open video in overlay

I'm struggling to set up a video gallery (locally hosted videos) that I would like to arrange via Quicksand and display the videos in an overlay with the flowplayer. Outside of the Quicksand ul the ...
1
vote
1answer
159 views

Use quicksand with non-fixed height/width container

Is there a way to use the Quicksand plugin (http://razorjack.net/quicksand/) with a container which is set to percentage dimensions rather than fixed? It functions fine but the animations don't work ...
0
votes
0answers
101 views

jQuery - Quicksand - default filtering

I really like the way this page works: http://razorjack.net/quicksand/ However, is it possible I could link to this page and it opens (say) Utilities by default? I guess I'm looking for something ...
0
votes
2answers
271 views

'click' event disappears in Backbone.View after using Quicksand

There is a 'View' in the model with the event click. After using the Quicksand effects plug-in for jQuery, the objects loose their event handlers. I have tried to add the listener for the event with ...
0
votes
0answers
562 views

JQuery filtering with quicksand

I am using the example of quicksand http://razorjack.net/quicksand/demos/one-set-clone.html And it works just fine. However he uses an outdated jquery version. <script ...
0
votes
2answers
140 views

Jquery quickSand Plugin

Please see the working demo here : Jquey Quicksand demo Sources of the files could be downloaded from here. This sorts data in the following manner : A B C D E F G H I J K L I am ...
1
vote
0answers
136 views

jquery quicksand wired jumping

I'm using a jQuery quicksand plugin in some sites and I use it in some tutorials to automatically sort the lis by type. My website uses the plugin in two places: ...
0
votes
0answers
111 views

prettyphoto not working with quicksand on page load

I am using prettyphoto + image hover opacity effect with quicksand. It works fine when i use quicksand menu but it does not work on loading the page first time. After clicking on menu for quicksand ...
0
votes
1answer
176 views

First open limited item not all in jQuery Quicksand?

jQuery Quicksand I want to first open limited item like "vogue". in here ist open "all" *What the change in the programs? Please help me* For looking go here1 go here2
0
votes
2answers
166 views

Weird jump with Quicksand jquery

I'm using quicksand jquery script. I want a div to be shown at all time (the one with the grey background in the demo). It is set to float on the right of div#wrapper. If you click "Braillon affair" ...
0
votes
2answers
349 views

animate hover effect dissapears after filter in quicksand

I have a portfolio page with quicksand, which is working perfectly. To add some more fun, I added prettyPhoto to it, working perfectly too. But now I added a hover effect to the images. It is ...
0
votes
0answers
354 views

jQuery Quicksand with smooth scrolling

I am in the process of making my portfolio site using jQuery Quicksand (demo: http://www.flashuser.net/tutorials/jquery-photo-gallery/). In the demo the smooth scrolling effect works perfectly until ...
0
votes
2answers
207 views

jQuery quicksand issue

So I am configuring the quicksand plugin on my new wordpress website to use it on my portfolio section. I configured everything and it's working. You can see it live here: ...
0
votes
2answers
230 views

Jquery quicksand callback

I am trying to return the number of elements after the quicksand has arranged them http://razorjack.net/quicksand/ this should kinda work function adjust_height (){ var getall = ...
0
votes
1answer
645 views

jQuery Quicksand

I'm using the jQuery quicksand plugin on my site but at the moment the footer below it, jumps up and doesn't smoothly ease upwards along with the quicksand images when changing the filter option. How ...
1
vote
0answers
294 views

Quicksand with multiple criteria - how to use ul menu instead of select dropdown

I'm trying to use Quicksand with more than one filter, i've found an great example: http://www.danieltulp.nl/work/quicksand-multiple.htm Which works like this: // DOMContentLoaded $(function() { // ...
0
votes
0answers
242 views

Modifying Quicksand script to change animation type

Jquery Quicksand is a great sorting script, however, it doesnt provide the developer with too many customization options. I am not a huge fan of the shuffling animation, so I cm trying to modify the ...

1 2 3