Put this code right above class=”seller-items in the store.php file.
and to not duplicate, go to store-slidbar.php and give a <div class=”dokan-widget-area widget-collapse” style=”display:none”> on line 04.
<div class="dokan-widget-area widget-collapse">
<?php do_action( 'dokan_sidebar_store_before', $store_user->data, $store_info ); ?>
<?php
if ( ! dynamic_sidebar( 'sidebar-store' ) ) {
$args = [
'before_widget' => '<aside class="widget dokan-store-widget %s">',
'after_widget' => '</aside>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
];
dokan_store_category_widget();
}
?>
<?php if ( have_posts() ) { ?>
<div class="seller-items">