Enable shortcodes in text widget.
////////////////////////////////////// // ENABLE SHORTCODES IN TEXT WIDGET // ////////////////////////////////////// add_filter('widget_text','do_shortcode');