Skip to main content

Edit the /js/functions.js.php file line 865-868:

$j('.accordion').accordion({
collapsible: true,
autoHeight: false
});

Change to:

$j('.accordion').accordion({
collapsible: true,
active: false,
autoHeight: false
});

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.