BY default short-codes are not working in widget area for this you have to add one line code in your functions.php file
add_filter('widget_text', 'do_shortcode');
BY default short-codes are not working in widget area for this you have to add one line code in your functions.php file
add_filter('widget_text', 'do_shortcode');