Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28167

    Hi,

    I want to deactivate Avia Sidebar Manager for using Custom sidebars plugin.

    How to ?

    Thanks and regards.

    #136718

    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'))

    ),

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to deactivate Avia Sidebar Manager ?’ is closed to new replies.