Support Home Page › Forums › Joomla Software › Easy Folder Listing Pro Plugin › My folders are also not collapsing/eclapsing › Re: My folders are also not collapsing/eclapsing

@KingCobra. Thanks for posting. Have you checked your browser’s console? You should have a look a the console.
Looking at my console, I see the following:
TypeError: ‘undefined’ is not a function (evaluating ‘$(document.body).adopt(this.overlay, this.window)’) modal.js:112
This could mean that you need to update your modal.js file. However, from my experience, I think the problem is that you have jQuery 1.4.4 on the page (loaded by scriptegrator), and it is conflicting with the Mootools modal (SqueezeBox) code. Either (1) update your jQuery to the latest version (1.7), or (2) Remove jQuery all together.