/home/smartbloks/www/help.smartbloks.ai/wp-content/themes/docly/sidebar-forum.php
<?php
/**
 * The sidebar containing the main widget area
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package docly
 */

if ( ! is_active_sidebar( 'sidebar_widgets' ) ) {
	return;
}
?>

<div class="col-lg-4">
    <div class="forum_sidebar">
	    <?php dynamic_sidebar( 'forum_archive_sidebar' ); ?>
	</div>
</div>