__('General Settings', 'bernadetta'), 'type' => 'heading'); $options[] = array( 'name' => __('Logo', 'bernadetta'), 'desc' => __('Upload site logo to the header area', 'bernadetta'), 'id' => 'logo', 'type' => 'upload'); $options[] = array( 'name' => '', 'desc' => __('Logo in high resolution', 'bernadetta'), 'id' => 'logo2x', 'type' => 'upload'); $options[] = array( 'name' => 'Favicon', 'desc' => __('Favicon (ICO, PNG)', 'bernadetta'), 'id' => 'favicon', 'type' => 'upload'); $options[] = array( 'name' => 'Copyright text', 'desc' => __('Copyright text', 'bernadetta'), 'id' => 'copyright', 'std' => 'Copyright © 2016 BERNADETTA', 'type' => 'text'); $options[] = array( 'name' => __('Blog page', 'bernadetta'), 'desc' => __('Show sidebar on Blog page', 'bernadetta'), 'id' => 'is_blog_sidebar', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('Show sidebar on each blog post', 'bernadetta'), 'id' => 'is_blog_sidebar_post', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('Make the Blog page full-width', 'bernadetta'), 'id' => 'is_blog_full_width', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('Display the Blog page in masonry style', 'bernadetta'), 'id' => 'is_blog_masonry', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => 'Header on Blog', 'desc' => __('Header image on Blog', 'bernadetta'), 'id' => 'default_header_img_blog', 'type' => 'upload'); $options[] = array( 'name' => '', 'desc' => __('Header image on Blog - Retina size', 'bernadetta'), 'id' => 'default_header_img2x_blog', 'type' => 'upload'); $options[] = array( 'name' => '', 'desc' => __('Header image displayed on Blog as parallax by default', 'bernadetta'), 'id' => 'default_header_paralax_blog', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => '', 'desc' => __('Header image height on Blog (in pixels)', 'bernadetta'), 'id' => 'default_header_height_blog', 'std' => '450', 'type' => 'text'); $options[] = array( 'name' => __('Pages', 'bernadetta'), 'desc' => __('Show sidebar on pages', 'bernadetta'), 'id' => 'is_page_sidebar', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('Make all pages full-width', 'bernadetta'), 'id' => 'is_page_full_width', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => 'Default header on pages', 'desc' => __('Header image on pages', 'bernadetta'), 'id' => 'default_header_img', 'type' => 'upload'); $options[] = array( 'name' => '', 'desc' => __('Header image on pages - Retina size', 'bernadetta'), 'id' => 'default_header_img2x', 'type' => 'upload'); $options[] = array( 'name' => '', 'desc' => __('Header image displayed on pages as parallax by default', 'bernadetta'), 'id' => 'default_header_paralax', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => '', 'desc' => __('Header image height on pages (in pixels)', 'bernadetta'), 'id' => 'default_header_height', 'std' => '450', 'type' => 'text'); $options[] = array( 'name' => __('Design Settings', 'bernadetta'), 'type' => 'heading'); $options[] = array( 'name' => __('Base Font', 'bernadetta'), 'desc' => __('Select a font for all texts on the site.', 'bernadetta'), 'id' => 'font_family', 'std' => 'two', 'type' => 'select', 'options' => $fonts_options); $options[] = array( 'name' => __('Latin Extended', 'bernadetta'), 'desc' => __('Use Latin Extended font', 'bernadetta'), 'id' => 'font_latin', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('Base Colors', 'bernadetta'), 'desc' => __('Primary Color', 'bernadetta'), 'id' => 'color_primary', 'std' => '#3498db', 'type' => 'color' ); $options[] = array( 'name' => '', 'desc' => __('Complementary Color', 'bernadetta'), 'id' => 'color_secondary', 'std' => '#2ecc71', 'type' => 'color' ); $options[] = array( 'name' => '', 'desc' => __('Black Color', 'bernadetta'), 'id' => 'color_black', 'std' => '#333', 'type' => 'color' ); $options[] = array( 'name' => '', 'desc' => __('Dark Grey Color', 'bernadetta'), 'id' => 'color_dark_gray', 'std' => '#777', 'type' => 'color' ); $options[] = array( 'name' => '', 'desc' => __('Light Gray Color', 'bernadetta'), 'id' => 'color_light_gray', 'std' => '#bababa', 'type' => 'color' ); $options[] = array( 'name' => '', 'desc' => __('Lightest Gray Color', 'bernadetta'), 'id' => 'color_lightest_gray', 'std' => '#fafafa', 'type' => 'color' ); $options[] = array( 'name' => '', 'desc' => __('White Color', 'bernadetta'), 'id' => 'color_white', 'std' => '#fff', 'type' => 'color' ); $options[] = array( 'name' => 'Link color', 'desc' => __('Link Color', 'bernadetta'), 'id' => 'link_color', 'std' => '#3498db', 'type' => 'color' ); $options[] = array( 'name' => '', 'desc' => __('On Hover', 'bernadetta'), 'id' => 'link_color_hover', 'std' => '#84cbfd', 'type' => 'color' ); $options[] = array( 'name' => '', 'desc' => __('Visited', 'bernadetta'), 'id' => 'link_color_visited', 'std' => '#777', 'type' => 'color' ); $options[] = array( 'name' => __('Custom CSS', 'bernadetta'), 'type' => 'heading'); $options[] = array( 'name' => __('Custom CSS', 'bernadetta'), 'desc' => __('Here you can specify any additional CSS styles.', 'bernadetta'), 'id' => 'custom_css', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Custom CSS (width 768px)', 'bernadetta'), 'desc' => __('Custom CSS for screen devices with width less or equal 768 px.', 'bernadetta'), 'id' => 'custom_css_768', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Custom CSS (width 480px)', 'bernadetta'), 'desc' => __('Custom CSS for screen devices with width less or equal 480 px.', 'bernadetta'), 'id' => 'custom_css_480', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Custom CSS (width 320px)', 'bernadetta'), 'desc' => __('Custom CSS for screen devices with width less or equal 320 px.', 'bernadetta'), 'id' => 'custom_css_320', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Social networking', 'bernadetta'), 'type' => 'heading'); $options[] = array( 'name' => __('Facebook', 'bernadetta'), 'desc' => __('', 'bernadetta'), 'id' => 'soc_facebook', 'std' => '#', 'type' => 'text'); $options[] = array( 'name' => __('Twitter', 'bernadetta'), 'desc' => __('', 'bernadetta'), 'id' => 'soc_twitter', 'std' => '#', 'type' => 'text'); $options[] = array( 'name' => __('Google+', 'bernadetta'), 'desc' => __('', 'bernadetta'), 'id' => 'soc_google', 'std' => '#', 'type' => 'text'); $options[] = array( 'name' => __('Pinterest', 'bernadetta'), 'desc' => __('', 'bernadetta'), 'id' => 'soc_pinterest', 'std' => '#', 'type' => 'text'); $options[] = array( 'name' => __('YouTube', 'bernadetta'), 'desc' => __('', 'bernadetta'), 'id' => 'soc_youtube', 'std' => '#', 'type' => 'text'); $options[] = array( 'name' => __('Tumblr', 'bernadetta'), 'desc' => __('', 'bernadetta'), 'id' => 'soc_tumblr', 'std' => '#', 'type' => 'text'); $options[] = array( 'name' => __('Instagram', 'bernadetta'), 'desc' => __('', 'bernadetta'), 'id' => 'soc_instagram', 'std' => '#', 'type' => 'text'); $options[] = array( 'name' => __('Additional code', 'bernadetta'), 'type' => 'heading'); $options[] = array( 'name' => __('Header Code', 'bernadetta'), 'desc' => __('Additional Javascript code in HTML header', 'bernadetta'), 'id' => 'code_header', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Footer Code', 'bernadetta'), 'desc' => __('Additional Javascript code in HTML footer', 'bernadetta'), 'id' => 'code_footer', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Header Widget areas', 'bernadetta'), 'type' => 'heading'); $options[] = array( 'name' => __('Sidebar Header 1', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'header_1_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'header_1_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'header_1_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'header_1_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'header_1_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Header 2', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'header_2_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'header_2_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'header_2_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'header_2_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'header_2_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Header 3', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'header_3_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'header_3_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'header_3_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'header_3_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'header_3_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Header 4', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'header_4_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'header_4_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'header_4_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'header_4_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'header_4_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Header 5', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'header_5_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'header_5_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'header_5_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'header_5_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'header_5_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Header 6', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'header_6_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'header_6_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'header_6_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'header_6_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'header_6_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Header 7', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'header_7_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'header_7_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'header_7_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'header_7_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'header_7_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Header 8', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'header_8_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'header_8_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'header_8_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'header_8_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'header_8_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Footer Widget areas', 'bernadetta'), 'type' => 'heading'); $options[] = array( 'name' => __('Sidebar Footer 1', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'footer_1_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'footer_1_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'footer_1_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'footer_1_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'footer_1_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Footer 2', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'footer_2_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'footer_2_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'footer_2_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'footer_2_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'footer_2_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Footer 3', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'footer_3_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'footer_3_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'footer_3_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'footer_3_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'footer_3_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Footer 4', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'footer_4_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'footer_4_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'footer_4_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'footer_4_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'footer_4_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Footer 5', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'footer_5_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'footer_5_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'footer_5_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'footer_5_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'footer_5_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Footer 6', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'footer_6_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'footer_6_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'footer_6_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'footer_6_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'footer_6_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Footer 7', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'footer_7_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'footer_7_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'footer_7_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'footer_7_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'footer_7_margin_bottom', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('Sidebar Footer 8', 'bernadetta'), 'desc' => __('hidden-xs', 'bernadetta'), 'id' => 'footer_8_hiddenxs', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('full width', 'bernadetta'), 'id' => 'footer_8_fullwidth', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('only one item', 'bernadetta'), 'id' => 'footer_8_one', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin top (in px)', 'bernadetta'), 'id' => 'footer_8_margin_top', 'std' => '0', 'type' => 'text'); $options[] = array( 'name' => __('', 'bernadetta'), 'desc' => __('margin bottom (in px)', 'bernadetta'), 'id' => 'footer_8_margin_bottom', 'std' => '0', 'type' => 'text'); return $options; }