Active
Project:
Accordion Blocks
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2010 at 17:49 UTC
Updated:
19 Nov 2010 at 18:42 UTC
I have successfully installed the Jquery_ui along with a custom theme from themeroller.... according to: http://drupal.org/node/388384#comment-1530114. My last step was to install this accordian block module, and it's just not working. In fact, my website goes all buggy when it's enabled... my admin menu appears in the wrong spot, and my google map on my location page disappears. This is the error I get when I inspect the website with Web Developer:
Error: $(".accordion_blocks_container").accordion is not a function
Source File: ../sites/all/modules/accordion_blocks/accordion_init.js?X Line: 3
Comments
Comment #1
pflame commentedIs your downloaded jquery_ui have the accordion widget? This error will appear when the accordion widget js file did not load.
Comment #2
lynnmart881 commentedI think so... Here's the file structure....... jquery_ui/jquery.ui/ui/ui.accordion.js Is this the widget file, or just the interface?