add_filter('widget_text', 'do_shortcode'); is php code, you can add php code in like this
<?php
//some code block;
?>
so then the above line would be added anywhere in your functions.php
<?php add_filter('widget_text', 'do_shortcode'); ?>
You have to add the following line in your functions.php, if you want to use the shortcodes for this plugin, or anyother shortcode, in your theme’s widget area.
add_filter('widget_text', 'do_shortcode');
I was thinking of making a theme for themeforest … here is what I have done so far
http://creative-creature.ca/wordpress/front-page/
BTW thanks for the awesome plugin.