Custom WP theme not showing shortcodes

The other shortcode plugin probably includes this code:

add_filter( 'widget_text', 'do_shortcode' );

If you add this to your theme’s functions.php, the shortcodes might render?