An exquisite jQuery plugin for magical layouts. A jQuery plugin to allow dynamic relayouts of elements on a page using CSS and jQuery transformations.
0
votes
0answers
4 views
jquery isotope overlapping elements even after reloading or relayoutting
I have a function, say functionForAjaxRequestAndDisplayData(...) which do an ajax call and write/append data to html.
When I do following, everything works fine;
$(document).ready(function() {
...
0
votes
1answer
14 views
JavaScript Isotope classes not loaded after AJAX
I am pulling the 50 most recent records from a mySQL database. Each goes into a DIV which has Isotope and works perfectly - DIVs animate, reset, etc.
Using AJAX to call for the next 50 records using ...
0
votes
1answer
10 views
Lazy loading large data
I am fetching data from various resources through ajax and displaying them on page, jQuery.ready() . And applying isotope on $(window).load(function(){});.
Since writing from these number of ...
0
votes
0answers
13 views
Have two jquery library versions on a page. Need to use noConflict on a socialist.js plugin but getting errors?
I have a project where i'm restricted to using jquery 1.4.2. But I want to use a plugin called socialist.js which requires at least version 1.6.x of jquery. So I have to use both libraries on the ...
0
votes
0answers
9 views
How to re-arrange isotope items after hiding corner-stamp item
I have corner stamp item in masonry isotope, user can hide/view this corner stamp item, but when I hide it, the other items doesn't rearrange. JSFIDDLE
HTML
<a href="#" ...
0
votes
0answers
7 views
FB Comments System within Isotope items
I'm trying to implement FB Comments sytem with the great Isotope Jquery plugin
So, I was able to integrate Facebook comments thread (iframe) within each element but when somebody like to post a long ...
0
votes
0answers
12 views
How to set more than one corner stamp with JQuery Isotope?
With JQuery Isotope you can place a corner stamp into your grid of elements.
$('#container').isotope({
itemSelector: '.item',
masonry: {
columnWidth: 120,
cornerStampSelector: ...
0
votes
1answer
30 views
How to make my infinite scroll and website more Fluid
im currently developing this site:
http://viviendodiferente.mx/
Its almost done , im currently using wordpress with isotope and infinite scroll.
The problem is that my website well.. is just really ...
1
vote
0answers
17 views
jquery live search callback function
This plugin uses regular expression to sort content, in real-time, based on your search input.
I've created few buttons for search like this:
<input id="searchbox" type="text" ...
0
votes
0answers
16 views
JQuery Isotope - gaps disappear when filtering with a responsive grid
I'm working with Isotope to create a responsive gallery on http://samsnow.alwaysdata.net/galerie. I looked up on stackoverflow how other people did that and I made my own piece of code but I need some ...
0
votes
0answers
9 views
Isotope adding 220px above content in Safari?
I'm using isotope on a wordpress site here:
http://testimonials.hurford-salvi-carr.co.uk/
When the page loads in Safari, there is a mysterious 220px gap added to the top of the content, inside the ...
0
votes
1answer
18 views
Isotope - Start with specific category rather than All elements
I have a small issue with the isotope plugin. When my web page is loaded, Isotope will display all the elements. I'd like to have it display a single category instead. How can i achieve it?
Thanks in ...
0
votes
1answer
11 views
Links stop working after initial click using isotope
I have generated a sortable grid using isotope which moves items where their header has been clicked to the top of the grid and expands them.
It is almost working I just have one issue..
Once the ...
0
votes
1answer
23 views
Why does jquery Isotope work on my local machine but not online
On my localhost web server these scripts are loading properly and functioning flawlessly, but on my BlueHost account my console is giving me errors about Isotope having no object.
Code:
<script ...
1
vote
2answers
33 views
centre horizontally within parent
On this page I show a list of artists appearing at a festival. The placement of the artist <div>s is controlled by isotope (it was very difficult to get everything to lineup properly using CSS ...
-1
votes
0answers
17 views
jquery change text on click
i havent found a propper solution for my problem on stackoverflow.
i've set up isotope and i want my H3 to change when i click on one of the links (filters) in the nav.
how can i do this?
thanks in ...
0
votes
0answers
23 views
Isotope.js sort by href?
i'm currently building a WordPress site and am using isotope.js for the thumbnails on the home page, these thumbnails link to posts, i'm trying to get a button on click to toggle between a masonry ...
0
votes
0answers
11 views
How to bind function to isotope preLayout (pre positioning) event
I would like to change the width of my elements depending on the screen size so that they fill the entire screen, I used a for loop to find the width for the isotope elements that will fill the entire ...
0
votes
0answers
17 views
isotope sorting asc on first click desc on second click?
I have isotope and masonary working fine, i'm origanlly displaying and laying out the content depending on the amount of bedrooms each item has then drilling down to sort by price or sq feet which is ...
1
vote
0answers
11 views
Isotope infinite scroll issues in chrome
I am using isotope to create a titled effect on a webpage - currently I use the default code from the isotope site to test the effects. Used the infinite scroll feature with code as mentioned on the ...
0
votes
1answer
84 views
+50
isotope reorder after search not working
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 ...
0
votes
0answers
21 views
ajax loses isotope layout when reloading wordpress loop
The site I'm working on has several (4) wordpress loops on the index.php. The first 3 are fixed divs which take the first 3 posts, the 4th displays a number of the rest.
When loading the 4th with the ...
0
votes
1answer
27 views
Isotope objects with custom css margins based on child-nth and js
I have been doing simple .isotope gallery and this is how it looks with selected #portfolio-wrap containter in chrome dev tools:
I couldn't upload three links so you have to go back here:
--> ...
1
vote
2answers
29 views
Is it OK to link to a JQuery plugin hosted on another site?
My site keeps getting viruses. Webmaster tools always points to the Jquery Isotope plugin I downloaded (and paid for). Whenever I remove it, and download it again the site works, but a week down the ...
0
votes
0answers
27 views
Isotope masonry plugin not working properly with widths
I am working on a test website using isotope plugin to layout images, I have got three type of images with the size [243px x 137px] , [243px x 274px] , [486px x 274px] which i want to be lay out on ...
0
votes
0answers
28 views
Varied width and height fluid/reponsive grid without gutter using Jquery Isotope. Is this possible?
I am working on a project where I want to display columns of varied height and width. I don't want any gutters between each block. They need to be reordered on the fly as well depending on what they ...
0
votes
1answer
35 views
Integrating Isotope with BBQ hash history
I know it's a popular question but I'm struggling a little with the tutorial on the Isotope site to develop my current Isotope to use BBQ hash history.
I am essentially trying to add BBQ hash history ...
-1
votes
0answers
10 views
solved | Page not visible in firefox 16+ [closed]
I'm developing a site for a good friend of mine. He is a photographer. The page is pretty much a draft at the moment, but already online. You can visit it at www.lisa-and-mark.com
It is a Wordpress ...
1
vote
1answer
87 views
jQuery/css: Fluid responsive isotope grid with square divs
I'm trying to figure out if its at all possible to have square divs with a fluid isotope layout. I have a 4 column grid, each div being 24% width of the container, but I want these divs to be perfect ...
1
vote
0answers
17 views
jQuery isotope; all images don't load on mobile
I hope this is relevant and appropriate question. I have a portfolio at http://planetoidi.com and it works great on any desktop. However, when I view the site on Lumia 920 only a random selection of ...
0
votes
1answer
37 views
Trigger on iframe load with jQuery
I've got an issue with Disqus on a Tumblr theme at present.
The theme itself uses Isotope (if you're not familiar it's essentially a more featureful, paid version of Masonry), and has Disqus ...
0
votes
1answer
25 views
Isotope, Meteor, hasClass returning false?
if (Meteor.isClient) {
Template.articles.rendered = function () {
var container = $('.articles');
var antiIso = $(container.find(".article:not(.isotope-item)"));
if( ...
0
votes
0answers
60 views
JQuery Infinite Scrolling with Isotope prefill not working in IE8
I am using JQuery Infinite Scrolling and JQuery Isotope with the prefill option. It works fine in all major browsers except for IE8. In IE8 only the first bunch of elements is loaded and nothing more. ...
2
votes
4answers
57 views
CSS: Set divs horizontally in 2 rows
Lets say I have
<div class="cont">
<div class="single">1</div>
<div class="single">2</div>
<div class="single">3</div>
<div ...
0
votes
0answers
26 views
Using JQuery Isotope and itemPositionData to dynamically move other divs in wondow
Im using Isotope to handle layout and filtering of images loaded into a container DIV thats a fixed width and height. Four rows and five columns of images. Im using itemPositionDataEnabled: true to ...
0
votes
1answer
65 views
Masonry / Isotope Jquery Plugin Filter
Evening All
I am having an issue with the isotope jquery plugin - filtering.
I have created a sample page here
http://www.csr500.co.uk/websites/v9/preview.html
Now my issue is when I filter using ...
0
votes
0answers
9 views
isotope to show one of each element first instead of all first
I have 6 categories. By default, 1 element of each category will be displayed using isotope on page load. When a user clicks on the category filter, 6 of each of that category will display.
I can ...
0
votes
0answers
16 views
How do I get Isotope to allow fixed heights for items within a container?
Could someone advise please how I use the fitRows layout mode for Istope without having to set fixed heights for elements within the CSS?
The fitRows demo is on this page
For these elements, a ...
0
votes
0answers
28 views
Integrate Isotope into a WordPress theme
Good morning,
I would give a try to integrate the Isotope jQuery plugin into my own WordPress theme.
I just followed the tutorial on wp.tutsplus.
Example that works
Before I started with integrate ...
0
votes
1answer
63 views
Adding items with the Isotope for Wordpress plugin
Tricky one here (I think).. I'm using the Isotope For Wordpress plugin to pull my posts into an isotope grid. All works perfectly except I've been unable to get any of the Adding Methods to work. Here ...
0
votes
1answer
31 views
Isotope with fluid grid and different element sizes
I am trying to create a site using isotope (http://isotope.metafizzy.co) and a fluid layout grid (http://unsemantic.com/) for the content of the site. I want it to be exactly like this: ...
0
votes
1answer
106 views
isotope z-index dropdown override element
Thank you for reading.. as you can see from the picture I use drop up menu to display share buttons. But the div contains buttons stays under the .media div because of z-index issue.. I tried to ...
1
vote
0answers
54 views
Floatbox (lightbox) Gallery Order and Isotope
Although this question is specific to Floatbox (http://floatboxjs.com/demo), this issue would be generic to most image gallery light-boxes.
I need Floatbox to be able to show my image galleries per ...
1
vote
1answer
26 views
isotope columnshift doesn't work when child is trigger
I am trying to use this layout: masonry column shift
This works for me when I click the main item:
$container.find('.wrapper').click(function(){
$(this).css({ height: "+=100" });
// ...
1
vote
0answers
35 views
Isotope Dropdown select filtering with hash history integration
Can anyone tell me how to integrate an isotope dropdown with hash history?
Thanks!
I found a solution! Here is the code for anybody it needs!
Here is the HTML:
<nav id="filterGroup" ...
1
vote
1answer
55 views
jquery masonry/isotope like plugin that grows / shrinks elements based on importance
Does anyone know of a jquery plugin that would stack elements like masonry or isotope and displays bigger / smaller elements based on importance? Could not find a way to do this with either of these ...
0
votes
0answers
17 views
Sorting elements using isotope with a corner stamp at right top
I want to automatically sort some element by date (say 20/04/2012) after the window loads completely and also i want a corner stamp that always stay on top right corner of container.
I am able to ...
1
vote
1answer
82 views
isotope.js and zepto.js (jquery replacment)
I am currently working on a site based on Zurb foundation 4, and I want to introduce isotope.js in the design.
Foundation 4 is using preferably zepto to jquery.
When running a test with isotope, I ...
0
votes
1answer
51 views
Rails Isotope Javascript assets not found on Heroku
I'm having a problem with two Javascript files used by Isotope (http://isotope.metafizzy.co/) in my /app/assets folder not being found on Heroku. In development mode locally, they are found and ...
0
votes
0answers
58 views
Manual AJAX Trigger with jQuery Isotope in Wordpress
I am using jQuery Isotope with Wordpress and so far it all works well. I am now attempting to add a "load more posts' button after X amount of posts, that when clicked will fetch the next page of ...

