How to make a page load with accordion items closed by default
In order to make a page load with accordions collapse by default, please edit cargo/bt_elements.js file in your wp-content/plugins folder and locate the following statements:
$( '.tabsVertical' ).each(function(){ $( this ).find( '.tabAccordionTitle' ).first().click(); });
Remove these statements from file or comment them out and your accordions will remain closed on page load.