__('Styles', 'wpv'), 'type' => 'start', ), array( 'name' => __('General Backgrounds', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Background color', 'wpv'), 'id' => 'css_body_background', 'type' => 'color', ), array( 'name' => __('Background picture url', 'wpv'), 'desc' => __('Leave blank if none required', 'wpv'), 'id' => 'css_body_background_picture', 'type' => 'upload', ), array( 'text' => __('You can also choose some of the preset background patterns we\'ve crafted for you', 'wpv'), 'type' => 'info', ), array( 'type' => 'autofill', 'class' => 'no-desc', 'option_sets' => array( array( 'name' => __('Random grey variations', 'wpv'), 'image' => WPV_THEME_IMAGES . 'patterns/random_grey_variations-demo.png', 'values' => array( 'css_body_background_picture' => WPV_THEME_IMAGES . 'patterns/random_grey_variations.png', 'css_body_background_repeat' => 'repeat', 'css_body_background_position' => 'center center', ), ), array( 'name' => __('Green gobbler', 'wpv'), 'image' => WPV_THEME_IMAGES . 'patterns/green_gobbler-demo.png', 'values' => array( 'css_body_background_picture' => WPV_THEME_IMAGES . 'patterns/green_gobbler.png', 'css_body_background_repeat' => 'repeat', 'css_body_background_position' => 'center center', ), ), array( 'name' => __('Brushed alu dark', 'wpv'), 'image' => WPV_THEME_IMAGES . 'patterns/brushed_alu_dark-demo.png', 'values' => array( 'css_body_background_picture' => WPV_THEME_IMAGES . 'patterns/brushed_alu_dark.png', 'css_body_background_repeat' => 'repeat', 'css_body_background_position' => 'center center', ), ), array( 'name' => __('Light honeycomb', 'wpv'), 'image' => WPV_THEME_IMAGES . 'patterns/light_honeycomb-demo.png', 'values' => array( 'css_body_background_picture' => WPV_THEME_IMAGES . 'patterns/light_honeycomb.png', 'css_body_background_repeat' => 'repeat', 'css_body_background_position' => 'center center', ), ), array( 'name' => __('Padded', 'wpv'), 'image' => WPV_THEME_IMAGES . 'patterns/padded-demo.png', 'values' => array( 'css_body_background_picture' => WPV_THEME_IMAGES . 'patterns/padded.png', 'css_body_background_repeat' => 'repeat', 'css_body_background_position' => 'center center', ), ), array( 'name' => __('Vichy', 'wpv'), 'image' => WPV_THEME_IMAGES . 'patterns/vichy-demo.png', 'values' => array( 'css_body_background_picture' => WPV_THEME_IMAGES . 'patterns/vichy.png', 'css_body_background_repeat' => 'repeat', 'css_body_background_position' => 'center center', ), ), array( 'name' => __('Yellow', 'wpv'), 'image' => WPV_THEME_IMAGES . 'patterns/pattern_04-demo.jpg', 'values' => array( 'css_body_background_picture' => WPV_THEME_IMAGES . 'patterns/pattern_04.jpg', 'css_body_background_repeat' => 'repeat', 'css_body_background_position' => 'center center', ), ), array( 'name' => __('Vintage', 'wpv'), 'image' => WPV_THEME_IMAGES . 'patterns/pattern_03-demo.jpg', 'values' => array( 'css_body_background_picture' => WPV_THEME_IMAGES . 'patterns/pattern_03.jpg', 'css_body_background_repeat' => 'repeat', 'css_body_background_position' => 'center center', ), ), array( 'name' => __('Progressio', 'wpv'), 'image' => WPV_THEME_IMAGES . 'patterns/progressio-demo.jpg', 'values' => array( 'css_body_background_picture' => WPV_THEME_IMAGES . 'patterns/progressio.jpg', 'css_body_background_repeat' => 'no-repeat', 'css_body_background_position' => 'center top', ), ), array( 'name' => __('Progressio Dark', 'wpv'), 'image' => WPV_THEME_IMAGES . 'patterns/progressio_dark-demo.jpg', 'values' => array( 'css_body_background_picture' => WPV_THEME_IMAGES . 'patterns/progressio.jpg', 'css_body_background_repeat' => 'no-repeat', 'css_body_background_position' => 'center top', ), ), ), ), array( 'name' => __('Background picture repeat', 'wpv'), 'id' => 'css_body_background_repeat', 'type' => 'select', 'options' => array( 'no-repeat' => 'No repeat', 'repeat-x' => 'Repeat horizontally', 'repeat-y' => 'Repeat vertically', 'repeat' => 'Repeat both', ) ), array( 'name' => __('Background picture attachment', 'wpv'), 'id' => 'css_body_background_attachment', 'type' => 'select', 'options' => array( 'scroll' => 'scroll', 'fixed' => 'fixed', ) ), array( 'name' => __('Background picture position', 'wpv'), 'id' => 'css_body_background_position', 'type' => 'select', 'options' => array( 'left center' => 'left center', 'left top' => 'left top', 'left bottom' => 'left bottom', 'center center' => 'center center', 'center top' => 'center top', 'center bottom' => 'center bottom', 'right center' => 'right center', 'right top' => 'right top', 'right bottom' => 'right bottom', ) ), array( 'name' => __('General Links', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Link color', 'wpv'), 'id' => 'css_link_color', 'type' => 'color', ), array( 'name' => __('Visited link color', 'wpv'), 'id' => 'css_link_visited_color', 'type' => 'color', ), array( 'name' => __('Link hover color', 'wpv'), 'id' => 'css_link_hover_color', 'type' => 'color', ), array( 'name' => __('Link underline color', 'wpv'), 'id' => 'css_link_border_color', 'type' => 'color', ), array( 'name' => __('Link hover underline color', 'wpv'), 'id' => 'css_link_hover_border_color', 'type' => 'color', ), array( 'name' => __('General Colors', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Accent color', 'wpv'), 'id' => 'accent-color', 'type' => 'color', ), array( 'text' => __('The helper elements consist of separators, underlines, borders, etc. When a helper element group is set to "Classic" various borders, shadows and rounded corners are not shown, for example, the shortcode "Divider 3" and link underlines.', 'wpv'), 'type' => 'info', ), array( 'name' => __('Header helper elements style', 'wpv'), 'id_select' => 'header-helper-style', 'id_checkbox' => 'header-helper-classic', 'label' => __('classic?', 'wpv'), 'type' => 'select_checkbox', 'options' => array( 'light' => __('Light', 'wpv'), 'dark' => __('Dark', 'wpv'), ) ), array( 'name' => __('Slider helper elements style', 'wpv'), 'id_select' => 'slider-helper-style', 'id_checkbox' => 'slider-helper-classic', 'label' => __('classic?', 'wpv'), 'type' => 'select_checkbox', 'options' => array( 'light' => __('Light', 'wpv'), 'dark' => __('Dark', 'wpv'), ) ), array( 'name' => __('Body helper elements style', 'wpv'), 'id_select' => 'body-helper-style', 'id_checkbox' => 'body-helper-classic', 'label' => __('classic?', 'wpv'), 'type' => 'select_checkbox', 'options' => array( 'light' => __('Light', 'wpv'), 'dark' => __('Dark', 'wpv'), ) ), array( 'name' => __('Footer helper elements style', 'wpv'), 'id_select' => 'footer-helper-style', 'id_checkbox' => 'footer-helper-classic', 'label' => __('classic?', 'wpv'), 'type' => 'select_checkbox', 'options' => array( 'light' => __('Light', 'wpv'), 'dark' => __('Dark', 'wpv'), ) ), array( 'type' => 'end' ), //---- array( 'name' => __('General Typography', 'wpv'), 'type' => 'start', 'sub' => 'Styles', ), array( 'text' => __('CSS3 fonts and Google fonts use a technique which is not supported in IE7/8', 'wpv'), 'type' => 'info', ), array( 'name' => __('Primary font', 'wpv'), 'id' => 'primary-font', 'type' => 'font', 'min' => 1, 'max' => 20, 'lmin' => 1, 'lmax' => 40, ), array( 'name' => __('Secondary font family', 'wpv'), 'id' => 'secondary-font', 'only' => 'face', 'type' => 'font', 'min' => 1, 'max' => 20, 'lmin' => 1, 'lmax' => 40, ), array( 'name' => __('Emphasis font', 'wpv'), 'id' => 'em', 'type' => 'font', 'min' => 1, 'max' => 20, 'lmin' => 1, 'lmax' => 40, ), array( 'name' => __('h1', 'wpv'), 'id' => 'h1', 'type' => 'font', 'min' => 14, 'max' => 100, 'lmin' => 14, 'lmax' => 120, ), array( 'name' => __('h2', 'wpv'), 'id' => 'h2', 'type' => 'font', 'min' => 14, 'max' => 100, 'lmin' => 14, 'lmax' => 120, ), array( 'name' => __('h3', 'wpv'), 'id' => 'h3', 'type' => 'font', 'min' => 18, 'max' => 30, 'lmin' => 18, 'lmax' => 60, ), array( 'name' => __('h4', 'wpv'), 'id' => 'h4', 'type' => 'font', 'min' => 12, 'max' => 24, 'lmin' => 12, 'lmax' => 48, ), array( 'name' => __('h5', 'wpv'), 'id' => 'h5', 'type' => 'font', 'min' => 10, 'max' => 18, 'lmin' => 10, 'lmax' => 36, ), array( 'name' => __('h6', 'wpv'), 'id' => 'h6', 'type' => 'font', 'min' => 10, 'max' => 12, 'lmin' => 10, 'lmax' => 24, ), array( 'type' => 'end' ), //---- array( 'name' => __('Header', 'wpv'), 'type' => 'start', 'sub' => 'Styles', ), array( 'name' => __('Backgrounds', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Header background color', 'wpv'), 'id' => 'css_header_background', 'type' => 'color', ), array( 'name' => __('Header background color opacity', 'wpv'), 'id' => 'css_header_background_opacity', 'type' => 'range', 'min' => 0, 'max' => 1, 'step' => 0.05, ), array( 'name' => __('Header background picture url', 'wpv'), 'desc' => __('Leave blank if none required', 'wpv'), 'id' => 'css_header_background_picture', 'type' => 'upload', ), array( 'name' => __('Header background picture repeat', 'wpv'), 'id' => 'css_header_background_repeat', 'type' => 'select', 'options' => array( 'no-repeat' => 'No repeat', 'repeat-x' => 'Repeat horizontally', 'repeat-y' => 'Repeat vertically', 'repeat' => 'Repeat both', ) ), array( 'name' => __('Header background picture position', 'wpv'), 'id' => 'css_header_background_position', 'type' => 'select', 'options' => array( 'left center' => 'left center', 'left top' => 'left top', 'left bottom' => 'left bottom', 'center center' => 'center center', 'center top' => 'center top', 'center bottom' => 'center bottom', 'right center' => 'right center', 'right top' => 'right top', 'right bottom' => 'right bottom', ) ), array( 'name' => __('Header slider background color', 'wpv'), 'id' => 'css_slider_background', 'type' => 'color', ), array( 'name' => __('Header slider background picture url', 'wpv'), 'desc' => __('Leave blank if none required', 'wpv'), 'id' => 'css_slider_background_picture', 'type' => 'upload', ), array( 'name' => __('Header slider background picture repeat', 'wpv'), 'id' => 'css_slider_background_repeat', 'type' => 'select', 'options' => array( 'no-repeat' => 'No repeat', 'repeat-x' => 'Repeat horizontally', 'repeat-y' => 'Repeat vertically', 'repeat' => 'Repeat both', ) ), array( 'name' => __('Header slider picture position', 'wpv'), 'id' => 'css_slider_background_position', 'type' => 'select', 'options' => array( 'left center' => 'left center', 'left top' => 'left top', 'left bottom' => 'left bottom', 'center center' => 'center center', 'center top' => 'center top', 'center bottom' => 'center bottom', 'right center' => 'right center', 'right top' => 'right top', 'right bottom' => 'right bottom', ) ), array( 'name' => __('Top Header Menu Backgrounds', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Top Header background color', 'wpv'), 'id' => 'css_tophead_background', 'type' => 'color', ), array( 'name' => __('Top Header background picture url', 'wpv'), 'desc' => __('Leave blank if none required', 'wpv'), 'id' => 'css_tophead_background_picture', 'type' => 'upload', ), array( 'name' => __('Top Header background picture repeat', 'wpv'), 'id' => 'css_tophead_background_repeat', 'type' => 'select', 'options' => array( 'no-repeat' => 'No repeat', 'repeat-x' => 'Repeat horizontally', 'repeat-y' => 'Repeat vertically', 'repeat' => 'Repeat both', ) ), array( 'name' => __('Top Header picture position', 'wpv'), 'id' => 'css_tophead_background_position', 'type' => 'select', 'options' => array( 'left center' => 'left center', 'left top' => 'left top', 'left bottom' => 'left bottom', 'center center' => 'center center', 'center top' => 'center top', 'center bottom' => 'center bottom', 'right center' => 'right center', 'right top' => 'right top', 'right bottom' => 'right bottom', ) ), array( 'name' => __('Top Header text color', 'wpv'), 'id' => 'css_tophead_color', 'type' => 'color', ), array( 'name' => __('Top Header links color', 'wpv'), 'id' => 'css_tophead_link_color', 'type' => 'color', ), array( 'name' => __('Top Header links hover color', 'wpv'), 'id' => 'css_tophead_link_hover_color', 'type' => 'color', ), array( 'name' => __('Top Header current link color', 'wpv'), 'id' => 'css_tophead_current_link_color', 'type' => 'color', ), array( 'name' => __('Site title', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Site title font', 'wpv'), 'id' => 'logo', 'type' => 'font', 'min' => 10, 'max' => 32, 'lmin' => 10, 'lmax' => 48, ), array( 'name' => __('Links', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Header widget areas link color', 'wpv'), 'id' => 'css_header_link_color', 'type' => 'color', ), array( 'name' => __('Header widget areas visited link color', 'wpv'), 'id' => 'css_header_link_visited_color', 'type' => 'color', ), array( 'name' => __('Header widget areas link active color', 'wpv'), 'id' => 'css_header_link_hover_color', 'type' => 'color', ), array( 'name' => __('Header widget areas link underline color', 'wpv'), 'id' => 'css_header_link_border_color', 'type' => 'color', ), array( 'name' => __('Header widget areas link hover underline color', 'wpv'), 'id' => 'css_header_link_hover_border_color', 'type' => 'color', ), array( 'name' => __('Menu', 'wpv'), 'type' => 'separator', ), array( 'name' => __('General menu font', 'wpv'), 'id' => 'menu-font', 'type' => 'font', 'only' => 'size,face,weight,color', 'min' => 10, 'max' => 24, 'lmin' => 10, 'lmax' => 300, ), array( 'name' => __('Top level menu hover text color', 'wpv'), 'id' => 'css_menu_hover_color', 'type' => 'color', ), array( 'name' => __('Submenu text color', 'wpv'), 'id' => 'css_submenu_color', 'type' => 'color', ), array( 'name' => __('Submenu background color', 'wpv'), 'id' => 'css_submenu_background', 'type' => 'color', ), array( 'name' => __('Submenu hover text color', 'wpv'), 'id' => 'css_submenu_hover_color', 'type' => 'color', ), array( 'name' => __('Submenu hover background color', 'wpv'), 'id' => 'css_submenu_hover_background', 'type' => 'color', ), array( 'type' => 'end' ), //---- array( 'name' => __('Body', 'wpv'), 'type' => 'start', 'sub' => 'Styles', ), array( 'name' => __('Body background color', 'wpv'), 'id' => 'css_main_content_background', 'type' => 'color', ), array( 'name' => __('Body background opacity', 'wpv'), 'id' => 'css_main_content_opacity', 'type' => 'range', 'min' => 0, 'max' => 1, 'step' => 0.05, ), array( 'name' => __('Body background picture url', 'wpv'), 'desc' => __('Leave blank if none required', 'wpv'), 'id' => 'css_main_content_background_picture', 'type' => 'upload', ), array( 'name' => __('Body background picture repeat', 'wpv'), 'id' => 'css_main_content_background_repeat', 'type' => 'select', 'options' => array( 'no-repeat' => 'No repeat', 'repeat-x' => 'Repeat horizontally', 'repeat-y' => 'Repeat vertically', 'repeat' => 'Repeat both', ) ), array( 'name' => __('Body background picture position', 'wpv'), 'id' => 'css_main_content_background_position', 'type' => 'select', 'options' => array( 'left center' => 'left center', 'left top' => 'left top', 'left bottom' => 'left bottom', 'center center' => 'center center', 'center top' => 'center top', 'center bottom' => 'center bottom', 'right center' => 'right center', 'right top' => 'right top', 'right bottom' => 'right bottom', ) ), array( 'type' => 'end' ), //---- array( 'name' => __('Footer', 'wpv'), 'type' => 'start', 'sub' => 'Styles', ), array( 'name' => __('Widget areas backgrounds', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Background color', 'wpv'), 'id' => 'css_footer_background', 'type' => 'color', ), array( 'name' => __('Background opacity', 'wpv'), 'id' => 'css_footer_opacity', 'type' => 'range', 'min' => 0, 'max' => 1, 'step' => 0.05, ), array( 'name' => __('Background picture url', 'wpv'), 'desc' => __('Leave blank if none required', 'wpv'), 'id' => 'css_footer_background_picture', 'type' => 'upload', ), array( 'name' => __('Background picture repeat', 'wpv'), 'id' => 'css_footer_background_repeat', 'type' => 'select', 'options' => array( 'no-repeat' => 'No repeat', 'repeat-x' => 'Repeat horizontally', 'repeat-y' => 'Repeat vertically', 'repeat' => 'Repeat both', ) ), array( 'name' => __('Background picture attachment', 'wpv'), 'id' => 'css_footer_background_attachment', 'type' => 'select', 'options' => array( 'scroll' => 'scroll', 'fixed' => 'fixed', ) ), array( 'name' => __('Background picture position', 'wpv'), 'id' => 'css_footer_background_position', 'type' => 'select', 'options' => array( 'left center' => 'left center', 'left top' => 'left top', 'left bottom' => 'left bottom', 'center center' => 'center center', 'center top' => 'center top', 'center bottom' => 'center bottom', 'right center' => 'right center', 'right top' => 'right top', 'right bottom' => 'right bottom', ) ), array( 'name' => __('Sub-footer backgrounds', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Sub-footer background color', 'wpv'), 'id' => 'css_credits_background', 'type' => 'color', ), array( 'name' => __('Sub-footer background picture url', 'wpv'), 'desc' => __('Leave blank if none required', 'wpv'), 'id' => 'css_credits_background_picture', 'type' => 'upload', ), array( 'name' => __('Sub-footer background picture repeat', 'wpv'), 'id' => 'css_credits_background_repeat', 'type' => 'select', 'options' => array( 'no-repeat' => 'No repeat', 'repeat-x' => 'Repeat horizontally', 'repeat-y' => 'Repeat vertically', 'repeat' => 'Repeat both', ) ), array( 'name' => __('Sub-footer picture position', 'wpv'), 'id' => 'css_credits_background_position', 'type' => 'select', 'options' => array( 'left center' => 'left center', 'left top' => 'left top', 'left bottom' => 'left bottom', 'center center' => 'center center', 'center top' => 'center top', 'center bottom' => 'center bottom', 'right center' => 'right center', 'right top' => 'right top', 'right bottom' => 'right bottom', ) ), array( 'name' => __('Text', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Footer widget areas text color', 'wpv'), 'id' => 'css_footer_color', 'type' => 'color', ), array( 'name' => __('Footer widget areas title color', 'wpv'), 'id' => 'css_footer_sidebars_title_color', 'type' => 'color', ), array( 'name' => __('Sub-footer text color', 'wpv'), 'id' => 'css_credits_color', 'type' => 'color', ), array( 'name' => __('General footer font-size', 'wpv'), 'id' => 'css_footer_font_size', 'type' => 'range', 'min' => 10, 'max' => 18 ), array( 'name' => __('Links', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Footer widget areas link color', 'wpv'), 'id' => 'css_footer_link_color', 'type' => 'color', ), array( 'name' => __('Footer widget areas visited link color', 'wpv'), 'id' => 'css_footer_link_visited_color', 'type' => 'color', ), array( 'name' => __('Footer widget areas link active color', 'wpv'), 'id' => 'css_footer_link_hover_color', 'type' => 'color', ), array( 'name' => __('Footer widget areas link underline color', 'wpv'), 'id' => 'css_footer_link_border_color', 'type' => 'color', ), array( 'name' => __('Footer widget areas link hover underline color', 'wpv'), 'id' => 'css_footer_link_hover_border_color', 'type' => 'color', ), array( 'type' => 'end' ), //---- array( 'name' => __('Boxed Layout', 'wpv'), 'type' => 'start', 'sub' => 'Styles', ), array( 'text' => __('You may enable boxed layout using the "Enable boxed layout" option in the "Layout" section.', 'wpv'), 'type' => 'info', ), array( 'name' => __('Box background color', 'wpv'), 'id' => 'css_content_background', 'type' => 'color', ), array( 'name' => __('Box background color opacity', 'wpv'), 'id' => 'css_content_opacity', 'type' => 'range', 'min' => 0, 'max' => 1, 'step' => 0.05 ), array( 'name' => __('Box background picture url', 'wpv'), 'desc' => __('Leave blank if none required', 'wpv'), 'id' => 'css_content_background_picture', 'type' => 'upload', ), array( 'name' => __('Box background picture repeat', 'wpv'), 'id' => 'css_content_background_repeat', 'type' => 'select', 'options' => array( 'no-repeat' => 'No repeat', 'repeat-x' => 'Repeat horizontally', 'repeat-y' => 'Repeat vertically', 'repeat' => 'Repeat both', ) ), array( 'name' => __('Box background picture position', 'wpv'), 'id' => 'css_content_background_position', 'type' => 'select', 'options' => array( 'left center' => 'left center', 'left top' => 'left top', 'left bottom' => 'left bottom', 'center center' => 'center center', 'center top' => 'center top', 'center bottom' => 'center bottom', 'right center' => 'right center', 'right top' => 'right top', 'right bottom' => 'right bottom', ) ), array( 'type' => 'end' ), //---- array( 'name' => __('Forms', 'wpv'), 'type' => 'start', 'sub' => 'Styles', ), array( 'name' => __('Buttons', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Button text color', 'wpv'), 'id' => 'css_button_color', 'type' => 'color', ), array( 'name' => __('Button text hover color', 'wpv'), 'id' => 'css_button_hover_color', 'type' => 'color', ), array( 'name' => __('Button border radius', 'wpv'), 'id' => 'css_button_radius', 'type' => 'range', 'min' => 0, 'max' => 100, ), array( 'name' => __('Text fields', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Text field color', 'wpv'), 'id' => 'css_input_text_color', 'type' => 'color', ), array( 'name' => __('Text field background', 'wpv'), 'id' => 'css_input_text_background', 'type' => 'color', ), array( 'name' => __('Text field active color', 'wpv'), 'id' => 'css_input_text_focus_color', 'type' => 'color', ), array( 'name' => __('Text field active background', 'wpv'), 'id' => 'css_input_text_focus_background', 'type' => 'color', ), array( 'type' => 'end' ), //---- array( 'name' => __('Tabs, Accordions and Toggles', 'wpv'), 'type' => 'start', 'sub' => 'Styles', ), array( 'name' => __('Tabs', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Tabs border color', 'wpv'), 'id' => 'css_tab_border_color', 'type' => 'color', ), array( 'name' => __('Tab color', 'wpv'), 'id' => 'css_tab_color', 'type' => 'color', ), array( 'name' => __('Tab background', 'wpv'), 'id' => 'css_tab_background', 'type' => 'color', ), array( 'name' => __('Tab active color', 'wpv'), 'id' => 'css_tab_active_color', 'type' => 'color', ), array( 'name' => __('Tab active background (primary)', 'wpv'), 'id' => 'css_tab_active_background_top', 'type' => 'color', ), array( 'name' => __('Tab active background (secondary)', 'wpv'), 'id' => 'css_tab_active_background_bottom', 'type' => 'color', ), array( 'name' => __('Accordions', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Accordion title color', 'wpv'), 'id' => 'css_accordion_color', 'type' => 'color', ), array( 'name' => __('Accordion title background (primary)', 'wpv'), 'id' => 'css_accordion_background_top', 'type' => 'color', ), array( 'name' => __('Accordion title background (secondary)', 'wpv'), 'id' => 'css_accordion_background_bottom', 'type' => 'color', ), array( 'name' => __('Accordion border color', 'wpv'), 'id' => 'css_accordion_border_color', 'type' => 'color', ), array( 'name' => __('Accordion pane opacity', 'wpv'), 'id' => 'css_accordion_pane_opacity', 'type' => 'range', 'min' => 0, 'max' => 1, 'step' => 0.05, ), array( 'name' => __('Toggles', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Toggle title color', 'wpv'), 'id' => 'css_toggle_title_color', 'type' => 'color', ), array( 'name' => __('Toggle title background', 'wpv'), 'id' => 'css_toggle_title_background', 'type' => 'color', ), array( 'name' => __('Toggle content color', 'wpv'), 'id' => 'css_toggle_content_color', 'type' => 'color', ), array( 'name' => __('Toggle content background', 'wpv'), 'id' => 'css_toggle_content_background', 'type' => 'color', ), array( 'type' => 'end' ), //---- array( 'name' => __('Media', 'wpv'), 'type' => 'start', 'sub' => 'Styles', ), array( 'text' => __('"The options bellow are only valid for shortcodes "Images" and "Video". If you are not sure how to use shortcodes, please refer to this video tutorial.', 'wpv'), 'type' => 'info', ), array( 'name' => __('Small image width', 'wpv'), 'desc' => __("Default image sizes", 'wpv'), 'id' => 'image_small_width', 'type' => 'range', 'min' => 1, 'max' => 1200, ), array( 'name' => __('Small image height', 'wpv'), 'id' => 'image_small_height', 'type' => 'range', 'min' => 1, 'max' => 1200, ), array( 'name' => __('Medium image width', 'wpv'), 'id' => 'image_medium_width', 'type' => 'range', 'min' => 1, 'max' => 1200, ), array( 'name' => __('Medium image height', 'wpv'), 'id' => 'image_medium_height', 'type' => 'range', 'min' => 1, 'max' => 1200, ), array( 'name' => __('Large image width', 'wpv'), 'id' => 'image_large_width', 'type' => 'range', 'min' => 1, 'max' => 1200, ), array( 'name' => __('Large image height', 'wpv'), 'id' => 'image_large_height', 'type' => 'range', 'min' => 1, 'max' => 1200, ), array( 'name' => __('Video width', 'wpv'), 'id' => 'video_width', 'type' => 'range', 'min' => 1, 'max' => 1200, ), array( 'name' => __('Video height', 'wpv'), 'id' => 'video_height', 'type' => 'range', 'min' => 1, 'max' => 1200, ), array( 'type' => 'end' ), //---- array( 'name' => __('Posts', 'wpv'), 'type' => 'start', 'sub' => 'Styles', ), array( 'name' => __('Single post options', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Featured image position', 'wpv'), 'id' => 'single-featured-image-position', 'type' => 'select', 'options' => array( 'fullimage' => __('Full width', 'wpv'), 'sideimage' => __('Left', 'wpv'), 'right sideimage' => __('Right', 'wpv'), ) ), array( 'name' => __('"Side image" dimensions', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Post thumbnail width', 'wpv'), 'id' => 'post-thumbnail-width', 'type' => 'range', 'min' => 0, 'max' => 1200, ), array( 'name' => __('Post thumbnail height', 'wpv'), 'id' => 'post-thumbnail-height', 'type' => 'range', 'min' => 0, 'max' => 1200, ), array( 'name' => __('"Full image" dimensions', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Post "full image" height', 'wpv'), 'id' => 'fullimage-height', 'type' => 'range', 'min' => 0, 'max' => 1200, ), array( 'name' => __('Meta', 'wpv'), 'type' => 'separator', ), array( 'name' => __('Hide post author', 'wpv'), 'id' => 'hide-post-author', 'type' => 'toggle', ), array( 'name' => __('Show categories and tags', 'wpv'), 'id' => 'meta_posted_in', 'type' => 'toggle', ), array( 'name' => __('Show post timestamp', 'wpv'), 'id' => 'meta_posted_on', 'type' => 'toggle', ), array( 'name' => __('Show comment count', 'wpv'), 'id' => 'meta_comment_count', 'type' => 'toggle', ), array( 'type' => 'end' ), );