Hi,
Try to find this whole code
array(
"name" => "Slideshow Size on single entries?",
"desc" => "Display the slideshow fixed fullwidth or should it adjust to the page layout (eg smaller on pages with sidebar)" ,
"id" => "_slideshow_position",
"type" => "select",
"std" => "small",
"slug" => "slideshow_meta",
"class" => "av_2columns av_col_2",
"no_first" => true,
"subtype" => array('Full Width Slider'=>'big', 'Adjustable Slider'=>'small'))
Replace it with this
array(
"name" => "Slideshow Size on single entries?",
"desc" => "Display the slideshow fixed fullwidth or should it adjust to the page layout (eg smaller on pages with sidebar)" ,
"id" => "_slideshow_position",
"type" => "select",
"std" => "big",
"slug" => "slideshow_meta",
"class" => "av_2columns av_col_2",
"no_first" => true,
"subtype" => array('Full Width Slider'=>'big', 'Adjustable Slider'=>'adjustable'))
I rename small to adjustable then change std to big.
Regards,
Ismael