esc_html__( 'Primary Navigation', 'bigc' ),
);
$config['mega_menu'] = '1';
$config['sidebars']=array(
array(
'name' => esc_html__( 'Blog Sidebar', 'bigc' ),
'id' => 'blog-sidebar',
'description' => esc_html__( 'Widgets in this area will be shown on all blog page.', 'bigc'),
'before_title' => '
',
'before_widget' => '',
)
);
$config['import_config'] = array(
'homepage_default' => 'Home',
'blogpage_default' => 'Blog',
'menu_locations' => array("Main Menu" => "primary"),
'set_woocommerce_page' => 1
);
get_template_part('7upframe/config/require-plugin');
get_template_part('7upframe/config/theme-option');