Hi,
I want to deactivate Avia Sidebar Manager for using Custom sidebars plugin.
How to ?
Thanks and regards.
I’m not sure what you mean with “sidebar manager” but if you want to remove the meta box option on the right side of the post editor screen which allows the user to select a certain widget area open up wp-contentthemesenfoldconfig-templatebuilderavia-template-builderconfigmeta.php and delete
array(
"slug" => "layout",
"name" => "Sidebar Setting",
"desc" => "Choose a custom sidebar for this entry",
"id" => "sidebar",
"type" => "select",
"std" => "",
"class" => "avia-style",
"required" => array('layout','not','fullsize'),
"subtype" => AviaHelper::get_registered_sidebars(array('Default Sidebars' => ""), array('Displayed Everywhere'))
),