__('General','sumakweb') ,'type' => 'open' ,'desc' => __('General options','sumakweb') ); //------------------------------------------------------------------------------------------------------------------------------- // site headings //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Site headings','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('Show the Site Title.','sumakweb') ,'id' => $shortname.'sitetitle_enable' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('desc' => __('Show the Tagline.','sumakweb') ,'id' => $shortname.'tagline_enable' ,'std' => 'on' ,'type' => 'checkbox' ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: General - Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Areas // //*************************************************************************************************************************************************** $options[] = array('title' => __('Main areas','sumakweb') ,'type' => 'open' ,'desc' => __('Basic screen decoration','sumakweb') ); //------------------------------------------------------------------------------------------------------------------------------- // favicon //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Favicon','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','none') ); $options[] = array('title' => __('The blog icon.','sumakweb') ,'desc' => __('This should be a 16x16 or 32x32 pixels image in the .ico file format.','sumakweb') ,'id' => $shortname.'favicon' ,'std' => array('url' => get_template_directory_uri() . '/pix/sumakweb.png' , 'file' => get_template_directory() . '/pix/sumakweb.png' , 'width' => 16 , 'height' => 16 ) ,'type' => 'image' ); $options[] = array('desc' => __('Use the blog icon.','sumakweb') ,'id' => $shortname.'favicon_enable' ,'std' => 'off' ,'type' => 'checkbox' ); //------------------------------------------------------------------------------------------------------------------------------- // logo //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Show logo','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array( 'desc' => __('Enables the display of the logo','sumakweb'), 'id' => $shortname.'activar_logo', 'std' => 'off', // Desactivado por defecto 'type' => 'checkbox'); //------------------------------------------------------------------------------------------------------------------------------- // body //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Body','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('This is the default colors and font for the entire blog.','sumakweb') ,'id' => $shortname.'body_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'body_background',$shortname.'body_foreground',$shortname.'body_font') ); $options[] = array('title' => __('Background color','sumakweb') ,'id' => $shortname.'body_background' ,'std' => '#ffffff' ,'type' => 'color' ,'data' => array($shortname.'body_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','sumakweb') ,'id' => $shortname.'body_foreground' ,'std' => '#797979' ,'type' => 'color' ,'data' => array($shortname.'body_display_colors','color') ); $options[] = array('desc' => __('Repeat image horizontally.','sumakweb') ,'id' => $shortname.'body_image_repeat_x' ,'std' => '' ,'type' => 'checkbox' ,'class' => $shortname.'advanced_option' ); $options[] = array('desc' => __('Repeat image vertically.','sumakweb') ,'id' => $shortname.'body_image_repeat_y' ,'std' => '' ,'type' => 'checkbox' ,'class' => $shortname.'advanced_option' ); $options[] = array('title' => __('Font','sumakweb') ,'id' => $shortname.'body_font' ,'std' => 'Trebuchet MS,Helvetica,sans-serif' ,'type' => 'font' ,'data' => $shortname.'body_display_colors' ); $options[] = array('id' => $shortname.'body_font_size' ,'std' => '16px','type' => 'void_select' ); $options[] = array('id' => $shortname.'body_font_bold' ,'std' => '' ,'type' => 'void_checkbox'); $options[] = array('id' => $shortname.'body_font_italic','std' => '' ,'type' => 'void_checkbox'); $options[] = array('title' => __('Text Alignment','sumakweb') ,'id' => $shortname.'body_text_align' ,'std' => 'justify' ,'type' => 'text-align' ); //------------------------------------------------------------------------------------------------------------------------------- // header //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Header','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for the header.','sumakweb') ,'id' => $shortname.'header_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'header_background',$shortname.'header_foreground') ); $options[] = array('title' => __('Background color','sumakweb') ,'id' => $shortname.'header_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'header_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','sumakweb') ,'id' => $shortname.'header_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'header_display_colors','color') ); $options[] = array('title' => __('Header image','sumakweb') ,'desc' => __('The image displayed at the top.','sumakweb') ,'note' => __('Note: The size of the header will be the same as this image.','sumakweb') . ' ' . __('(If Workspace/Width is blank.)','sumakweb') ,'id' => $shortname.'header_image' ,'std' => array('url' => '' , 'file' => '' , 'width' => 1000 , 'height' => 200 ) ,'type' => 'image' ); $options[] = array('desc' => __('Use the header image.','sumakweb') ,'id' => $shortname.'header_image_enable' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('note' => __('Force image into this width, in pixels:','sumakweb') ,'id' => $shortname.'header_image_width' ,'std' => '' ,'type' => 'text' ,'class' => $shortname.'advanced_option' ); if ((isset($sumakweb_options['sumakweb_header_image_width'])) && (isset($sumakweb_options['sumakweb_header_image']['height']))) { if ((!empty($sumakweb_options['sumakweb_header_image_width'])) && (!empty($sumakweb_options['sumakweb_header_image']['width']))) { $forced_height = floor((float)$sumakweb_options['sumakweb_header_image_width'] / (float)$sumakweb_options['sumakweb_header_image']['width'] * (float)$sumakweb_options['sumakweb_header_image']['height']); $options[] = array('type' => 'displayonly' ,'data' => array('info','' . __('Forced size','sumakweb') . ': ' . $sumakweb_options['sumakweb_header_image_width'] . 'x' . $forced_height . '') ,'class' => $shortname.'advanced_option' ); } } //------------------------------------------------------------------------------------------------------------------------------- // footer //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Footer','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('Custom field','sumakweb') ,'id' => $shortname.'campo_footer' ,'type' => 'textarea' ,'reset' => false ,'std' =>'' ); //------------------------------------------------------------------------------------------------------------------------------- // articles //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Articles','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for articles.','sumakweb') ,'id' => $shortname.'article_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'article_background',$shortname.'article_foreground') ); $options[] = array('title' => __('Background color','sumakweb') ,'id' => $shortname.'article_background' ,'std' => '#ffffff' ,'type' => 'color' ,'data' => array($shortname.'article_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','sumakweb') ,'id' => $shortname.'article_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'article_display_colors','color') ); $options[] = array('title' => __('Border radius','sumakweb') ,'id' => $shortname.'article_radius' ,'std' => '5px' ,'type' => 'radius' ,'class' => $shortname.'advanced_option' ); //------------------------------------------------------------------------------------------------------------------------------- // caption //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Caption','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('title' => __('Background color','sumakweb') ,'id' => $shortname.'caption_background' ,'std' => '#ffffff' ,'type' => 'color' ); $options[] = array('title' => __('Border','sumakweb') ,'id' => $shortname.'caption_border' ,'std' => '#dddddd' ,'type' => 'color' ); $options[] = array('title' => __('Font','sumakweb') ,'id' => $shortname.'caption_font' ,'std' => '' ,'type' => 'font' ); $options[] = array('id' => $shortname.'caption_font_size' ,'std' => '' ,'type' => 'void_select' ); $options[] = array('id' => $shortname.'caption_font_bold' ,'std' => '' ,'type' => 'void_checkbox'); $options[] = array('id' => $shortname.'caption_font_italic','std' => 'on','type' => 'void_checkbox'); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Areas - Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Menus // //*************************************************************************************************************************************************** $options[] = array('title' => __('Menus','sumakweb') ,'type' => 'open' ,'desc' => __('The menus','sumakweb') ); //------------------------------------------------------------------------------------------------------------------------------- // All primary menu items //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Primary menu','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('title' => __('Menu bar background color, at the top','sumakweb') ,'id' => $shortname.'main_menu_bar_top_background' ,'std' => '#db9600' ,'type' => 'color' ); $options[] = array('title' => __('Menu bar background color, at the bottom','sumakweb') ,'id' => $shortname.'main_menu_bar_bottom_background' ,'std' => '#ffffff' ,'type' => 'color' ); $options[] = array('title' => __('Menu bar, foreground color','sumakweb') ,'id' => $shortname.'main_menu_bar_foreground' ,'std' => '#000000' ,'type' => 'color' ); $options[] = array('type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('title' => __('Menu dropdown background color','sumakweb') ,'id' => $shortname.'main_menu_dropdown_background' ,'std' => '#222222' ,'type' => 'color' ); $options[] = array('title' => __('Menu dropdown foreground color','sumakweb') ,'id' => $shortname.'main_menu_dropdown_foreground' ,'std' => '#cccccc' ,'type' => 'color' ); $options[] = array('type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('title' => __('Hover/focus background color, at the top','sumakweb') ,'id' => $shortname.'main_menu_hover_top_background' ,'std' => '#ffffff' ,'type' => 'color' ); $options[] = array('title' => __('Hover/focus background color, at the bottom','sumakweb') ,'id' => $shortname.'main_menu_hover_bottom_background' ,'std' => '#888888' ,'type' => 'color' ); $options[] = array('title' => __('Hover/focus foreground color','sumakweb') ,'id' => $shortname.'main_menu_hover_foreground' ,'std' => '#222222' ,'type' => 'color' ); $options[] = array('type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('title' => __('Font','sumakweb') ,'id' => $shortname.'main_menu_font' ,'std' => 'Verdana,Geneva,sans-serif' ,'type' => 'font' ); $options[] = array('id' => $shortname.'main_menu_font_size' ,'std' => '19px','type' => 'void_select' ); $options[] = array('id' => $shortname.'main_menu_font_bold' ,'std' => '' ,'type' => 'void_checkbox'); $options[] = array('id' => $shortname.'main_menu_font_italic','std' => '' ,'type' => 'void_checkbox'); //------------------------------------------------------------------------------------------------------------------------------- // All secondary menu items //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Secondary menu','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('title' => __('Menu bar background color, at the top','sumakweb') ,'id' => $shortname.'secondary_menu_bar_top_background' ,'std' => '#ffffff' ,'type' => 'color' ); $options[] = array('title' => __('Menu bar background color, at the bottom','sumakweb') ,'id' => $shortname.'secondary_menu_bar_bottom_background' ,'std' => '#06286c' ,'type' => 'color' ); $options[] = array('title' => __('Menu bar, foreground color','sumakweb') ,'id' => $shortname.'secondary_menu_bar_foreground' ,'std' => '#000000' ,'type' => 'color' ); $options[] = array('type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('title' => __('Menu dropdown background color','sumakweb') ,'id' => $shortname.'secondary_menu_dropdown_background' ,'std' => '#222222' ,'type' => 'color' ); $options[] = array('title' => __('Menu dropdown foreground color','sumakweb') ,'id' => $shortname.'secondary_menu_dropdown_foreground' ,'std' => '#cccccc' ,'type' => 'color' ); $options[] = array('type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('title' => __('Hover/focus background color, at the top','sumakweb') ,'id' => $shortname.'secondary_menu_hover_top_background' ,'std' => '#ffffff' ,'type' => 'color' ); $options[] = array('title' => __('Hover/focus background color, at the bottom','sumakweb') ,'id' => $shortname.'secondary_menu_hover_bottom_background' ,'std' => '#888888' ,'type' => 'color' ); $options[] = array('title' => __('Hover/focus foreground color','sumakweb') ,'id' => $shortname.'secondary_menu_hover_foreground' ,'std' => '#222222' ,'type' => 'color' ); $options[] = array('type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('title' => __('Font','sumakweb') ,'id' => $shortname.'secondary_menu_font' ,'std' => 'Verdana,Geneva,sans-serif' ,'type' => 'font' ); $options[] = array('id' => $shortname.'secondary_menu_font_size' ,'std' => '15px','type' => 'void_select' ); $options[] = array('id' => $shortname.'secondary_menu_font_bold' ,'std' => '' ,'type' => 'void_checkbox'); $options[] = array('id' => $shortname.'secondary_menu_font_italic','std' => '' ,'type' => 'void_checkbox'); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Menus //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Sidebar // //*************************************************************************************************************************************************** $options[] = array('title' => __('Sidebars','sumakweb') ,'type' => 'open' ,'desc' => __('The Sidebars','sumakweb') ); //------------------------------------------------------------------------------------------------------------------------------- // sidebars //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Sidebars','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','none') ); $options[] = array('desc' => __('This is the default colors and font for the sidebars.','sumakweb') ,'id' => $shortname.'sidebars_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'sidebars_background',$shortname.'sidebars_foreground',$shortname.'sidebars_font') ); $options[] = array('title' => __('Background color','sumakweb') ,'id' => $shortname.'sidebars_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'sidebars_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','sumakweb') ,'id' => $shortname.'sidebars_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'sidebars_display_colors','color') ); $options[] = array('title' => __('Font','sumakweb') ,'id' => $shortname.'sidebars_font' ,'std' => 'Tahoma,Geneva,sans-serif' ,'type' => 'font' ,'data' => $shortname.'sidebars_display_colors' ); $options[] = array('id' => $shortname.'sidebars_font_size' ,'std' => '13px','type' => 'void_select' ); $options[] = array('id' => $shortname.'sidebars_font_bold' ,'std' => '' ,'type' => 'void_checkbox'); $options[] = array('id' => $shortname.'sidebars_font_italic','std' => '' ,'type' => 'void_checkbox'); //------------------------------------------------------------------------------------------------------------------------------- // widgets //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Widgets','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for widgets.','sumakweb') ,'id' => $shortname.'widget_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'widget_background',$shortname.'widget_foreground') ); $options[] = array('title' => __('Background color','sumakweb') ,'id' => $shortname.'widget_background' ,'std' => '#eeeeee' ,'type' => 'color' ,'data' => array($shortname.'widget_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','sumakweb') ,'id' => $shortname.'widget_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'widget_display_colors','color') ); $options[] = array('title' => __('Border radius','sumakweb') ,'id' => $shortname.'widget_radius' ,'std' => '5px' ,'type' => 'radius' ,'class' => $shortname.'advanced_option' ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Widgets - Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Text // //*************************************************************************************************************************************************** $options[] = array('title' => __('Text','sumakweb') ,'type' => 'open' ,'desc' => __('Different kinds of text','sumakweb') ); //------------------------------------------------------------------------------------------------------------------------------- // Site headings - #site-title & #site-description //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Site headings','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','none') ); $options[] = array('desc' => __('The default colors and font for the Site Title.','sumakweb') ,'note' => __('The Tagline will be a little smaller.' ,'sumakweb') ,'id' => $shortname.'sitetitle_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'sitetitle_background',$shortname.'sitetitle_foreground',$shortname.'sitetitle_font') ); $options[] = array('title' => __('Background color','sumakweb') ,'id' => $shortname.'sitetitle_background' ,'std' => '#ffffff' ,'type' => 'color' ,'data' => array($shortname.'sitetitle_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','sumakweb') ,'id' => $shortname.'sitetitle_foreground' ,'std' => '#000000' ,'type' => 'color' ,'data' => array($shortname.'sitetitle_display_colors','color') ); $options[] = array('title' => __('Font','sumakweb') ,'id' => $shortname.'sitetitle_font' ,'std' => 'Georgia,serif' ,'type' => 'font' ,'data' => $shortname.'sitetitle_display_colors' ); $options[] = array('id' => $shortname.'sitetitle_font_size' ,'std' => '29px','type' => 'void_select' ); $options[] = array('id' => $shortname.'sitetitle_font_bold' ,'std' => '' ,'type' => 'void_checkbox'); $options[] = array('id' => $shortname.'sitetitle_font_italic','std' => '' ,'type' => 'void_checkbox'); //------------------------------------------------------------------------------------------------------------------------------- // Headings - h1,h2,h3,h4,h5,h6 //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Headings','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for headings.','sumakweb') ,'id' => $shortname.'h_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'h_background',$shortname.'h_foreground') ); $options[] = array('title' => __('Background color','sumakweb') ,'id' => $shortname.'h_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'h_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','sumakweb') ,'id' => $shortname.'h_foreground' ,'std' => '#000000' ,'type' => 'color' ,'data' => array($shortname.'h_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Links - a //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Links','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for links.','sumakweb') ,'id' => $shortname.'a_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'a_background',$shortname.'a_foreground') ); $options[] = array('title' => __('Background color','sumakweb') ,'id' => $shortname.'a_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'a_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','sumakweb') ,'id' => $shortname.'a_foreground' ,'std' => '#333399' ,'type' => 'color' ,'data' => array($shortname.'a_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Link headings - h1 a,h2 a,h3 a,h4 a,h5 a,h6 a //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Link headings','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for headings that are links.','sumakweb') ,'id' => $shortname.'h_a_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'h_a_background',$shortname.'h_a_foreground') ); $options[] = array('title' => __('Background color','sumakweb') ,'id' => $shortname.'h_a_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'h_a_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','sumakweb') ,'id' => $shortname.'h_a_foreground' ,'std' => '#333377' ,'type' => 'color' ,'data' => array($shortname.'h_a_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Text Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Structure // //*************************************************************************************************************************************************** $options[] = array('title' => __('Structure','sumakweb') ,'type' => 'open' ,'desc' => __('The structure','sumakweb') ); //------------------------------------------------------------------------------------------------------------------------------- // Sidebars options //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Positioning of the sidebars','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','none') ); $options[] = array('id' => $shortname.'sidebars_position' ,'std' => 'standard' ,'type' => 'radio' ,'data' => array(__('One sidebar on each side of the content area.' ,'sumakweb') => 'standard' ) ); //------------------------------------------------------------------------------------------------------------------------------- // Right sidebar //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Right sidebar','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('title' => __('Enable','sumakweb') ,'desc' => __('Show the right sidebar.','sumakweb') ,'id' => $shortname.'sidebar_right_enable' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('title' => __('Width','sumakweb') ,'desc' => __('The width of the right sidebar, in percent.','sumakweb') ,'id' => $shortname.'sidebar_right_width' ,'std' => '33' ,'type' => 'text' ); $options[] = array('type' => 'displayonly' ,'data' => array('info','' . __('Calculated width:','sumakweb') . ' ***RIGHT_SIDEBAR_WIDTH*** (' . __('including margins and padding','sumakweb') . ')') ); $options[] = array('desc' => __('Show when displaying the post flow.','sumakweb') ,'id' => $shortname.'sidebar_right_enable_posts' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('desc' => __('Show when displaying a single post.','sumakweb') ,'id' => $shortname.'sidebar_right_enable_post' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('desc' => __('Show when displaying a gallery post.','sumakweb') ,'id' => $shortname.'sidebar_right_enable_gallery' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('desc' => __('Show when displaying a page.','sumakweb') ,'id' => $shortname.'sidebar_right_enable_page' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('desc' => __("Don't show when displaying these pages.",'sumakweb') . ' (' . __('Enter a list of slugs, separated by space or newline.','sumakweb') . ')' ,'id' => $shortname.'sidebar_right_disable_slug' ,'std' => '' ,'type' => 'textarea' ,'data' => array('small') ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Structure - Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Mobile devices // //*************************************************************************************************************************************************** $options[] = array('title' => __('Mobile devices','sumakweb') ,'type' => 'open' ,'desc' => __('Options for mobile devices','sumakweb') ); //------------------------------------------------------------------------------------------------------------------------------- // Mobile devices: general //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('General','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','none') ); $options[] = array('title' => __('Site Title','sumakweb') ,'desc' => __('Show the Site Title.','sumakweb') ,'id' => $shortname.'mobile_sitetitle_enable' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('title' => __('Tagline','sumakweb') ,'desc' => __('Show the Tagline.','sumakweb') ,'id' => $shortname.'mobile_tagline_enable' ,'std' => 'off' ,'type' => 'checkbox' ); $options[] = array('title' => __('Menu','sumakweb') ,'desc' => __('Show a Menu.   (Note: Will use a menu called "Mobile" if it exists, otherwise the primarary menu will be used.)','sumakweb') ,'id' => $shortname.'mobile_menu_enable' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('title' => __('Search Box','sumakweb') ,'desc' => __('Show the search box in the header.','sumakweb') ,'id' => $shortname.'mobile_search_box_header_enable' ,'std' => 'off' ,'type' => 'checkbox' ); //------------------------------------------------------------------------------------------------------------------------------- // Mobile devices: header //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Header','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); //------------------------------------------------------------------------------------------------------------------------------- // Mobile devices: body //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Body','sumakweb') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for the entire blog.','sumakweb') ,'id' => $shortname.'mobile_body_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'mobile_body_background',$shortname.'mobile_body_foreground') ); $options[] = array('title' => __('Background color','sumakweb') ,'id' => $shortname.'mobile_body_background' ,'std' => '#ffffff' ,'type' => 'color' ,'data' => array($shortname.'mobile_body_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','sumakweb') ,'id' => $shortname.'mobile_body_foreground' ,'std' => '#000000' ,'type' => 'color' ,'data' => array($shortname.'mobile_body_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Mobile devices - Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Redes sociales // //*************************************************************************************************************************************************** $options[] = array('title' => __('Social networks','sumakweb') ,'type' => 'open' ,'desc' => __('Options for social networks','sumakweb') ); //------------------------------------------------------------------------------------------------------------------------------- // Redes sociales: general //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Sumaksocial','sumakweb') ,'desc' => __('Show this network.','sumakweb') ,'id' => $shortname.'red_sumaksocial_enable' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('title' => __('URL','sumakweb') ,'desc' => __('URL for this network. (The URL must include http:// or https://)','sumakweb') ,'id' => $shortname.'red_sumaksocial_url_enable' ,'std' => '' ,'type' => 'text' ); $options[] = array('title' => __('RSS','sumakweb') ,'desc' => __('Show this network.','sumakweb') ,'id' => $shortname.'red_rss_enable' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('title' => __('URL','sumakweb') ,'desc' => __('URL for this network. (The URL must include http:// or https://)','sumakweb') ,'id' => $shortname.'red_rss_url_enable' ,'std' => '' ,'type' => 'text' ); $options[] = array('title' => __('Facebook','sumakweb') ,'desc' => __('Show this network.','sumakweb') ,'id' => $shortname.'red_facebook_enable' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('title' => __('URL','sumakweb') ,'desc' => __('URL for this network. (The URL must include http:// or https://)','sumakweb') ,'id' => $shortname.'red_facebook_url_enable' ,'std' => '' ,'type' => 'text' ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Redes sociales - Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Links de inters // //*************************************************************************************************************************************************** $options[] = array('title' => __('Links of Interest','sumakweb') ,'type' => 'open' ,'desc' => __('URLs','sumakweb') ); //------------------------------------------------------------------------------------------------------------------------------- // Links de inters: general //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Privacy Policy.','sumakweb') ,'desc' => __('URL Privacy Policy. (The URL must include http:// or https://)','sumakweb') ,'id' => $shortname.'link_politica' ,'std' => '' ,'type' => 'text' ); $options[] = array('title' => __('Terms of Service','sumakweb') ,'desc' => __('URL Terms of Service. (The URL must include http:// or https://)','sumakweb') ,'id' => $shortname.'link_terminos' ,'std' => '' ,'type' => 'text' ); $options[] = array('title' => __('Discharge','sumakweb') ,'desc' => __('URL discharge. (The URL must include http:// or https://)','sumakweb') ,'id' => $shortname.'link_descargo' ,'std' => '' ,'type' => 'text' ); $options[] = array('title' => __('Support','sumakweb') ,'desc' => __('URL support. (The URL must include http:// or https://)','sumakweb') ,'id' => $shortname.'link_soporte' ,'std' => '' ,'type' => 'text' ); $options[] = array('title' => __('Contact','sumakweb') ,'desc' => __('URL Contacto. (The URL must include http:// or https://)','sumakweb') ,'id' => $shortname.'link_contacto' ,'std' => '' ,'type' => 'text' ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Redes sociales - Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // The End // //***************************************************************************************************************************************************