jquery-isotope Questions
2
Solved
I've spent considerable amount of time trying to get isotope and lazy loading working together.
The issue: lazy loading works if the user scrolls down, however if the user uses the filters, the it...
Gamekeeper asked 1/10, 2012 at 15:2
6
I am having a small issue with my isotope-packery layouts, where a very thin 1px or less line is appearing between certain items at some window sizes. Is there a way to eliminate this hairline gap?...
Mud asked 25/1, 2015 at 14:58
3
Solved
I'm using this code to run Isotope with RTL support
$.Isotope.prototype._positionAbs = function( x, y ) {
return { right: x, top: y };
};
$('.portfolio-isotope').each(function() {
var layoutMod...
Schiro asked 17/6, 2014 at 9:47
3
Solved
OK so I know this causes problems with everyone, and it's causing problems with me too. I'm using the infinite scroll plugin on a client's site, in combination with the isotope plugin to load in th...
Bascio asked 3/2, 2016 at 16:5
6
I'm using isotope.js purely because of its animations for adding/removing elements.
I love the effect of items animating to fill the position of removed elements simultaneously as the remov...
Shondrashone asked 7/1, 2015 at 15:10
2
Solved
I have a select-box that contains 4 options, selecting each of which will result in removing all the present .item divs and loading new .items and then realigning them using isotope.
$('.menu-sele...
Car asked 7/2, 2013 at 12:20
2
Solved
I'm using Isotope.js with vanilla javascript.
Inside my items, I have put a div with a display:none to hide keywords for each item. For example, the item Orange has the keywords 'color' and 'fruit'...
Ceraceous asked 24/11, 2020 at 7:12
8
Solved
I'm checking out React.js and trying to figure out how this library can work together with Isotope.js.
The documentation of React says that it plays nicely with other libraries, but using it with l...
Redfield asked 5/8, 2014 at 9:21
3
Solved
I have an isotope grid with a non fixed width and I dont know how to center the items inside the isotope container.
.box{
width: 40px;
height: 40px;
background-color: #e74c3c;
margin: 0 auto;
}
...
Finnougrian asked 17/11, 2014 at 3:50
7
I've got something I've put together using jQuery isotope here.. http://jsbin.com/eziqeq/6/edit
It seems to work in general but on first load, of a new tab, the Isotope plugin is setting the heigh...
Under asked 4/1, 2013 at 14:28
3
Solved
I have been reading stack overflow for a solution but can't find it.
(full size image at https://i.sstatic.net/n0hd0.png)
When I load the page it looks like that
Here is the site (beta)
http:/...
Cilo asked 19/12, 2012 at 19:20
4
I am trying to implement isotope with pagination on my WordPress site (which obviously is a problem for most people). I've come up with a scenario which may work if I can figure a few things out.
...
Antilles asked 19/1, 2016 at 1:29
5
Solved
I have an isotope-item that will grow in height when somebody comments inside of it. When it grows, how do I tell the main isotope container to grow with it? Right now what is happening is, as the ...
Leisaleiser asked 28/9, 2012 at 22:55
4
Solved
I'm trying to get a home page that has a bunch of content under Isotope
to show each hash change as a pageview in Google Analytics. Originally, I was going to do this as events, but it really shou...
Festschrift asked 3/9, 2015 at 14:35
1
Solved
There are two others topics about this, but they don't help me.
I have this html:
<div class="portfolio_inner_area">
<div class="portfolio_filter">
<ul>
&l...
Naashom asked 3/1, 2019 at 9:42
2
Solved
I am using jquery-match-height to match the heights of an inner div inside the grid items of an isotope layout, and this is working perfectly when the isotope grid loads.
However when I filter the...
Polymerization asked 24/9, 2018 at 18:49
3
I'm trying to make a table of images loaded from a json (not a real json, more like a javascript array) and every time the json changes (when I append a new image to the json file with some script,...
Leeuwenhoek asked 20/5, 2018 at 20:24
3
I am trying to append new items to a container via ajax request on Rails (jsfiddle with explanation is provided below)
my js response I wrote is
var $newthumbs = "..new items..";
$('#homepage_thu...
Kayceekaye asked 23/12, 2012 at 12:39
4
Solved
I'm using isotope to filter a list with multiple filters where it is possible that based on a combination of certain filters no items will be displayed. In this case I want to display a message to ...
Backbend asked 30/1, 2013 at 3:43
3
Solved
I am trying to pass some model data into a modal window when it is opened. When the user clicks on an element I want to have the modal window open and display more detailed information relating to ...
Whitby asked 4/11, 2014 at 23:38
2
I'm using jQuery Isotope to create a horizontal layout, aligning DIVs with 100% height next to each other and center images inside each DIV vertically. So for, I'm calling Isotope like this and eve...
Zipah asked 30/4, 2014 at 11:33
2
Solved
I'm trying to implement Isotope's filtering on a news section of a WordPress installation. I'm new to JavaScript / jQuery and am trying to learn on the go. I started by using the code provided in t...
Apoloniaapolune asked 17/9, 2013 at 17:35
1
Solved
Is there a way to reveal all items with scroll reveal with a click event? Perhaps a reveal all function?
Problem:
I am using scroll reveal as well as Isotope. The sorting functionality of isotop...
Tuberculous asked 9/9, 2016 at 4:11
2
Solved
I am using Isotope for a project. We bought a commercial license.
I need to get the isotope tiles in a fixed-size container (height is especially critical) to work within a larger layout.
I tried...
Towardly asked 3/4, 2012 at 14:0
2
Hello everyone and I hope you're doing well. I am using Isotope and below you can see the JavaScript that I have written. I find it impossible to center li elements if they are the Isotope elements...
Thermosphere asked 29/7, 2016 at 8:5
1 Next >
© 2022 - 2024 — McMap. All rights reserved.