Found a solution – this might be specific to Kopa themes.
Changed:
wp_enqueue_script(‘kopa-carouFredSel’, $dir . ‘/js/jquery.caroufredsel-6.0.4-packed.js’, array(‘jquery’), NULL, TRUE);
to
wp_enqueue_script(‘kopa-carouFredSel’, $dir . ‘/js/jquery.carouFredSel-6.0.4-packed.js’, array(‘jquery’), NULL, TRUE);
The counter works great now!
Thanks! Any suggestions on how to go about fixing this?