'General Appearance', 'id' => 'ttw_general_appearance', 'type' => 'header',
'info'=> 'Overall settings that affect content and widget areas',
'std' => 'help.html#GenApp'),
array( 'name' => 'Wrapper Page BG', 'id' => 'ttw_page_bgcolor', 'type' => 'ctext',
'info' => "Background for top level #wrapper div - default BG if you don't change others.",
'std' => '#FFFFFF'),
array( 'name' => 'Main Area BG', 'id' => 'ttw_main_bgcolor', 'type' => 'ctext',
'info' => 'Background for main page #main div - wraps conatiner, content and sidebars (uses wrapper bg if not set).',
'std' => 'transparent'),
array( 'name' => 'Container Area BG', 'id' => 'ttw_container_bgcolor', 'type' => 'ctext',
'info' => 'Background for #container div - wraps content and sidebars (uses wrapper bg if not set).',
'std' => 'transparent'),
array( 'name' => 'Theme Width', 'id' => 'ttw_header_image_width', 'type' => 'text',
'info' => 'Change Theme Width. Standard size is 940px. Header Image width is automatically changed, too.',
'std' => '940'),
array ( 'name' => 'Titles Font', 'id' => 'ttw_title_font', 'type' => 'select',
'info' => 'Font used for post, page, and widget titles, info labels, and menus.',
'std' => 'Helvetica Neue (default, sans)',
'value' => array( 'Helvetica Neue (default, sans)',
'Bitstream Charter (serif)', 'Arial (sans-serif)', 'Verdana (sans-serif)', 'Tahoma (sans-serif)',
'Arial Black (sans-serif)', 'Avant Garde (sans-serif)', 'Comic Sans MS (sans-serif)',
'Impact (sans-serif)', 'Trebuchet (sans-serif)', 'Century Gothic (sans-serif)',
'Lucida Grande (sans-serif)', 'Univers (sans-serif)',
'Times New Roman (serif)', 'Georgia (serif)', 'Palatino (serif)',
'Bookman (serif)', 'Garamond (serif)',
'Courier New (mono)', 'Andale Mono (mono)'
)),
array ( 'name' => 'Content Font',
/* IMPORTANT! make sure font style (e.g., '(serif)') has no spaces (other than defaut case). */
'id' => 'ttw_content_font', 'type' => 'select', 'info' => 'Font used for most content and widget text',
'std' => 'Bitstream Charter (default,serif)',
'value' => array( 'Bitstream Charter (default,serif)',
'Helvetica Neue (sans-serif)', 'Arial (sans-serif)', 'Verdana (sans-serif)', 'Tahoma (sans-serif)',
'Arial Black (sans-serif)', 'Avant Garde (sans-serif)', 'Comic Sans MS (sans-serif)',
'Impact (sans-serif)', 'Trebuchet (sans-serif)', 'Century Gothic (sans-serif)',
'Lucida Grande (sans-serif)', 'Univers (sans-serif)',
'Times New Roman (serif)', 'Georgia (serif)', 'Palatino (serif)',
'Bookman (serif)', 'Garamond (serif)',
'Courier New (mono)', 'Andale Mono (mono)'
)),
array( 'name' => 'Rounded Corners', 'id' => 'ttw_rounded_corners', 'type' => 'checkbox',
'info' => "Check to use rounded corners for main area and colored sidebars (doesn't display on IE before IE 9)",
'std' => false),
array( 'name' => 'Area Border', 'id' => 'ttw_useborders', 'type' => 'checkbox',
'info' => 'Check to include border around main area and all sidebars',
'std' => false),
array( 'name' => 'Outside BG', 'id' => 'ttw_body_bgcolor', 'type' => 'ctext',
'info' => 'Background color that wraps entire page. Using Appearance->Background will override this value, or allow a background image instead.',
'std' => '#F8F8F8'),
array( 'name' => 'Fade Outside BG', 'id' => 'ttw_fadebody_bg', 'type' => 'checkbox',
'info' => 'Will fade the Outside BG color, darker at top to lighter at bottom.',
'std' => false),
array( 'name' => 'Wrap site with shadow', 'id' => 'ttw_wrap_shadow', 'type' => 'checkbox',
'info' => "Will wrap site's main area with a shadow (won't show on IE, but looks good on Mozilla/Safari/others)",
'std' => false),
// -----------------------------------
array( 'name' => 'Header Options', 'id' => 'ttw_header_options', 'type' => 'header',
'info' => 'Other header options available in Appearance -> Header',
'std' => 'help.html#HeaderOpt'),
array( 'name' => 'Header BG', 'id' => 'ttw_header_bgcolor', 'type' => 'ctext',
'info' => 'Background for the header area.',
'std' => 'transparent'),
array( 'name' => 'Menu Bar', 'id' => 'ttw_menubar_color', 'type' => 'ctext',
'info' => 'The main menu bar (Both Primary and Secondary Menus)',
'std' => '#000000'),
array( 'name' => 'Menu Bar hover BG', 'id' => 'ttw_menubar_hoverbg_color', 'type' => 'ctext',
'info' => 'The menu item and drop down background when hovering over item.',
'std' => '#333333'),
array( 'name' => 'Menu Bar text', 'id' => 'ttw_menubar_text_color', 'type' => 'ctext',
'info' => 'Main menu bar text item when not hovering',
'std' => '#AAAAAA'),
array( 'name' => 'Menu Bar text hover', 'id' => 'ttw_menubar_hover_color', 'type' => 'ctext',
'info' => 'Main menu bar text item when hovering',
'std' => '#FFFFFF'),
array( 'name' => 'Menu Bar current page', 'id' => 'ttw_menubar_curpage_color', 'type' => 'ctext',
'info' => 'Main menu bar text item for the currently displayed site page',
'std' => '#FFFFFF'),
array( 'name' => 'Bold Menu Text', 'id' => 'ttw_bold_menu', 'type' => 'checkbox',
'info' => 'Check to use bold font style for menu text.',
'std' => false),
array( 'name' => 'Menu Bar Gradient', 'id' => 'ttw_gradient_menu', 'type' => 'checkbox',
'info' => 'Check to add gradient effect to menu bars',
'std' => false),
array( 'name' => 'Add Search to Menu Bar', 'id' => 'ttw_menu_addsearch', 'type' => 'checkbox',
'info' => "Add a search box to Primary menu bar on right.",
'std' => false),
array( 'name' => 'Add Log in to Menu Bar', 'id' => 'ttw_menu_addlogin', 'type' => 'checkbox',
'info' => "Add a simple Log in link to Primary menu bar on right.",
'std' => false),
array( 'name' => 'Hide Menu Bars', 'id' => 'ttw_hide_menu', 'type' => 'checkbox',
'info' => "Don't want menu bars? Hide them. (If empty, Primary or Secondary menus won't display.)",
'std' => false),
array( 'name' => 'Move Primary Menu to Top', 'id' => 'ttw_move_menu', 'type' => 'checkbox',
'info' => 'Move the Primary Menu to above the image (Secondary Menu will be on bottom)',
'std' => false),
array( 'name' => 'No Home Menu Item', 'id' => 'ttw_menu_nohome', 'type' => 'checkbox',
'info' => 'Don\'t automatically add Home menu item for home page (as defined in Settings->Reading)',
'std' => false),
array( 'name' => 'Site Title', 'id' => 'ttw_title_color', 'type' => 'ctext',
'info' => "The site's main title in the header (blog title)",
'std' => '#000000'),
array( 'name' => 'Site Description', 'id' => 'ttw_desc_color', 'type' => 'ctext',
'info' => "The site's description tag line (blog description)",
'std' => '#666666'),
array( 'name' => 'Larger Site Description', 'id' => 'ttw_large_tagline', 'type' => 'checkbox',
'info' => 'Check to make site description larger.',
'std' => false),
array( 'name' => 'Move Title over Header Image', 'id' => 'ttw_title_on_header', 'type' => 'checkbox',
'info' => 'Check to move the site Title and Description over the Header Image.',
'std' => false),
array( 'name' => 'Title Indents', 'id' => 'ttw_title_on_header_xy', 'type' => 'text_xy',
'info' => 'Adjust default left and top indents for Title over Header Image. (default: x:40, y:44)',
'std' => false),
array( 'name' => 'Description Indents', 'id' => 'ttw_title_on_header_xy_desc', 'type' => 'text_xy',
'info' => 'Adjust default left and top indents for Title over Header Image. (default: x:40, y:90)',
'std' => false),
array( 'name' => 'Hide Site Title/Description', 'id' => 'ttw_hide_site_title', 'type' => 'checkbox',
'info' => 'Check to hide display of Site Title and Description',
'std' => false),
array( 'name' => 'Header Image Height', 'id' => 'ttw_header_image_height', 'type' => 'text',
'info' => 'Change the default height of the Header Image (use 0 to HIDE image). Standard size is 198. Upload new image in Appearance -> Header after changing height.',
'std' => '198'),
array( 'name' => 'Header Image Links to Site', 'id' => 'ttw_link_site_image', 'type' => 'checkbox',
'info' => 'Check to add a link to site home page for Header Image',
'std' => false),
array( 'name' => 'Space After Header', 'id' => 'ttw_after_header', 'type' => 'text',
'info' => 'Change the space between Header and Body (specify space in px, but just give number, no px).',
'std' => '40'),
array( 'name' => 'Hide Featured Image for Header', 'id' => 'ttw_hide_featured_header', 'type' => 'checkbox',
'info' => 'Hide the "Featured Image" (set in Post/Page edit) from appearing as the header image. (Also see "Show Featured Image in Posts").',
'std' => false),
// -----------------------------------
array( 'name' => 'Footer Options', 'id' => 'ttw_footer_appearance', 'type' => 'header',
'info'=> 'Settings for the footer',
'std' => 'help.html#FooterOpt'),
array( 'name' => 'Footer BG', 'id' => 'ttw_footer_bgcolor', 'type' => 'ctext',
'info' => 'Background for the footer area.',
'std' => 'transparent'),
array( 'name' => 'Footer Border', 'id' => 'ttw_footer_border_color', 'type' => 'ctext',
'info' => 'Color of the border above the footer area.',
'std' => '#000000'),
array( 'name' => 'Hide Entire Footer', 'id' => 'ttw_hide_footer', 'type' => 'checkbox',
'info' => 'Hide the entire footer area.',
'std' => false),
// -----------------------------------
array( 'name' => 'Content Areas', 'id' => 'ttw_content_appearance', 'type' => 'header',
'info'=> 'Settings for the content area (posts and pages)',
'std' => 'help.html#ContentAreas'),
array( 'name' => 'Content BG', 'id' => 'ttw_content_bgcolor', 'type' => 'ctext',
'info' => 'Background for post and page #content div (uses main bg if not set).',
'std' => 'transparent'),
array( 'name' => 'Page Title Text', 'id' => 'ttw_page_title_color', 'type' => 'ctext',
'info' => "Main Title for static pages (note: post title is 'Post Entry Title Link')",
'std' => '#000000'),
array( 'name' => 'Bar under Titles', 'id' => 'ttw_header_underline', 'type' => 'text',
'info' => 'Enter size in px (just value, no px) if you want a bar under content Titles. Leave 0 for no bar.',
'std' => '0'),
array( 'name' => 'Heading text', 'id' => 'ttw_text_color', 'type' => 'ctext',
'info' => 'Content non-title headings and other labels',
'std' => '#000000'),
array( 'name' => 'Content text', 'id' => 'ttw_content_color', 'type' => 'ctext',
'info' => 'Main post and page content text.',
'std' => '#444444'),
array ('name' => 'Smaller Content Font', 'id' => 'ttw_small_content_font', 'type' => 'checkbox',
'info' => 'Make font of article and post text a bit smaller.',
'std' => false),
array ( 'name' => 'Content List Bullet',
'id' => 'ttw_contentlist_bullet', 'type' => 'imgselect', 'info' => 'Bullet used for Unorderd Lists in Content areas',
'std' => '',
'value' => array('default','none', 'circle', 'disc', 'square',
'arrow1-black','arrow1-blue','arrow1-gray','arrow1-green','arrow1-red',
'arrow2-black','arrow2-blue','arrow2-gray','arrow2-green','arrow2-red',
'arrow3-black','arrow3-blue','arrow3-gray','arrow3-green','arrow3-red',
'arrow4-black','arrow4-blue','arrow4-gray','arrow4-green','arrow4-red',
'arrow5-black','arrow5-blue','arrow5-gray','arrow5-green','arrow5-red',
'check1-black','check1-blue','check1-gray','check1-green','check1-red',
'circle1-black','circle1-blue','circle1-gray','circle1-green','circle1-red',
'circle2-black','circle2-blue','circle2-gray','circle2-green','circle2-red',
'diamond1-black','diamond1-blue','diamond1-gray','diamond1-green','diamond1-red',
'diamond2-black','diamond2-blue','diamond2-gray','diamond2-green','diamond2-red',
'plus1-black','plus1-blue','plus1-gray','plus1-green','plus1-red',
'square1-black','square1-blue','square1-gray','square1-green','square1-red',
'square2-black','square2-blue','square2-gray','square2-green','square2-red',
'square3-black','square3-blue','square3-gray','square3-green','square3-red',
'star1-black','star1-blue','star1-gray','star1-green','star1-red',
'star2-black','star2-blue','star2-gray','star2-green','star2-red',
'star3-black','star3-blue','star3-gray','star3-green','star3-red',
'custom-black','custom-blue','custom-gray','custom-green','custom-red'
)),
array( 'name' => '<HR> color', 'id' => 'ttw_hr_color', 'type' => 'ctext',
'info' => 'Color of horizontal (<hr>) lines in posts and pages.',
'std' => '#000000'),
array( 'name' => 'Standard Link', 'id' => 'ttw_link_color', 'type' => 'ctext',
'info' => 'Color for most links.',
'std' => '#0066CC'),
array( 'name' => 'Standard Link Visited', 'id' => 'ttw_link_visited_color', 'type' => 'ctext',
'info' => 'Color for links that have been visited.',
'std' => '#743399'),
array( 'name' => 'Standard Link Hover', 'id' => 'ttw_link_hover_color', 'type' => 'ctext',
'info' => 'Color for links when hovering.',
'std' => '#FF4B33'),
array ( 'name' => 'Table Style', 'id' => 'ttw_weaver_tables', 'type' => 'select',
'info' => 'Style used for tables in content.',
'std' => 'Default',
'value' => array( 'Default', 'Weaver', 'Bold Headings','No Borders', 'Full Width'
)),
array( 'name' => 'Captioned Image Border Color', 'id' => 'ttw_media_lib_captioned_border', 'type' => 'ctext',
'info' => 'Border color for captioned images from media library.',
'std' => '#F1F1F1'),
array( 'name' => 'Non-Captioned Image Border Color', 'id' => 'ttw_media_lib_border', 'type' => 'ctext',
'info' => 'Border color for non-captioned images from media library. (Make same color as
Captioned Images to have media images display the same.)',
'std' => 'transparent'),
array( 'name' => 'Caption text color', 'id' => 'ttw_caption_color', 'type' => 'ctext',
'info' => 'Color of captions - e.g., below media images.',
'std' => '#333333'),
array( 'name' => 'Input Area BG', 'id' => 'ttw_input_bgcolor', 'type' => 'ctext',
'info' => 'Background color for text input boxes. (Add {color:#xxxxxx;} using CSS+ to specify text color.)',
'std' => '#F0F0F0'),
// -----------------------------------
array( 'name' => 'Post Page Specifics', 'id' => 'ttw_post_appearance', 'type' => 'header',
'info'=> 'Settings affecting just Post pages',
'std' => 'help.html#PPSpecifics'),
array( 'name' => 'Post BG', 'id' => 'ttw_post_bgcolor', 'type' => 'ctext',
'info' => 'Background color used for posts.',
'std' => 'transparent'),
array( 'name' => 'Post Entry Title Link', 'id' => 'ttw_plink_color',
'type' => 'ctext', 'info' => 'Post entry title link color (blog entry titles are links).',
'std' => '#000000'),
array( 'name' => 'Post Entry Title Link Visited', 'id' => 'ttw_plink_visited_color', 'type' => 'ctext',
'info' => 'Post entry title links that have been visited.',
'std' => '#000000'),
array( 'name' => 'Post Entry Title Link Hover', 'id' => 'ttw_plink_hover_color', 'type' => 'ctext',
'info' => 'Post entry title for links when hovering.',
'std' => '#FF4B33'),
array( 'name' => 'Post Info text', 'id' => 'ttw_info_color', 'type' => 'ctext',
'info' => 'Color for post information text. (also called Meta Info)',
'std' => '#888888'),
array( 'name' => 'Use Icons in Post Info', 'id' => 'ttw_post_icons', 'type' => 'checkbox',
'info' => 'Check to use icons in Post Info (Meta Info)',
'std' => false),
array( 'name' => 'Hide Post Info Fill-in', 'id' => 'ttw_hide_post_fill', 'type' => 'checkbox',
'info' => "Hide Post fill-in meta info (e.g., 'Posted on', '|'). (allows Icons only for post info)",
'std' => false),
array( 'name' => 'Top Post Info BG', 'id' => 'ttw_infotop_bgcolor', 'type' => 'ctext',
'info' => "The top post info area ('Posted on x by y' line - add {display:none;} to CSS to hide entire line.)",
'std' => 'transparent'),
array( 'name' => 'Hide Post Date', 'id' => 'ttw_post_hide_date', 'type' => 'checkbox',
'info' => 'Hide the post date everwhere it is normally displayed.',
'std' => false),
array( 'name' => 'Hide Post Author', 'id' => 'ttw_post_hide_author', 'type' => 'checkbox',
'info' => 'Hide the post author everwhere it is normally displayed. Looks best when you also Hide Post Info Fill-in.',
'std' => false),
array( 'name' => 'Bottom Post Info BG', 'id' => 'ttw_infobottom_bgcolor', 'type' => 'ctext',
'info' => "The bottom post info area ('Posted in' line - add {display:none;} to CSS to hide entire line.)",
'std' => 'transparent'),
array( 'name' => 'Hide Category if Only One', 'id' => 'ttw_hide_singleton_cat', 'type' => 'checkbox',
'info' => 'If there is only one overall category defined (Uncategorized), don\'t show Category of post.', 'std' => false ),
array( 'name' => 'Hide Comments Off', 'id' => 'ttw_hide_comments_closed', 'type' => 'checkbox',
'info' => 'If comments are off, and no comments have been made, hide the Comments Off message.', 'std' => false ),
array( 'name' => 'Hide Post Category, Tags', 'id' => 'ttw_post_hide_cats', 'type' => 'checkbox',
'info' => 'Hide the post category and tags wherever they are normally displayed.',
'std' => false),
array( 'name' => 'Post Info Link', 'id' => 'ttw_ilink_color', 'type' => 'ctext',
'info' => 'Links in post information.',
'std' => '#888888'),
array( 'name' => 'Post Info Link Visited', 'id' => 'ttw_ilink_visited_color', 'type' => 'ctext',
'info' => 'Visited Post Info Links.',
'std' => '#888888'),
array( 'name' => 'Post Info Link Hover', 'id' => 'ttw_ilink_hover_color', 'type' => 'ctext',
'info' => 'Hovering on Post Info links.',
'std' => '#FF4B33'),
array( 'name' => 'Sticky Post BG', 'id' => 'ttw_stickypost_bgcolor', 'type' => 'ctext',
'info' => 'BG color for sticky posts, author info. (Add {border:none;padding:0;} to CSS to make sticky posts same as regular posts.)',
'std' => '#888888'),
array( 'name' => 'Display posts as excerpts', 'id' => 'ttw_always_excerpt', 'type' => 'checkbox',
'info' => 'Will display an excerpt instead of full post on blog main page. Most useful when used with Featured Image.
(also can be set per post with post editor)', 'std' => false ),
array( 'name' => 'Excerpt length', 'id' => 'ttw_excerpt_length', 'type' => 'text',
'info' => 'Change default (55 words) post excerpt length.', 'std' => false ),
array( 'name' => 'Continue reading Message', 'id' => 'ttw_excerpt_more_msg', 'type' => 'text',
'info' => 'Change default Continue reading → message for excerpts.', 'std' => false ),
array( 'name' => 'Display full posts', 'id' => 'ttw_always_fullpost', 'type' => 'checkbox',
'info' => 'Will display the full post instead of excerpt on special post pages. (Archives, Searches, Categories, etc.)
(also can be set per post with post editor)', 'std' => false ),
array( 'name' => 'Show Featured Image for full posts', 'id' => 'ttw_show_featured_image_fullposts', 'type' => 'checkbox',
'info' => 'Show the "Featured Image" (set on Post edit page) thumbnail with full post displays (non-excerpted posts)', 'std' => false ),
array( 'name' => 'Show the Featured Image for excerpted posts', 'id' => 'ttw_show_featured_image_excerptedposts', 'type' => 'checkbox',
'info' => 'Show the "Featured Image" (set on Post edit page) thumbnail with excerpted posts.
(See the Help page for more details on using the Featured Image.)', 'std' => false ),
array( 'name' => 'Show avatar with posts', 'id' => 'ttw_show_post_avatar', 'type' => 'checkbox',
'info' => 'Show author avatar at top of posts (also can be set per post with post editor)', 'std' => false ),
array( 'name' => 'Hide Author Bio', 'id' => 'ttw_hide_author_bio', 'type' => 'checkbox',
'info' => 'Hide display of author bio box on author and full single post pages.', 'std' => false ),
array( 'name' => 'Allow comments for attachments', 'id' => 'ttw_allow_attachment_comments', 'type' => 'checkbox',
'info' => 'Allow visitors to leave comments for attachments (usually full size media image - only if comments allowed).', 'std' => false ),
array( 'name' => 'Hide Sidebars on Single Post', 'id' => 'ttw_hide_single_sidebars', 'type' => 'checkbox',
'info' => 'Hide the sidebars on Single Post pages. Makes display of full post article look like one column template.', 'std' => false ),
// -----------------------------------
array( 'name' => 'Widget Areas', 'id' => 'ttw_widget_appearance', 'type' => 'header',
'info'=> 'Settings affecting widget areas',
'std' => 'help.html#WidgetAreas'),
array( 'name' => 'Main Sidebar Columns', 'id' => 'ttw_sidebars', 'type' => 'select',
'info' => 'Choices for one on right (default), one on left, 3 varieties of two sidebar columns, or none.',
'std' => SB_default,
'value' => array( SB_default, SB_1rw, SB_1l, SB_2c, SB_2r, SB_2l, SB_none ),
),
array( 'name' => 'Sidebar Width', 'id' => 'ttw_sidebar_width', 'type' => 'text',
'info' => 'Change width of primary and secondary side bars. Use 0 for default width (varies depending on sidebar selection). Interacts with Theme Width.',
'std' => '0'),
array( 'name' => 'Primary Widget Area BG', 'id' => 'ttw_side1_bgcolor', 'type' => 'ctext',
'info' => 'Background for the primary (#1 sidebar) widget area.',
'std' => 'transparent'),
array( 'name' => 'Secondary Widget Area BG', 'id' => 'ttw_side2_bgcolor', 'type' => 'ctext',
'info' => 'Background for the secondary (#2 sidebar) widget area.',
'std' => 'transparent'),
array( 'name' => 'Alt Template Widget Area BG', 'id' => 'ttw_side3_bgcolor', 'type' => 'ctext',
'info' => 'Background for the alternate page template sidebar widget area.',
'std' => 'transparent'),
array( 'name' => 'Top/Bottom Widget Areas BG', 'id' => 'ttw_topbottom_bgcolor', 'type' => 'ctext',
'info' => 'Background for the top and bottom widget areas.',
'std' => 'transparent'),
array ('name' => __('Full Width Top/Bottom widget areas',TTW_TRANS), 'id' => 'ttw_wide_top_bottom', 'type' => 'checkbox',
'info' => __('Use full width of content area for top and bottom widget areas',TTW_TRANS),
'std' => false),
array( 'name' => 'Footer Widget Areas BG', 'id' => 'ttw_footer_widget_bgcolor', 'type' => 'ctext',
'info' => 'Background for the footer widget areas.',
'std' => 'transparent'),
array( 'name' => 'Horizontal Footer Widget Area Blocks', 'id' => 'ttw_footer_widget_count', 'type' => 'text',
'info' => 'Enter 1, 2, or 3 to reduce default number (4) of horizontal blocks used to display widget areas in footer. Mix and/or match number of blocks and widget areas!',
'std' => '4'),
array( 'name' => 'Individual Widget BG', 'id' => 'ttw_widget_item_bgcolor', 'type' => 'ctext',
'info' => 'Background color for individual widgets. (Use CSS to add borders, etc.)',
'std' => 'transparent'),
array( 'name' => 'Widget Title', 'id' => 'ttw_widget_title_color', 'type' => 'ctext',
'info' => 'Color for Widget titles and labels.',
'std' => '#222222'),
array( 'name' => 'Bar under Widget Titles', 'id' => 'ttw_widget_header_underline', 'type' => 'text',
'info' => 'Enter size in px (just value, no px) if you want a bar under Widget Titles. Leave 0 for no bar.',
'std' => '0'),
array( 'name' => 'Widget Area Text', 'id' => 'ttw_widget_color', 'type' => 'ctext',
'info' => 'Color for widget area content (text color).',
'std' => '#666666'),
array ( 'name' => 'Widget List Bullet',
'id' => 'ttw_list_bullet', 'type' => 'imgselect', 'info' => 'Bullet used for Sidebar Lists (black square default).',
'std' => '',
'value' => array('default','none', 'circle', 'disc', 'square',
'arrow1-black','arrow1-blue','arrow1-gray','arrow1-green','arrow1-red',
'arrow2-black','arrow2-blue','arrow2-gray','arrow2-green','arrow2-red',
'arrow3-black','arrow3-blue','arrow3-gray','arrow3-green','arrow3-red',
'arrow4-black','arrow4-blue','arrow4-gray','arrow4-green','arrow4-red',
'arrow5-black','arrow5-blue','arrow5-gray','arrow5-green','arrow5-red',
'check1-black','check1-blue','check1-gray','check1-green','check1-red',
'circle1-black','circle1-blue','circle1-gray','circle1-green','circle1-red',
'circle2-black','circle2-blue','circle2-gray','circle2-green','circle2-red',
'diamond1-black','diamond1-blue','diamond1-gray','diamond1-green','diamond1-red',
'diamond2-black','diamond2-blue','diamond2-gray','diamond2-green','diamond2-red',
'plus1-black','plus1-blue','plus1-gray','plus1-green','plus1-red',
'square1-black','square1-blue','square1-gray','square1-green','square1-red',
'square2-black','square2-blue','square2-gray','square2-green','square2-red',
'square3-black','square3-blue','square3-gray','square3-green','square3-red',
'star1-black','star1-blue','star1-gray','star1-green','star1-red',
'star2-black','star2-blue','star2-gray','star2-green','star2-red',
'star3-black','star3-blue','star3-gray','star3-green','star3-red',
'custom-black','custom-blue','custom-gray','custom-green','custom-red'
)),
array( 'name' => 'Widget Link', 'id' => 'ttw_wlink_color', 'type' => 'ctext',
'info' => 'Color for links in widgets (uses Standard Link colors if left to default color).',
'std' => '#0066CC'),
array( 'name' => 'Widget Link Visited', 'id' => 'ttw_wlink_visited_color', 'type' => 'ctext',
'info' => 'Color for widget links that have been visited.',
'std' => '#743399'),
array( 'name' => 'Widget Link Hover', 'id' => 'ttw_wlink_hover_color', 'type' => 'ctext',
'info' => 'Color for widget links when hovering.',
'std' => '#FF4B33'),
array( 'name' => 'Sidebar Border Adjust', 'id' => 'ttw_border_adjust_sidebar', 'type' => 'text',
'info' => 'Value to adjust sidebar area widths if you\'ve added your own borders (e.g., using CSS on widget area BG)',
'std' => ''),
array ('name' => __('Hide Top/Bottom widget area in pages',TTW_TRANS), 'id' => 'ttw_hide_widg_pages', 'type' => 'checkbox',
'info' => __('Hide the top and bottom widget areas on pages. They do not display if no widgets added to area.',TTW_TRANS),
'std' => false),
array ('name' => __('Hide Top/Bottom widget area in blog',TTW_TRANS), 'id' => 'ttw_hide_widg_posts', 'type' => 'checkbox',
'info' => __('Hide the top and bottom widget areas on main posts (blog) page. They do not display if no widgets added to area.',TTW_TRANS),
'std' => false),
array ('name' => __('Hide Special Post Pages widget area',TTW_TRANS), 'id' => 'ttw_hide_special_posts', 'type' => 'checkbox',
'info' => __('Hide the Special Post Pages widget area on special post pages (archives, attachment, author, category, single post). It does not display if no widgets added to area.',TTW_TRANS),
'std' => false),
array ('name' => __('Always Show Top/Bottom widget area on front page',TTW_TRANS), 'id' => 'ttw_force_widg_frontpage', 'type' => 'checkbox',
'info' => __('When checked, the top and bottom widget areas will always be displayed on the front page. Overrides other settings.',TTW_TRANS),
'std' => false),
array( 'name' => __('Area Border on Top/Bottom widget areas',TTW_TRANS), 'id' => 'ttw_useborders_topbot', 'type' => 'checkbox',
'info' => 'Check to include border around top and bottom widget areas.',
'std' => false),
);
$ttw_dev = false; // if want to enable special save theme stuff
/* $ttw_optionsList is a "master" list of every option TT Weaver can change. It is IMPORTANT to keep it up to date, because
it is used to save the user's own theme. While this array very closely parallels the theme definitions above,
it has the extra fields for the advanced options. Also used to download and restore themes. And it now uses
false for non-set values - to indicate to use the default std value. Note: these are THEME option, and do not include
the per-site adminOpts defined later.
*/
$ttw_optionsListDefault = array (
'ttw_after_header' => false,
'ttw_allow_attachment_comments' => false,
'ttw_always_excerpt' => false,
'ttw_always_fullpost' =>false,
'ttw_body_bgcolor' => false,
'ttw_body_bg_color_css' => false,
'ttw_bold_menu' => false,
'ttw_border_adjust_sidebar' => false,
'ttw_caption_color' => false,
'ttw_container_bgcolor' => false,
'ttw_container_bgcolor_css' => false,
'ttw_content_bgcolor' => false,
'ttw_content_bgcolor_css' => false,
'ttw_content_color' => false,
'ttw_content_color_css' => false,
'ttw_content_font' => false,
'ttw_contentlist_bullet' => false,
'ttw_desc_color' => false,
'ttw_desc_color_css' => false,
'ttw_excerpt_length' => false,
'ttw_excerpt_more_msg' => false,
'ttw_fadebody_bg' => false,
'ttw_footer_bgcolor' => false,
'ttw_footer_bgcolor_css' => false,
'ttw_footer_border_color' => false,
'ttw_footer_border_color_css' => false,
'ttw_footer_widget_bgcolor' => false,
'ttw_footer_widget_bgcolor_css' => false,
'ttw_footer_widget_count' => false,
'ttw_force_widg_frontpage' => false,
'ttw_gradient_menu' => false,
'ttw_header_bgcolor' => false,
'ttw_header_bgcolor_css' => false,
'ttw_header_image_height' => false,
'ttw_header_image_width' => false,
'ttw_header_underline' => false,
'ttw_hide_author_bio' => false,
'ttw_hide_comments_closed' => false,
'ttw_hide_footer' => false,
'ttw_hide_menu' => false,
'ttw_hide_featured_header' => false,
'ttw_hide_post_fill' => false,
'ttw_hide_singleton_cat' => false,
'ttw_hide_single_sidebars' => false,
'ttw_hide_site_title' => false,
'ttw_hide_special_posts' => false,
'ttw_hide_widg_pages' => false,
'ttw_hide_widg_posts' => false,
'ttw_hr_color' => false,
'ttw_hr_color_css' => false,
'ttw_ilink_color' => false,
'ttw_ilink_color_css' => false,
'ttw_ilink_hover_color' => false,
'ttw_ilink_hover_color_css' => false,
'ttw_ilink_visited_color' => false,
'ttw_ilink_visited_color_css' => false,
'ttw_info_color' => false,
'ttw_info_color_css' => false,
'ttw_infotop_bgcolor' => false,
'ttw_infotop_bgcolor_css' => false,
'ttw_infobottom_bgcolor' => false,
'ttw_infobottom_bgcolor_css' => false,
'ttw_input_bgcolor' => false,
'ttw_input_bgcolor_css' => false,
'ttw_large_tagline' => false,
'ttw_link_color' => false,
'ttw_link_color_css' => false,
'ttw_link_hover_color' => false,
'ttw_link_hover_color_css' => false,
'ttw_link_visited_color' => false,
'ttw_link_visited_color_css' => false,
'ttw_link_site_image' => false,
'ttw_list_bullet' => false,
'ttw_main_bgcolor' => false,
'ttw_main_bgcolor_css' => false,
'ttw_media_lib_border' => false,
'ttw_media_lib_captioned_border' => false,
'ttw_menu_addsearch' => false,
'ttw_menu_addlogin' => false,
'ttw_menu_nohome' => false,
'ttw_menubar_color' => false,
'ttw_menubar_color_css' => false,
'ttw_menubar_curpage_color' => false,
'ttw_menubar_curpage_color_css' => false,
'ttw_menubar_hover_color' => false,
'ttw_menubar_hover_color_css' => false,
'ttw_menubar_hoverbg_color' => false,
'ttw_menubar_hoverbg_color_css' => false,
'ttw_menubar_text_color' => false,
'ttw_menubar_text_color_css' => false,
'ttw_move_menu' => false,
'ttw_page_bgcolor' => false,
'ttw_page_bgcolor_css' => false,
'ttw_page_title_color' => false,
'ttw_page_title_color_css' => false,
'ttw_plink_color' => false,
'ttw_plink_color_css' => false,
'ttw_plink_hover_color' => false,
'ttw_plink_hover_color_css' => false,
'ttw_plink_visited_color' => false,
'ttw_plink_visited_color_css' => false,
'ttw_post_hide_date' => false,
'ttw_post_hide_author' => false,
'ttw_post_hide_cats'=> false,
'ttw_post_bgcolor' => false,
'ttw_post_icons' => false,
'ttw_rounded_corners' => false,
'ttw_show_featured_image_excerptedposts' => false,
'ttw_show_featured_image_fullposts' => false,
'ttw_show_post_avatar' => false,
'ttw_side1_bgcolor' => false,
'ttw_side1_bgcolor_css' => false,
'ttw_side2_bgcolor' => false,
'ttw_side2_bgcolor_css' => false,
'ttw_side3_bgcolor' => false,
'ttw_side3_bgcolor_css' => false,
'ttw_sidebar_width' => false,
'ttw_sidebars' => false,
'ttw_small_content_font' => false,
'ttw_stickypost_bgcolor' => false,
'ttw_stickypost_bgcolor_css' => false,
'ttw_text_color' => false,
'ttw_text_color_css' => false,
'ttw_title_color' => false,
'ttw_title_color_css' => false,
'ttw_title_font' => false,
'ttw_title_on_header' => false,
'ttw_title_on_header_xy' => false,
'ttw_title_on_header_xy_desc' => false,
'ttw_topbottom_bgcolor' => false,
'ttw_topbottom_bgcolor_css' => false,
'ttw_useborders' => false,
'ttw_useborders_topbot' => false,
'ttw_weaver_tables' => false,
'ttw_wide_top_bottom' => false,
'ttw_widget_color' => false,
'ttw_widget_color_css' => false,
'ttw_widget_header_underline' => false,
'ttw_widget_item_bgcolor' => false,
'ttw_widget_item_bgcolor_css' => false,
'ttw_widget_title_color' => false,
'ttw_widget_title_color_css' => false,
'ttw_wlink_color' => false,
'ttw_wlink_color_css' => false,
'ttw_wlink_hover_color' => false,
'ttw_wlink_hover_color_css' => false,
'ttw_wlink_visited_color' => false,
'ttw_wlink_visited_color_css' => false,
'ttw_wrap_shadow' => false,
/* PLUS the advanced opts! */
'ttw_footer_opts' => false,
'ttw_head_opts' => false,
'ttw_add_css'=> false,
'ttw_preheader_insert' => false,
'ttw_hide_front_preheader' => false,
'ttw_hide_rest_preheader' => false,
'ttw_header_insert' => false,
'ttw_custom_header_insert' => false,
'ttw_header_frontpage_only' => false,
'ttw_postheader_insert' => false,
'ttw_hide_front_postheader' => false,
'ttw_hide_rest_postheader' => false,
'ttw_prefooter_insert' => false,
'ttw_hide_front_prefooter' => false,
'ttw_hide_rest_prefooter' => false,
'ttw_postfooter_insert' => false,
'ttw_hide_front_postfooter' => false,
'ttw_hide_rest_postfooter' => false,
'ttw_presidebar_insert' => false,
'ttw_hide_front_presidebar' => false,
'ttw_hide_rest_presidebar' => false,
'ttw_theme_description' => false,
'ttw_theme_head_opts' => false,
'ttw_theme_image' =>false,
'ttw_themename' => false,
/* plus current subtheme */
'ttw_subtheme' => false
);
$ttw_retain_opts = array( /* these settings survive set to subtheme */
'ttw_footer_opts',
'ttw_head_opts',
'ttw_add_css',
'ttw_preheader_insert',
'ttw_hide_front_preheader',
'ttw_hide_rest_preheader',
'ttw_header_insert',
'ttw_custom_header_insert',
'ttw_header_frontpage_only',
'ttw_postheader_insert',
'ttw_hide_front_postheader',
'ttw_hide_rest_postheader',
'ttw_prefooter_insert',
'ttw_hide_front_prefooter',
'ttw_hide_rest_prefooter',
'ttw_postfooter_insert',
'ttw_hide_front_postfooter',
'ttw_hide_rest_postfooter',
'ttw_presidebar_insert',
'ttw_hide_front_presidebar',
'ttw_hide_rest_presidebar'
);
$ttw_optionsList = array();
$ttw_optionsList = $ttw_optionsListDefault;
$ttw_myoptionsList = array ();
$ttw_myoptionsList = $ttw_optionsListDefault; /* make a copy */
/* This list determines the order the themes are displayed on the pick a theme select box.
It needs to be updated with each newly created subtheme.
We put the them file names and descriptions here, too, to avoid having to read the whole
set of theme files just to build the theme thumbnail display. This is still way easier
that the previous method of keeping the full theme definition in an array! (added version 1.6)
*/
$ttw_themeList = array(
array('name'=>'Wheat', 'file'=> 'wvr-wheat',
'desc' => 'Wheat-toned theme, the Weaver default theme.',
'img' => 'wheat.jpg'),
array('name'=>'My Saved Theme', 'file' => '', 'desc'=>'Your saved theme.', 'img'=>'custom.jpg'),
array('name'=>'Black and White', 'file' => 'wvr-blackandwhite',
'desc' => "Black and White - no color here.",
'img' => 'blackandwhite.jpg'),
array('name'=>'Blue', 'file' => 'wvr-blue',
'desc' => 'A simple theme, based on blue.',
'img' => 'blue.jpg'),
array('name'=>'Browns', 'file' => 'wvr-browns',
'desc' => 'Brown theme - almost a camo look.',
'img' => 'browns.jpg'),
array('name'=>'Dark with Green', 'file' => 'wvr-darkgreen',
'desc' => "Almost Black, with Green titles",
'img' => 'darkgreen.jpg'),
array('name'=>'Dark - 2 Left Sidebars', 'file' => 'wvr-dark2left',
'desc' => "A Dark Theme with 2 sidebars on the left.",
'img' => 'dark2.jpg'),
array('name'=>'The Grays', 'file' => 'wvr-grays',
'desc' => "Gray based theme with title decorations.",
'img' => 'grays.jpg'),
array('name'=>'IndieAve', 'file' => 'wvr-indieave',
'desc' => "A Green oriented theme based on IndieAve.com. Use Indie Ave header to see full design.",
'img' => 'indieave.jpg'),
array('name'=>'Ivory Drive', 'file' => 'wvr-ivorydrive',
'desc' => "Modelled after IvoryDrive.com website. Use the Ivory Drive header to see full design.",
'img' => 'ivorydrive.jpg'),
array('name'=>'Kitchen Sink', 'file' => 'wvr-kitchensink',
'desc' => 'Blue and Green theme with many borders. Demonstrates many Weaver options.',
'img' => 'kitchensink.jpg'),
array('name'=>'Magazine', 'file' => 'wvr-magazine',
'desc' => 'Designed to use with Pages with Posts and [weaver-show-posts] to make a magazine layout.',
'img' => 'magazine.jpg'),
array('name'=>'Mist', 'file' => 'wvr-mist',
'desc' => 'Misty theme.',
'img' => 'mist.jpg'),
array('name'=>'Orange', 'file' => 'wvr-orange',
'desc' => 'Simple Orange headers',
'img' => 'orange.jpg'),
array('name'=>'Reds', 'file' => 'wvr-reds',
'desc' => 'Red based theme - good example of some custom CSS entries.',
'img' => 'reds.jpg'),
array('name'=>'Shadows', 'file' => 'wvr-shadows',
'desc' => 'Gray with Shadows',
'img' => 'shadows.jpg'),
array('name'=>'Simple Silver', 'file' => 'wvr-simplesilver',
'desc' => 'A simple silver theme.',
'img' => 'simplesilver.jpg'),
array('name'=>'Sopris', 'file' => 'wvr-sopris',
'desc' => "Mountain Blues and Greens",
'img' => 'sopris.jpg'),
array('name'=>'Tan and Gray', 'file' => 'wvr-tanandgray',
'desc' => 'A clean tan, gray, and white theme.',
'img' => 'tanandgray.jpg'),
array('name'=>'Transparent Dark', 'file' => 'wvr-transparentdark',
'desc' => 'A Transparent theme for dark backgrounds. It requires a dark background image to look good.',
'img' => 'transparentdark.jpg'),
array('name'=>'Transparent Light', 'file' => 'wvr-transparentlight',
'desc' => "A Trasparent theme for light backgrounds. It requires a light background image to look good.",
'img' => 'transparentlight.jpg'),
array('name'=>'Turquoise', 'file' => 'wvr-turquoise',
'desc' => "A simple turquoise based theme.",
'img' => 'turquoise.jpg'),
array('name'=>'Twenty Ten', 'file' => 'wvr-twentyten',
'desc' => "Twenty Ten Theme (just like the original)",
'img' => 'twentyten.jpg'),
array('name'=>'White', 'file' => 'wvr-white',
'desc' => "White Theme with content border.",
'img' => 'white.jpg'),
array('name'=>'WP Weaver', 'file' => 'wvr-wpweaver',
'desc' => 'An Ivory tone theme - used by WPWeaver.info. Use WP Weaver header to see full design.',
'img' => 'wpweaver.jpg',)
);
$ttw_adminOptsDefault = array('ttw_version_id'=>TTW_VERSION_ID, 'ttw_show_preview'=>false, 'ttw_hide_theme_thumbs'=>false,
'ttw_hide_metainfo'=>false, 'ttw_metainfo'=>'','ttw_end_opts' => false, 'ttw_force_inline_css'=>false,
'ttw_hide_IE_warning_css'=>false, 'ttw_hide_auto_css_rules' => false, 'ttw_show_codeinsertareas' => false,
'ttw_perpagewidgets' => false, 'ttw_hide_PIE' => false);
$ttw_adminOpts = array();
$ttw_adminOpts = $ttw_adminOptsDefault;
$ttw_cur_page_id = false;
$ttw_cur_post_id = false;
$ttw_loop = 'full';
?>