Check if plugin is active on theme
<?php if ( in_array( {plugin/path/main-file.php}, apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) { // Your code here. }