Just Add the following short code in your theme function.php
// Enable shortcodes in text widgets
add_filter(‘widget_text’,’do_shortcode’);
add_filter(‘widget_text’,’do_shortcode’);
Now check it …
Don’t auto-p wrap shortcodes that stand alone use this like same
add_filter( ‘widget_text’, ‘shortcode_unautop’);
add_filter( ‘widget_text’, ‘shortcode_unautop’);