Hello,
i am interesting to add a shortcode on a widget. To be more specific the following from Sabai directory plugin:
[sabai-directory-search-form page=”shortcodes/shortcode-sabai-directory” mini=”1″].
However the shortcode doesn’t appear on the sidebar. I add the following filter on kleo-child/functions.php add_filter( ‘widget_text’, ‘shortcode_unautop’);
add_filter( ‘widget_text’, ‘do_shortcode’);
but the problem still persists.
Yours shortcodes works perfect on the widgets. Also the above shortcode works inside the page content.
Any help to use shortcodes from other plugins inside widgets?
Thanks in advance.