Hey guys,
I hacked the code a bit to get the first Faq to be open. Seems to be working fine, thought I'd share. Please let me know if this could have any potential repercussions.
I added the lines around line 56 of tmpl/default.php
jQuery(this).find('.faqtogglerdiv<?php echo $id ?>:first').next('div').slideToggle();
jQuery(this).find('.faqtogglerdiv<?php echo $id ?> a.faqtoggler:first').toggleClass("open");
just above the closing
hope that helps someone, I know there is a cleaner way, just in a hurry.
any suggestions to improve are welcome.