Closed (works as designed)
Project:
Views Isotope (Deprecated)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2013 at 09:39 UTC
Updated:
8 Apr 2013 at 15:18 UTC
Greetings,
The isotope grid settings are not functional. If I define some classes and check my source code the classes are not applied. Furthermore, there is no list. In other words, the format of isotope elements is not ul li li li /ul. They are all divs. I think something is wrong here or else I have lost my mind which is entirely possible. Please let me know. Thanks. Kevin
Comments
Comment #1
pyxio commentedFor anybody experiencing the same problem, I solved this by manually editing the views-isotope.tpl.php file. I changed the divs to an unordered list markup and added my classes after the module classes there. The view display settings does not work. The offset notices still persist as mentioned in a previous issue. Cheers, Kevin
Comment #2
matt.elkins commentedThanks for your post, Kevin!
Firstly, in the current version of 7.x-2.x-dev, there are no style options available for the Isotope Grid format. To clarify, when creating a view, if you select 'Isotope Grid' as the format and then click on the settings link, you'll see an empty panel - this is intentional. In an upcoming version, this will contain various configuration options relating to the Isotope library.
Secondly, the Isotope Grid format does indeed use divs - this is by design. If you need to change the output to an unordered list, I'd recommend overriding the views-isotope.tpl.php file in your theme, and altering the markup accordingly.