Hello @serdarangungmail-com,
The theme does not have the widget area under the slider . However there are other widget area like sidebar and footer widget area where you can add the short code through the text widget .
To insert the short code you have to add text widget in one of these widget area .
Now you have to insert the below given code in your child themes functions.php file :
add_filter('widget_text','do_shortcode');
You can also create the child theme using the plugin below:
https://wordpress.org/plugins/wp-child-theme-generator/
Hope this helps.
Best Regards!!