Hi,

I'm trying to recreate the Beardcast #1 and trying to get the isotope example to work that's included with the module and its not filtering for me at all. I've uninstalled every module that could possibly conflict with it except the modules that need it run. When I press on a term it says websiteurl/isotope-example#filter in the menu bar but then doesn't filter. I inspected the element and every term has an href tag of #filter and the data-option-value is the name of term. It looks like this: <li><a class="filterbutton" data-option-value=".wudrafromag" href="#filter">wudrafromag</a></li>

I'm using the latest stable versions of features, libraries api, jquery update, devel, and views isotope. Is it possible the newer versions of these modules are conflicting with the views-isotope module? Should I be using a different version of views-isotope?

CommentFileSizeAuthor
#7 view_content.diff4.99 KBseghezzou2

Comments

kreynen’s picture

Both branches of this module have been fairly well tested, so I don't think it's an issue with the code.

Are you sure the modules/views_isotope/views_isotope.js and sites/all/libraries/jquery.isotope/jquery.isotope.min.js in the HTML? Directory paths should look like...

http://code.pearson.com/sites/all/modules/views_isotope/views_isotope.js
http://code.pearson.com/sites/all/libraries/jquery.isotope/jquery.isotop...

1jkh’s picture

@kreynen

WOW! I checked my source and the jquery.isotope.min.js isn't even appearing in the libraries folder but the other one is linked correctly in the modules folder. I had to manually put it in the libraries folder. Thank you. Your tutorial was extremely helpful.

-1jkh

carsonandrews’s picture

EDIT: Please kindly disregard. After disabling the offending browser extension, everything is back to working perfectly. Sorry for the bother, thanks for the great module.

-----------------

Hey, I'm having the same issue. I also did not have jquery.isotope.min.js in the libraries folder. In fact, there wasn't even a /sites/all/libraries folder. I manually added one as well as the /jquery.isotope sub directory and created the necessary file. Still no luck.

I had this working successfully on a local install, no problem. Migrated to the server, now we're having these problems. Tried uninstalling and reinstalling all relevant modules, including the libraries API, still no luck.

Any ideas?

You attention is really appreciated.

guerno’s picture

Maybe this is related: http://drupal.org/node/1874922#comment-7401602

By me with the administrator menu module it breaks, with anonymous users or every other role it works fine.

Chris Gillis’s picture

Category: Bug report » Support request
Issue summary: View changes
Status: Active » Closed (fixed)
seghezzou2’s picture

Hi guys, I'm having a similar problem. I've followed the tutorial, but the "isotope-container" div is housing only one node inside. Please check the html attachment.

seghezzou2’s picture

StatusFileSize
new4.99 KB
jbeall1369’s picture

I have no luck, I am stuck where my filters do not work. it pops up as #filter in my isotope-example url. I also can no longer add the div tag in a view under Customize field HTML. Why is that happening? Anyone have a full installation tutorial on views_isotope that actually shows every step instead of assuming we know how? I would make one, but I cannot figure it out.

Thanks,
Josh

videodoll’s picture

i installed isotope.js module and followed the installation directions. now i have a folder in libraries called isotope with the libraries. hopefully this works for someone else.