Closed (fixed)
Project:
Views Accordion
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2013 at 16:40 UTC
Updated:
18 Sep 2013 at 19:30 UTC
The d6 version of this module allowed you to disable the default styles. The d7 version still claims this ability in the README.txt. But, I don't see the option in the view or in the code. Is there a new recommended method of disabling the default styles?
Comments
Comment #1
manuel garcia commentedThe module on D7 is using jquery.ui.accordion to generate the accordion, and no longer custom code. This means that UI themes should be useable with the accordions you build on D7, and we cannot disable the default theme afik for jquery.ui.accordion, you just need to use another one in your theme.
Thanks though for asking, you point out that the README is completely outdated (same content as in d6). I've just updated it so that at least it's not incorrect.
Comment #2
manuel garcia commentedAlso, you may want to use https://drupal.org/project/jqueryui_theme or just check it out if you want. It makes handling jquery ui themes very easy.