File: /var/www/html/apwire.net/wp-content/themes/mavix-marketing/sidebar.php
<?php
/**
 * The sidebar containing the main widget area
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Mavix Marketing
 */
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
	return;
}
?>
<?php $mavix_marketing_sidebar_layout = mavix_marketing_get_option('layout_options'); 
if ( 'no-sidebar' !== $mavix_marketing_sidebar_layout ) {?>
	<aside id="secondary" class="widget-area" role="complementary">
		<?php dynamic_sidebar( 'sidebar-1' ); ?>
	</aside><!-- #secondary -->
<?php } ?>