Choices—Choices Theme Options—Layout & Settings
In the ‘default blog layout’, ‘no sidebar' option to increase
thanks!
Choices—Choices Theme Options—Layout & Settings
In the ‘default blog layout’, ‘no sidebar' option to increase
thanks!
Hi!
I'm sorry but I don't understand the question. Please elaborate.
Best regards,
Peter
Sorry, i'm not good at English.
Please add the third choice "no sidebar" into "Default Blog Layout".
I want the third one.
Default Blog Layout:
1 right sidebar
2 left sidebar
3 no sidebar
Hi,
Open includes > admin > register-admin-options.php then find this code onl ine 696-707
$avia_elements[] = array(
"slug" => "layout",
"name" => "Default Blog Layout",
"desc" => "Choose the default blog layout here. You can create multiple blogs with different layouts by using the template builder if you want to",
"id" => "blog_layout",
"type" => "select",
"std" => "sidebar_right",
"no_first"=>true,
"subtype" => array( 'left sidebar' =>'sidebar_left',
'right sidebar'=>'sidebar_right',
/* 'no sidebar'=>'fullsize' */
));
Replace it with this code
$avia_elements[] = array(
"slug" => "layout",
"name" => "Default Blog Layout",
"desc" => "Choose the default blog layout here. You can create multiple blogs with different layouts by using the template builder if you want to",
"id" => "blog_layout",
"type" => "select",
"std" => "sidebar_right",
"no_first"=>true,
"subtype" => array( 'left sidebar' =>'sidebar_left',
'right sidebar'=>'sidebar_right',
'no sidebar'=>'fullsize'
));
Regards,
Ismael
Hi,Ismael.
Thank you!
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
You must log in to post.