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?