Okay
  Print

How to make a page load with accordion items closed by default

In order to make a page load with accordions collapsed by default, please edit fitness-club/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.