Hi,
Sorry for so much late response. I did’t get notification about this topic.
You can add shortcode in text widget and place it in any sidebar area.
To enable shortcodes in text widget add this to your theme functions.php file:
// Enable shortcodes in text widgets
add_filter(‘widget_text’,’do_shortcode’);
You can also put this code in your PHP file:
<?php echo do_shortcode( ‘[shindiri-woo-slider id=”YOUR-SLIDER-ID”]’ ); ?>
Best regards,
Aleksandar