[ 'type' => 'image_select', 'label' => __( 'Choose Layout', 'bigshop' ), 'default' => 'right-sidebar', 'choices' => [ 'left-sidebar' => [ 'image' => wtbigshop_get_img( $image_left ), 'name' => $left_text, ], 'full-width' => [ 'image' => wtbigshop_get_img( 'sidebar-full.png' ), 'name' => __( 'Full Width', 'bigshop' ), ], 'right-sidebar' => [ 'image' => wtbigshop_get_img( $image_right ), 'name' => $right_text, ], ] ], $prefix . '_sidebar' => [ 'type' => 'select', 'label' => __( 'Choose a Sidebar', 'bigshop' ), 'default' => 'default', 'choices' => Fns::sidebar_lists() ], $prefix . '_page_bg_image' => [ 'type' => 'image', 'label' => __( 'Page Background Image', 'bigshop' ), 'description' => __( 'Upload Background Image', 'bigshop' ), 'button_label' => __( 'Background Image', 'bigshop' ), ], $prefix . '_page_bg_color' => [ 'type' => 'color', 'label' => __( 'Page Background Color', 'bigshop' ), 'description' => __( 'Inter Background Color', 'bigshop' ), ], $prefix . '_header_heading' => [ 'type' => 'heading', 'label' => __( 'Header Settings', 'bigshop' ), ], $prefix . '_header_style' => [ 'type' => 'select', 'default' => 'default', 'label' => __( 'Header Layout', 'bigshop' ), 'choices' => [ 'default' => __( '--Default--', 'bigshop' ), '1' => __( 'Layout 1', 'bigshop' ), '2' => __( 'Layout 2', 'bigshop' ), ], ], $prefix . '_top_bar' => [ 'type' => 'select', 'label' => __( 'Top Bar', 'bigshop' ), 'default' => 'default', 'choices' => [ 'default' => __( '--Default--', 'bigshop' ), 'on' => __( 'On', 'bigshop' ), 'off' => __( 'Off', 'bigshop' ), ] ], $prefix . '_banner_heading' => [ 'type' => 'heading', 'label' => __( 'Banner Settings', 'bigshop' ), ], $prefix . '_banner' => [ 'type' => 'select', 'default' => 'default', 'label' => __( 'Banner Visibility', 'bigshop' ), 'choices' => [ 'default' => __( '--Default--', 'bigshop' ), 'on' => __( 'On', 'bigshop' ), 'off' => __( 'Off', 'bigshop' ), ], ], $prefix . '_banner_style' => [ 'type' => 'select', 'default' => 'default', 'label' => __( 'Banner Layout', 'bigshop' ), 'choices' => [ 'default' => __( '--Default--', 'bigshop' ), '1' => __( 'Layout 1', 'bigshop' ), '2' => __( 'Layout 2', 'bigshop' ), ], ], $prefix . '_breadcrumb_title' => [ 'type' => 'select', 'default' => 'default', 'label' => __( 'Banner Title', 'bigshop' ), 'choices' => [ 'default' => __( '--Default--', 'bigshop' ), 'on' => __( 'On', 'bigshop' ), 'off' => __( 'Off', 'bigshop' ), ], ], $prefix . '_breadcrumb' => [ 'type' => 'select', 'default' => 'default', 'label' => __( 'Banner Breadcrumb', 'bigshop' ), 'choices' => [ 'default' => __( '--Default--', 'bigshop' ), 'on' => __( 'On', 'bigshop' ), 'off' => __( 'Off', 'bigshop' ), ], ], $prefix . '_banner_image' => [ 'type' => 'image', 'label' => __( 'Banner Image', 'bigshop' ), 'description' => __( 'Upload Banner Image', 'bigshop' ), 'button_label' => __( 'Banner Image', 'bigshop' ), ], $prefix . '_footer_heading' => [ 'type' => 'heading', 'label' => __( 'Footer Settings', 'bigshop' ), ], $prefix . '_footer_style' => [ 'type' => 'select', 'default' => 'default', 'label' => __( 'Footer Layout', 'bigshop' ), 'choices' => [ 'default' => __( '--Default--', 'bigshop' ), '1' => __( 'Layout 1', 'bigshop' ), '2' => __( 'Layout 2', 'bigshop' ), '3' => __( 'Layout 3', 'bigshop' ), '4' => __( 'Layout 4', 'bigshop' ), '5' => __( 'Layout 5', 'bigshop' ), ], ], ] ); } }