jquery-isotope Questions
1
Solved
I want to sort my products in the list.phtml, I want to have one big product in the right, I want to be like in this image.
My HTML code is like this:
<ul class="products-grid row four-colum...
Segregationist asked 20/4, 2016 at 13:40
3
Been working with the new version of Masonry which seems to work much smoother, especially for the fluid/responsive build I am doing.
One issue I have encountered, however - I am not sure how to r...
Loretaloretta asked 30/7, 2013 at 12:19
1
Im using the following snippet to facilitate a live search on my Isotope implementation.
It works great, but im wondering if there is a way to limit the scope of what it searches for.
Our isoto...
Katti asked 29/1, 2016 at 21:20
1
Solved
I would like to use redux to store the state of my whole react application, however I am stuck with a particular case:
what to do with redux when the component needs a local state, modified by li...
Blastogenesis asked 24/11, 2015 at 22:26
2
I have an isotope combination filter setup with a number of data-filter-group's, each with a rest/show all list item:
<li><a href="#" data-filter="*">Show all</a></li>
Is...
Regress asked 24/4, 2012 at 12:11
5
Solved
I am not good at jQuery so I am not sure if my assumptions are corrent.
I am using the isotope plugin, with which I want to insert elements one by one (and not everything at once) with a slight de...
Lowndes asked 9/2, 2013 at 9:7
3
Solved
I am using Packery.js [ http://packery.metafizzy.co/ ] on a site and am having a few layout issues on page load. I have looked at the documentation for Masonry, Isotope, and Packery (all very simil...
Shufu asked 1/8, 2013 at 20:59
3
Solved
So I'm using the isotope masonrylayout
$('section').isotope({itemSelector:'article',layoutMode:'masonry',transformsEnabled: false, animationEngine: 'jquery',masonry:{columnWidth:8}});
The proble...
Counterfeit asked 15/4, 2012 at 16:13
3
Solved
I am planning on using the great isotope plugin for displaying a list of contacts and then allowing them to be filtered. The issue I have is that it works great for a small data set but i'm not sur...
Terryl asked 28/1, 2012 at 19:54
4
Solved
I have an Isotope gallery (version 2) with almost 400 elements. A typical gallery item looks like this:
<div class="element hybrid a" data-category="hybrid">
<p class=...
Paragraphia asked 23/5, 2014 at 1:36
1
I've got a deceptively simple blog project in the works, where I'm trying to bring together Isotope Jquery (for layout/filtering/sorting), Infinite Scroll, and dynamic loading of all blog excerpts ...
Keystone asked 29/5, 2014 at 15:33
2
Solved
I am using Isotopes (v1) and have created a search field following an example in a Pen.
Initially it works, however, if I filter the Isotope gallery then the search field stops working.
I believe t...
Pygidium asked 23/5, 2014 at 1:5
1
Solved
I've read the documentation about Isotope supporting RequireJs but I've inherited a site that uses RequireJS which is set up in a slightly different way, and I'm struggling to get my head around ho...
Pard asked 7/10, 2014 at 13:15
2
Solved
HI i am making my project using Isotope.js where i have to show my tiles in the horizontal manner,
So i am following code
var winDow = $(window);
// Needed variables
var $container=$('.portfoli...
Angularity asked 20/5, 2014 at 11:59
1
Solved
I found this jsFiddle http://jsfiddle.net/Yvk9q/9/ that use isotope for bringing the element I want at the beginning.
I tried to copy that coda on my page but it doesn't work!
I really have no id...
Neuro asked 3/3, 2014 at 10:16
2
Solved
See http://jsfiddle.net/cUcFd/5/ -- note that if you change the layoutMode to 'masonry' or 'fitRows' it works fine. But with 'fitColumns' it's simply blank, and all the blocks disappear.
There see...
Irishman asked 20/6, 2012 at 12:21
5
Solved
I have an masonry isotope grid that has n number of rows with two column sizes: 160px by 160px and 320px by 320px and I'd like to assign different styles to the first and last element of each row. ...
Stewartstewed asked 27/1, 2013 at 20:40
1
I have spent days trying to solve this and I'm at my wits' end. If anyone has any insight, I would be very, very grateful.
I am working on a site and using both Bootstrap 3 and Jquery Isotope. I a...
Domesticate asked 14/11, 2013 at 20:55
3
I am asking a question about Isotope
It is a great plugin for jQuery.
I have been playing with it for a while now, but I don't know enough about javascript to combine two of the Isotope technique...
Emblazonment asked 7/1, 2012 at 22:7
3
Solved
Two things to keep in mind before I expose my problem:
1. I'm not a programmer, therefore I have NO IDEA of what I'm doing
2. Talk to me like I'm stupid, and be very very patient (see 1.)
Alright,...
Teocalli asked 6/2, 2013 at 17:8
1
Solved
I've been working with the Isotope plugin for jQuery, and I've run into some problems with our homepage which requires two isotope instances.
Both of them have different types of items and they ar...
Sidon asked 23/7, 2013 at 15:53
2
Solved
I'm trying to use angular to load div's to supply to isotope for layouting. For some reason, I can't use ng-repeat to create the div's. When I do something like, it works fine:
[agg.html]
<div...
Major asked 10/8, 2012 at 13:23
2
Solved
I've integrated a jquery search plugin to search through isotope elements, the plugin uses regular expression to sort content, in real-time, based on the search input.
Isotope elements are updati...
Menes asked 17/5, 2013 at 15:14
5
Solved
I'm using isotope ( http://isotope.metafizzy.co ) with expandable items, and i would like to use ScrollTo so that i can automatically scroll to the newly expanded item..
I first tried to use the ...
Tightwad asked 25/3, 2011 at 14:34
2
Solved
I am using twitter bootstrap to make 2 divs placed side-by-side. Each div has medium and large images inside it, arranged using jquery isotope.
The problem is that when there are not enough images ...
Messier asked 13/12, 2012 at 12:48
© 2022 - 2024 — McMap. All rights reserved.