Questions tagged [quicksand]

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

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

115 questions
6
votes
2 answers

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 sizes. Zooming the browser will often make the…
Mark1270287
  • 411
  • 1
  • 4
  • 14
5
votes
2 answers

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 list and then receives as a parameter the new…
arg20
  • 4,893
  • 1
  • 50
  • 74
4
votes
2 answers

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 plugins but the hovers still don't work in IE10. Below…
J82
  • 8,267
  • 23
  • 58
  • 87
4
votes
1 answer

Quicksand Font Not Rendering Correctly

I'm using Quicksand from google webfonts on a site I'm developing, but some weird stuff happens when I access the page from Windows browsers. For instance, the word "STOREFRONTS" comes out like this: Any idea what might be happening?
nnjacob
  • 53
  • 4
3
votes
1 answer

QuickSand, animation stuttery

I have spend ages figuring out how to get quicksand to work with a select and option form instead of href links. Now I have a problems because the animation is stuttery. I can't get it smooth. It starts off alright then snaps back to the left. …
Michael
  • 35
  • 3
3
votes
2 answers

JavaScript generated text disappears (Cufon & Clone)

I have a list:
  • Header

    Text

  • Header

    Text

  • Header

    Text

Header text is being displayed as Cufon generated canvas. I'm cloning my list and using the second one as…
Wordpressor
  • 7,173
  • 23
  • 69
  • 108
3
votes
2 answers

jQuery Quicksand: CSS applied after JS load causes jerky behaviour

I'm using the jQuery Quicksand plugin to filter a list by dates. I've got it working as in the examples given, however, the filter is applied to
  • items which load as block and then once all the items have loaded the float:left CSS is applied.…
  • deadlyhifi
    • 577
    • 5
    • 15
    3
    votes
    1 answer

    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 problem when my client uses hyphens in the…
    bryanlewis
    • 577
    • 3
    • 10
    • 27
    3
    votes
    2 answers

    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 jQuery.browser property jQuery.browser was deprecated…
    bryanlewis
    • 577
    • 3
    • 10
    • 27
    3
    votes
    1 answer

    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: $('#source').quicksand( $('#destination li') ); HTML:
    FantasyZYC
    • 31
    • 1
    3
    votes
    3 answers

    How do I to use Jquery Quicksand with pagination or filtering wordpress query with jquery/ajax?

    Currently I have a website working with Wordpress and Jquery Quicksand. However I don't want to show all posts at the same time. I wish to show e.g. 6 posts and then have a pagination. And that's where I get the problem. If I have a filter on the…
    guzh
    • 315
    • 1
    • 4
    • 19
    2
    votes
    1 answer

    Jquery quicksand not scaling

    Every thing is working the way I want it, the only issue is that its not scaling when you click on the filters (one bed/two bed) its only only fading. The original quciksand example fades and scales between filters Here is my…
    Jamison
    • 91
    • 1
    • 1
    • 8
    2
    votes
    2 answers

    How to apply jQuery quicksand (sort) without losing a jQuery based portfolio hover?

    When using jQuery to apply quicksand (a script for sorting lists) I find that I lose my portfolio hovers for my list items. How do I keep my list hovers after someone has sorted the list? The problem is on: http://digitalstyle.co/portfolio.html The…
    Mike Hejmej
    • 43
    • 1
    • 6
    2
    votes
    0 answers

    Limit items or paginate in Quicksand

    I'm using the Quicksand jQuery plugin. It works fine, but now I want to limit the initial items, for example only show 20 or 30 items. How can I do this? My current code: Shadowbox.init({ skipSetup: true }); $(document).ready(function () { …
    rodboc
    • 175
    • 1
    • 2
    • 10
    2
    votes
    1 answer

    jQuery quicksend problem on position calculation

    I'm trying to implement the jquery quicksend plugin, to a page with a gallery photo and a category list to filter them, but there is a problem with position calculation, because during the filtering, all thumbs move on left and, at the end, the…
    1
    2 3 4 5 6 7 8