Allow shortcode in text widget
<?php // To be able to use shortcode in text widget, add this line into functions.php add_filter('widget_text', 'do_shortcode'); ?>