<?php

/**
 * Lists out all the options from the Blog Features Section of the theme options
 * This file is included in functions.php
 *
 * @package Suffusion
 * @subpackage Admin
 */
global $suffusion_social_networks, $suffusion_comment_label_name, $suffusion_comment_label_req, $suffusion_comment_label_email, $suffusion_comment_label_uri, $suffusion_comment_label_your_comment;
$suffusion_blog_features_options = array(array("name" => "Back-End", "type" => "sub-section-2", "category" => "blog-features", "parent" => "root"), array("name" => "SEO / Meta Settings", "type" => "sub-section-3", "category" => "seo-settings", "parent" => "blog-features"), array("name" => "Force IE7 Compatibility View", "desc" => "You can enable compatibility view by force in IE8. This handles some cases of image-rendering bugs (squishing, stretching etc) that are\n\t\t\tdisplayed with some plugins", "id" => "suf_ie7_compatibility", "parent" => "seo-settings", "type" => "radio", "options" => array("no-force" => "Don't force compatibility mode", "force" => "Force compatibility mode"), "std" => "no-force"), array("name" => "Enable SEO settings for the theme?", "desc" => "Suffusion comes bundled with SEO settings. You should turn these off if you are using a plugin like All-in-One SEO or Platinum SEO. ", "id" => "suf_seo_enabled", "parent" => "seo-settings", "type" => "radio", "options" => array("enabled" => "Enable SEO", "disabled" => "Disable SEO"), "std" => "enabled"), array("name" => "Select Meta tags", "desc" => "The options you pick here will be applied to the document headers. Each option corresponds to a meta tag that the theme creates: ", "id" => "suf_seo_all_settings", "parent" => "seo-settings", "type" => "multi-select", "options" => suffusion_get_formatted_options_array(array('generator' => 'Show WordPress version tags', 'theme' => 'Include Suffusion theme information tags', 'robots' => 'Hide page from Google and other search engines', 'author' => "Include author information", 'copyright' => 'Include copyright info', 'revised' => "Include page revision info")), "std" => ""), array("name" => "Title style", "desc" => "The best practices in SEO suggest that your article title should be the first text in your page title.\n\t\t\tFor category views etc the article title is the name of category. You can pick your setting: ", "id" => "suf_seo_title_style", "parent" => "seo-settings", "type" => "radio", "options" => array('page-blog' => 'Show the page title followed by the blog title', 'blog-page' => 'Show the blog title followed by the page title', 'page' => 'Show the page title only'), "std" => "page-blog"), array("name" => "Title Separator", "desc" => "This is the symbol that appears as a separator between the page title and blog title (based on your selection in the parevious option):", "id" => "suf_seo_title_separator", "parent" => "seo-settings", "type" => "text", "hint" => "Use &amp;bull; for &bull;, &amp;gt; for &gt; and &amp;raquo; for &raquo;", "std" => "&raquo;"), array("name" => "Blog description / subtitle in page title on home page", "id" => "suf_seo_show_subtitle", "parent" => "seo-settings", "type" => "radio", "options" => array('show' => 'Include blog subtitle in page title', 'hide' => 'Hide blog subtitle in page title'), "std" => "hide"), array("name" => "Page numbers in title", "id" => "suf_seo_show_page_num", "parent" => "seo-settings", "type" => "radio", "options" => array('show' => 'Include page number in the title on the second page and higher', 'hide' => 'Hide page number in the title'), "std" => "show"), array("name" => "Homepage Meta Description", "desc" => "Enter a brief description for your home page, not more than 30 words:", "id" => "suf_seo_meta_description", "parent" => "seo-settings", "hint" => "Leave blank if you don't want a meta description", "type" => "textarea", "std" => ""), array("name" => "Homepage Meta Keywords", "desc" => "Enter a comma-separated list of keywords that best describe your blog:", "id" => "suf_seo_meta_keywords", "parent" => "seo-settings", "type" => "textarea", "std" => "", "hint" => "Leave blank if you don't want meta keywords"), array("name" => "Comment Settings", "type" => "sub-section-3", "category" => "comment-settings", "parent" => "blog-features"), array("name" => "Hide \"Comment form closed\" Message on Pages", "desc" => "You can decide if you want to show the \"Comment form closed\" message on pages.\n\t\t\tIf you choose 'All' your settings in the next option will be ignored.\n\t\t\tNote that this option is different from choosing 'Select All' in the next option, because this guarantees that always all are selected, while the next option only ensures that all selections at the time of setup are stored", "id" => "suf_comments_disabled_all_sel", "parent" => "comment-settings", "type" => "radio", "options" => array("all" => "All, ignoring next option", "selected" => "Selections from the next option"), "std" => "all"), array("name" => "Select pages to hide \"Comment form closed\" message", "desc" => "If you disable comments on a page, a \"Comment form closed\" message shows up. " . "You can choose to hide this message for selected pages, if you think it makes your page look too \"blog-like\". " . "If you select a page from the list below it will not show the \"Comment form closed\" message. " . "Note that if comments are <b>enabled</b> for a page, selecting it here will not make a difference. ", "id" => "suf_comments_disabled", "parent" => "comment-settings", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_page_array()), array("name" => "Hide \"Comment form closed\" Message on Posts", "desc" => "If you disable comments on a post, you can make a  \"Comment form closed\" message show up. " . "You can choose to hide this message for all such posts, if you think it makes your page look too \"blog-like\". " . "Note that if comments are <b>enabled</b> for a post, setting this option will not make a difference. ", "id" => "suf_comments_disabled_msg_for_posts", "parent" => "comment-settings", "type" => "radio", "options" => array('show' => 'Show the message', 'hide' => 'Hide the message'), "std" => "show"), array("name" => "Show Trackbacks and Pingbacks?", "desc" => "By default Trackbacks and Pingbacks to your blog posts show up along with other comments. ", "id" => "suf_show_track_ping", "parent" => "comment-settings", "type" => "radio", "options" => array("show" => "Show all Trackbacks and Pingbacks with comments", "hide" => "Don't show Trackbacks and Pingbacks", "separate" => "Show Trackbacks and Pingbacks, but separate them from the comments"), "std" => "show"), array("name" => "Allow Replies for Trackbacks and Pingbacks?", "desc" => "For comments that are trackbacks or pingbacks you might want to hide the \"Reply\" link: ", "id" => "suf_show_hide_reply_link_for_pings", "parent" => "comment-settings", "type" => "radio", "options" => array("allow" => "Allow replies to Trackbacks and Pingbacks", "disallow" => "Don't allow replies to Trackbacks and Pingbacks"), "std" => "disallow"), array("name" => "Comment styles", "desc" => "How do you want your comments to be displayed?", "id" => "suf_comment_display_type", "parent" => "comment-settings", "type" => "radio", "options" => array("theme" => "Theme default", "plain" => "Plain nested", "author-above" => "Bubble with author above comment", "author-below" => "Bubble with author below comment"), "std" => "theme"), array("name" => "Comment form labels styles", "desc" => "You can choose to have theme-based styles for labels in your comment form, or leave them unstyled. The theme-based style is more colorful (which you may or may not prefer): ", "id" => "suf_comment_label_styles", "parent" => "comment-settings", "type" => "radio", "options" => array("theme" => "Theme default", "plain" => "Plain (unstyled)", "colored" => "Coloured", "inside" => "Label inside field"), "std" => "theme"), array("name" => "Comment form labels", "desc" => "Setup your comment form labels here", "category" => "comment-labels", "parent" => "comment-settings", "type" => "sub-section-4"), array("name" => "Comment form: Name", "desc" => "Label for 'Name': ", "id" => "suf_comment_label_name", "parent" => "comment-settings", "grouping" => "comment-labels", "type" => "text", "std" => esc_attr($suffusion_comment_label_name)), array("name" => "Comment form: Name Required", "desc" => "Label to display to show that the name is required: ", "id" => "suf_comment_label_name_req", "parent" => "comment-settings", "grouping" => "comment-labels", "type" => "text", "std" => esc_attr($suffusion_comment_label_req)), array("name" => "Comment form: Email", "desc" => "Label for 'Email': ", "id" => "suf_comment_label_email", "parent" => "comment-settings", "grouping" => "comment-labels", "type" => "text", "std" => esc_attr($suffusion_comment_label_email)), array("name" => "Comment form: Email Required", "desc" => "Label to display to show that the email is required: ", "id" => "suf_comment_label_email_req", "parent" => "comment-settings", "grouping" => "comment-labels", "type" => "text", "std" => esc_attr($suffusion_comment_label_req)), array("name" => "Comment form: URI", "desc" => "Label for 'URI': ", "id" => "suf_comment_label_uri", "parent" => "comment-settings", "grouping" => "comment-labels", "type" => "text", "std" => esc_attr($suffusion_comment_label_uri)), array("name" => "Comment form: Your Comment", "desc" => "Label for 'Your Comment': ", "id" => "suf_comment_label_your_comment", "parent" => "comment-settings", "grouping" => "comment-labels", "type" => "text", "std" => esc_attr($suffusion_comment_label_your_comment)), array("name" => "Comment form: HTML Tags", "desc" => "Show the message about allowed HTML tags?", "id" => "suf_comment_show_html_tags", "parent" => "comment-settings", "grouping" => "comment-labels", "type" => "radio", "options" => array("show" => "Show message", "hide" => "Hide message"), "std" => "show"), array("name" => "User Profiles", "type" => "sub-section-3", "category" => "user-profiles", "parent" => "blog-features"), array("name" => "Select Additional Social Networks", "desc" => "You can add other contact methods for users on your blog. These will show up in the admin page under Users -&gt; Your Profile.\n\t\t\t\tThis will take effect only if you are at WordPress verison 2.9 or later: ", "id" => "suf_uprof_networks", "parent" => "user-profiles", "type" => "multi-select", "options" => suffusion_get_formatted_options_array($suffusion_social_networks), "std" => ""), array("name" => "Show author information for individual posts and pages", "desc" => "You can add author information to each post. In subsequent options you can specify what you want to put in the author information section.", "id" => "suf_uprof_post_info_enabled", "parent" => "user-profiles", "type" => "radio", "options" => array("hide" => "Don't show author information", "bottom" => "Show information at the bottom of the content for pages and posts", 'pages' => "Show information for pages only", 'posts' => 'Show information for posts only'), "std" => "hide"), array("name" => "Author information header", "desc" => "Specify the header for the author information section. Leave blank if you don't want a header", "id" => "suf_uprof_post_info_header", "parent" => "user-profiles", "type" => "text", "std" => "[suffusion-the-author]"), array("name" => "Author Gravatar", "desc" => "You can choose to show the Gravatar for the author in the information section", "id" => "suf_uprof_post_info_gravatar", "parent" => "user-profiles", "type" => "radio", "options" => array("hide" => "Don't show Gravatar", "show" => "Show Gravatar"), "std" => "show"), array("name" => "Gravatar Size", "desc" => "Set the size of the gravatar", "id" => "suf_uprof_post_info_gravatar_size", "parent" => "user-profiles", "type" => "radio", "options" => array("32" => "32px", "48" => "48px", "64" => "64px", "96" => "96px", "128" => "128px"), "std" => "64"), array("name" => "Gravatar Alignment", "desc" => "Which side do you want your Gravatar?", "id" => "suf_uprof_post_info_gravatar_alignment", "parent" => "user-profiles", "type" => "radio", "options" => array("left" => "Left", "right" => "Right"), "std" => "left"), array("name" => "Author information content", "desc" => "Here you can put in any information you want about the author. You can use any of the author short codes:", "id" => "suf_uprof_post_info_content", "parent" => "user-profiles", "type" => "textarea", "std" => "[suffusion-the-author display='description']"), array("name" => "Analytics", "type" => "sub-section-3", "category" => "analytics", "parent" => "blog-features"), array("name" => "Enable Analytics?", "desc" => "If you have a Google Analytics acccount you can add your tracking code through this section. " . "Note that if you are using a separate plugin for analytics you can ignore this section (i.e., don't enable Analytics).", "id" => "suf_analytics_enabled", "parent" => "analytics", "type" => "radio", "note" => "Please set this option to \"Analytics enabled\" if you want to override the theme's settings for Analytics.", "options" => array("not-enabled" => "Analytics not enabled", "enabled" => "Analytics enabled"), "std" => "not-enabled"), array("name" => "Custom Google Analytics Tracking Code", "desc" => "Enter your tracking code here for Google Analytics (with the <code>&lt;script&gt;</code> and <code>&lt;/script&gt;</code> tags). Note that you can skip this if you are using a plugin for analytics", "id" => "suf_custom_analytics_code", "parent" => "analytics", "type" => "textarea", "hint" => "Enter the tracking code here", "note" => "If you have any text here, it will be included with your pages (even if incorrect!!). Note that if your analytics are not enabled then this will be ignored.", "std" => ""), array("name" => "OpenID Setup", "type" => "sub-section-3", "category" => "openid-setup", "parent" => "blog-features"), array("name" => "Enable OpenID support?", "desc" => "If you have set up your blog as an <a href=\"http://openid.net/\">OpenID</a> server, you will need to populate the OpenID server and delegate here." . "This theme currently does not help set your blog up as an OpenID provider. It only supports your blog if you have OpenID enabled. If you want to set your blog as a server see <a href=\"http://intertwingly.net/blog/2007/01/03/OpenID-for-non-SuperUsers\">here</a>.", "id" => "suf_openid_enabled", "parent" => "openid-setup", "type" => "radio", "note" => "Please set this option to \"OpenID enabled\" if you want to override the theme's settings for OpenID.", "options" => array("not-enabled" => "OpenID not enabled", "enabled" => "OpenID enabled"), "std" => "not-enabled"), array("name" => "OpenID Server", "desc" => "Set the location of your OpenID server. " . "If you have chosen \"OpenID not enabled\" above then this setting will be ignored.", "id" => "suf_openid_server", "parent" => "openid-setup", "type" => "text", "hint" => "Enter the full URL here (including http://)", "std" => ""), array("name" => "OpenID Delegate", "desc" => "Set the location of your OpenID delegate. " . "If you have chosen \"OpenID not enabled\" above then this setting will be ignored.", "id" => "suf_openid_delegate", "parent" => "openid-setup", "type" => "text", "hint" => "Enter the full URL here (including http://)", "std" => ""), array("name" => "Custom Includes", "type" => "sub-section-3", "category" => "custom-additions", "parent" => "blog-features"), array("name" => "Don't like the default styles? Add your own...", "desc" => "If you are really picky about how your blog should look and the bundled styles don't make you happy, feel free to add your own styles here.\n\t\t\t\tYou can either add externally defined stylesheets or define the CSS here.\n\t\t\t\tThese are called up at the end of all other stylesheet invocations (unless of course you have a plugin that adds something after this!), so what you define here will pretty much override everything else.", "parent" => "custom-additions", "category" => "custom-css", "type" => "sub-section-4"), array("name" => "Custom Styles", "desc" => "If you want to define any custom styles, include the CSS code here. These styles will override all other styles that you have defined / set.\n\t\t\t\tDon't include the <code>&lt;style&gt;</code> and <code>&lt;/style&gt;</code> tags.", "id" => "suf_custom_css_code", "parent" => "custom-additions", "grouping" => "custom-css", "type" => "textarea", "hint" => "Enter the CSS styles here", "note" => "If you have any text here, it will be included in the header of your pages (even if incorrect!!).", "std" => ""), array("name" => "First Additional Stylesheet link", "desc" => "If you want to define any additional stylesheets, include the entire link here for the first sheet. An example would be a plugin with a separate stylesheet. Note that for this option to work you have to set <i>Back-end &rarr; Site Optimization &rarr; Auto-generate CSS file for customization options</i> to be linked in the source.", "id" => "suf_custom_css_link_1", "parent" => "custom-additions", "grouping" => "custom-css", "type" => "text", "hint" => "Enter the stylesheet here, including http://", "std" => ""), array("name" => "Second Additional Stylesheet link", "desc" => "If you want to define any additional stylesheets, include the entire link here for the second sheet. An example would be a plugin with a separate stylesheet.  Note that for this option to work you have to set <i>Back-end &rarr; Site Optimization &rarr; Auto-generate CSS file for customization options</i> to be linked in the source.", "id" => "suf_custom_css_link_2", "parent" => "custom-additions", "grouping" => "custom-css", "type" => "text", "hint" => "Enter the stylesheet here, including http://", "std" => ""), array("name" => "Third Additional Stylesheet link", "desc" => "If you want to define any additional stylesheets, include the entire link here for the third sheet. An example would be a plugin with a separate stylesheet. Note that for this option to work you have to set <i>Back-end &rarr; Site Optimization &rarr; Auto-generate CSS file for customization options</i> to be linked in the source.", "id" => "suf_custom_css_link_3", "parent" => "custom-additions", "grouping" => "custom-css", "type" => "text", "hint" => "Enter the stylesheet here, including http://", "std" => ""), array("name" => "Got JavaScript?", "desc" => "Here you can add custom JavaScript. This is a feature that will normally not be used, since you will rely on plugins to automatically add JavaScript.", "parent" => "custom-additions", "category" => "custom-js", "type" => "sub-section-4"), array("name" => "First External JavaScript file", "desc" => "If you want to define any additional JavaScript files, include the entire link here for the first file.\n\t\t\t\tNote that you have to ensure the JavaScript file's variables and definitions don't conflict with other JS variables and definitions. ", "id" => "suf_custom_js_file_1", "parent" => "custom-additions", "grouping" => "custom-js", "type" => "text", "hint" => "Enter the JavaScript file path here, including http://", "std" => ""), array("name" => "Second External JavaScript file", "desc" => "If you want to define any additional JavaScript files, include the entire link here for the second file.\n\t\t\t\tNote that you have to ensure the JavaScript file's variables and definitions don't conflict with other JS variables and definitions. ", "id" => "suf_custom_js_file_2", "parent" => "custom-additions", "grouping" => "custom-js", "type" => "text", "hint" => "Enter the JavaScript file path here, including http://", "std" => ""), array("name" => "Third External JavaScript file", "desc" => "If you want to define any additional JavaScript files, include the entire link here for the third file.\n\t\t\t\tNote that you have to ensure the JavaScript file's variables and definitions don't conflict with other JS variables and definitions. ", "id" => "suf_custom_js_file_3", "parent" => "custom-additions", "grouping" => "custom-js", "type" => "text", "hint" => "Enter the JavaScript file path here, including http://", "std" => ""), array("name" => "Custom Header JavaScript", "desc" => "If you want to add some custom JavaScript to your header you can do so here.\n\t\t\t\tThis could include affiliate code or anything else that you want to add.\n\t\t\t\tDo not include the <code>&lt;script&gt;</code> and <code>&lt;/script&gt;</code> tags.", "id" => "suf_custom_header_js", "parent" => "custom-additions", "grouping" => "custom-js", "type" => "textarea", "hint" => "Enter the JavaScript here", "note" => "If you have any text here, it will be included in the header of your pages (even if incorrect!!).", "std" => ""), array("name" => "Custom Footer JavaScript", "desc" => "If you want to add some custom JavaScript to your footer you can do so here.\n\t\t\t\tThis could include affiliate code or anything else that you want to add.\n\t\t\t\tDo not include the <code>&lt;script&gt;</code> and <code>&lt;/script&gt;</code> tags.", "id" => "suf_custom_footer_js", "grouping" => "custom-js", "parent" => "custom-additions", "type" => "textarea", "hint" => "Enter the JavaScript here", "note" => "If you have any text here, it will be included in the footer of your pages (even if incorrect!!).", "std" => ""), array("name" => "Additional Auto-discovery RSS / Atom feeds", "desc" => "You might want to set up additional RSS / Atom feeds for your blog, like a \"Post of the Day\" etc. You can add those feeds here.\n\t\t\t\tNote that this section is for <b>auto-discovery</b> of feeds only. It will make your feed show up in the address bar of browsers like FireFox.", "parent" => "custom-additions", "category" => "custom-feed", "type" => "sub-section-4"), array("name" => "Disable default feed?", "desc" => "By default Suffusion creates the default RSS feed for the theme. If you would prefer using FeedBurner or another such feed, you might want to disable the default feed:", "id" => "suf_custom_default_rss_enabled", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "radio", "options" => array("not-enabled" => "Default feed not enabled", "enabled" => "Default feed enabled"), "std" => "enabled"), array("name" => "Address of First Additional RSS Feed", "desc" => "If you want to define any additional RSS Feeds, include the entire link here for the first feed. You could set up a FeedBurner feed here", "id" => "suf_custom_rss_feed_1", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "text", "hint" => "Enter the feed URL here, including http://", "std" => ""), array("name" => "Title of First Additional RSS Feed", "desc" => "What should the first feed be called? E.g. Post of the day. This will be ignored if the preceding field is blank.", "id" => "suf_custom_rss_title_1", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "text", "hint" => "Enter the feed title here", "std" => ""), array("name" => "Address of Second Additional RSS Feed", "desc" => "If you want to define any additional RSS Feeds, include the entire link here for the second feed.", "id" => "suf_custom_rss_feed_2", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "text", "hint" => "Enter the feed URL here, including http://", "std" => ""), array("name" => "Title of Second Additional RSS Feed", "desc" => "What should the second feed be called? E.g. Post of the day. This will be ignored if the preceding field is blank.", "id" => "suf_custom_rss_title_2", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "text", "hint" => "Enter the feed title here", "std" => ""), array("name" => "Address of Third Additional RSS Feed", "desc" => "If you want to define any additional RSS Feeds, include the entire link here for the third feed.", "id" => "suf_custom_rss_feed_3", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "text", "hint" => "Enter the feed URL here, including http://", "std" => ""), array("name" => "Title of Third Additional RSS Feed", "desc" => "What should the third feed be called? E.g. Post of the day. This will be ignored if the preceding field is blank.", "id" => "suf_custom_rss_title_3", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "text", "hint" => "Enter the feed title here", "std" => ""), array("name" => "Address of First Additional Atom Feed", "desc" => "If you want to define any additional Atom Feeds, include the entire link here for the first feed.", "id" => "suf_custom_atom_feed_1", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "text", "hint" => "Enter the feed URL here, including http://", "std" => ""), array("name" => "Title of First Additional Atom Feed", "desc" => "What should the first feed be called? E.g. Post of the day. This will be ignored if the preceding field is blank.", "id" => "suf_custom_atom_title_1", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "text", "hint" => "Enter the feed title here", "std" => ""), array("name" => "Address of Second Additional Atom Feed", "desc" => "If you want to define any additional Atom Feeds, include the entire link here for the second feed.", "id" => "suf_custom_atom_feed_2", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "text", "hint" => "Enter the feed URL here, including http://", "std" => ""), array("name" => "Title of Second Additional Atom Feed", "desc" => "What should the second feed be called? E.g. Post of the day. This will be ignored if the preceding field is blank.", "id" => "suf_custom_atom_title_2", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "text", "hint" => "Enter the feed title here", "std" => ""), array("name" => "Address of Third Additional Atom Feed", "desc" => "If you want to define any additional Atom Feeds, include the entire link here for the third feed.", "id" => "suf_custom_atom_feed_3", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "text", "hint" => "Enter the feed URL here, including http://", "std" => ""), array("name" => "Title of Third Additional Atom Feed", "desc" => "What should the third feed be called? E.g. Post of the day. This will be ignored if the preceding field is blank.", "id" => "suf_custom_atom_title_3", "parent" => "custom-additions", "grouping" => "custom-feed", "type" => "text", "hint" => "Enter the feed title here", "std" => ""), array("name" => "Modules", "type" => "sub-section-3", "category" => "modules", "parent" => "blog-features"), array("name" => "Disable Widgets", "desc" => "Disabling widgets that you are not using keeps your site load lower. You won't see a disabled widget in Appearance &rarr; Widgets", "id" => "suf_module_widgets", "parent" => "modules", "type" => "multi-select", "options" => suffusion_get_formatted_options_array(array('search' => 'Disable Search', 'twitter' => 'Disable Twitter', 'flickr' => 'Disable Flickr', 'translator' => 'Disable Google Translator', 'featured-posts' => 'Disable Featured Posts', 'follow-me' => 'Disable Follow Me', 'child-pages' => 'Disable Child Pages', 'query-posts' => 'Disable Query Posts', 'query-users' => 'Disable Query Users')), "std" => ""), array("name" => "Site Optimization", "type" => "sub-section-3", "category" => "site-optimization", "parent" => "blog-features"), array("name" => "Auto-generate CSS file for customization options", "desc" => "You can cache the generated CSS and/or link it to another file instead of printing it all out in your site's HTML.", "id" => "suf_autogen_css", "parent" => "site-optimization", "type" => "radio", "options" => array("autogen" => "Auto-generate the CSS and include it as a linked file (High load on server, elegant page source code)", "autogen-inline" => "Auto-generate the CSS and print it in the HTML source (Least load on server, ugly page source code)", "autogen-file" => "Auto-generate the CSS and link it as a file (Low load on server, elegant page source code)", "nogen" => "Don't auto-generate the CSS, and print it in the HTML source (Low load on server, ugly page source code)", "nogen-link" => "Don't auto-generate the CSS, and link it in the HTML source (Highest load on server, elegant page source code)"), "std" => "autogen-file"), array("name" => "Minify generated CSS", "desc" => "Minifying the generated CSS will make it all be printed in a single line. Disable this if you are using a caching plugin.", "id" => "suf_minify_css", "parent" => "site-optimization", "type" => "radio", "options" => array("minify" => "Minify the CSS", "no-minify" => "Don't minify the CSS"), "std" => "no-minify"), array("name" => "Use \"Lite\" version of JQuery Cycle?", "desc" => "If you are using the \"Featured Content\" or the Advanced Gallery features (in <em>Other Graphical Elements</em>) and you require only the 'Fade' transition and you don't want the post index, you should use the Lite version of the JQuery Cycle plugin. It is much smaller: ", "id" => "suf_featured_use_lite", "parent" => "site-optimization", "type" => "radio", "options" => array("lite" => "Use Lite version (4 KB)", "regular" => "Use Regular version (29 KB)"), "std" => "regular"), array("name" => "Child Themes", "type" => "sub-section-3", "category" => "child-themes", "parent" => "blog-features"), array("name" => "Inherit styles?", "desc" => "Suffusion has a multi-level stylesheet hierarchy that processes style.css first, then skin.css, where 'skin' is the light theme corresponding to your theme selection.\n\t\t\tIf your theme selection is a dark theme, it then processes dark-style.css and finally dark-skin.css.\n\t\t\tIn case of child themes, however, you might not want to load all the CSS files. Pick what you want for your child theme. Note that this might impact gzip/minification:", "id" => "suf_style_inheritance", "parent" => "child-themes", "type" => "radio", "options" => array("everything" => "Inherit all stylesheets corresponding to the theme selection (You don't need any @import in your style.css)", "nothing" => "Don't inherit any stylesheet (all inclusions will be done using @import tags in your child theme's style.css. Use this if you don't want any pre-defined color scheme)"), "std" => "everything"));
<?php

/**
 * Lists out all the options from the Typography Section of the theme options
 * This file is included in functions.php
 *
 * @package Suffusion
 * @subpackage Admin
 */
global $suffusion_theme_name, $suffusion_safe_font_faces;
$suffusion_typography_options = array(array("name" => "Typography", "type" => "sub-section-2", "category" => "typography", "parent" => "root"), array("name" => "Body Fonts", "category" => "typo-body", "parent" => "typography", "type" => "sub-section-3"), array("name" => "General settings", "category" => "typo-general", "parent" => "typo-body", "type" => "sub-section-4"), array("name" => "Default or custom font styles?", "desc" => "You can decide to go with the colors / text styles of the theme you are using, or choose your own. " . "If you choose default colors / text styles here then the rest of your settings in this section will be ignored. " . "If you choose custom styles then the settings you make here will override the theme's settings.", "id" => "suf_body_font_style_setting", "parent" => "typo-body", "grouping" => "typo-general", "note" => "Please set this option to \"Custom styles\" if you want to override the theme's settings for the fonts.", "type" => "radio", "options" => array("theme" => "Theme styles", "custom" => "Custom styles"), "std" => "theme"), array("name" => "Font Face", "desc" => "Pick a browser-safe font or a font from Google web-fonts", "id" => "suf_body_font_family", "parent" => "typo-body", "grouping" => "typo-general", "note" => "Note that the fonts may not render correctly here, depending on your OS / browser.", "type" => "select", "options" => $suffusion_safe_font_faces, "std" => "Arial, Helvetica, sans-serif"), array("name" => "Font Color", "desc" => "Set the color of the fonts being used. " . "Make sure that your font color goes well enough with the theme. " . "If you have chosen default styles above then this setting will be ignored.", "id" => "suf_font_color", "parent" => "typo-body", "grouping" => "typo-general", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_font_color", $suffusion_theme_name)), array("name" => "Link Color", "desc" => "Set the color of the links in the main content. Font colors in the sidebar are unaffected. " . "If you have chosen default styles above then this setting will be ignored.", "id" => "suf_link_color", "parent" => "typo-body", "grouping" => "typo-general", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_link_color", $suffusion_theme_name)), array("name" => "Link Decoration", "desc" => "Set the effects for the link text. If you have chosen default styles above then this setting will be ignored.", "id" => "suf_link_style", "parent" => "typo-body", "grouping" => "typo-general", "type" => "radio", "options" => array("underline" => "Underlined", "none" => "None"), "std" => "none"), array("name" => "Visited Link Color", "id" => "suf_visited_link_color", "parent" => "typo-body", "grouping" => "typo-general", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_visited_link_color", $suffusion_theme_name)), array("name" => "Visited Link Decoration", "id" => "suf_visited_link_style", "parent" => "typo-body", "grouping" => "typo-general", "type" => "radio", "options" => array("underline" => "Underlined", "none" => "None"), "std" => "none"), array("name" => "Link Hover Color", "id" => "suf_link_hover_color", "parent" => "typo-body", "grouping" => "typo-general", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_link_hover_color", $suffusion_theme_name)), array("name" => "Link Hover Decoration", "desc" => "Set the effects for the link text on which you are hovering. " . "If you have chosen default styles above then this setting will be ignored.", "id" => "suf_link_hover_style", "parent" => "typo-body", "grouping" => "typo-general", "type" => "radio", "options" => array("underline" => "Underlined", "none" => "None"), "std" => "underline"), array("name" => "Main Content", "desc" => "Change settings for the main content", "category" => "typo-main", "parent" => "typo-body", "type" => "sub-section-4"), array("name" => "Default or custom font styles?", "desc" => "Override skin defaults", "id" => "suf_main_font_style_setting", "parent" => "typo-body", "grouping" => "typo-main", "type" => "checkbox", "std" => ""), array("name" => "Font Settings", "id" => "suf_main_font_size", "parent" => "typo-body", "grouping" => "typo-main", "type" => "font", "options" => array(), "exclude" => array('font-weight', 'font-variant', 'font-style', 'font-face', 'font-color'), "std" => array("font-size" => "14", "font-size-type" => "px")), array("name" => "Post and Page Titles", "desc" => "Change settings for the main content", "category" => "typo-titles", "parent" => "typography", "type" => "sub-section-3"), array("name" => "Default or custom font styles?", "desc" => "Override skin defaults", "id" => "suf_title_font_style_setting", "parent" => "typo-titles", "type" => "checkbox", "std" => ""), array("name" => "Unlinked post titles", "id" => "suf_post_title_font", "parent" => "typo-titles", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "28", "font-size-type" => "px")), array("name" => "Linked post titles", "id" => "suf_post_title_link_font", "parent" => "typo-titles", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "28", "font-size-type" => "px")), array("name" => "Link Hover Settings", "id" => "suf_post_title_link_hover_font", "parent" => "typo-titles", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "28", "font-size-type" => "px")), array("name" => "Content headers", "desc" => "Change settings for the content headers, h1, h2, ... h6", "category" => "typo-headers", "parent" => "typography", "type" => "sub-section-3"), array("name" => "Default or custom font styles?", "desc" => "Override skin defaults", "id" => "suf_header_font_setting", "parent" => "typo-headers", "type" => "checkbox", "std" => ""), array("name" => "H1 Font Settings", "id" => "suf_post_h1_font", "parent" => "typo-headers", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "28", "font-size-type" => "px")), array("name" => "H2 Font Settings", "id" => "suf_post_h2_font", "parent" => "typo-headers", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "26", "font-size-type" => "px")), array("name" => "H3 Font Settings", "id" => "suf_post_h3_font", "parent" => "typo-headers", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "23", "font-size-type" => "px")), array("name" => "H4 Font Settings", "id" => "suf_post_h4_font", "parent" => "typo-headers", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "21", "font-size-type" => "px")), array("name" => "H5 Font Settings", "id" => "suf_post_h5_font", "parent" => "typo-headers", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "19", "font-size-type" => "px")), array("name" => "H6 Font Settings", "id" => "suf_post_h6_font", "parent" => "typo-headers", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "16", "font-size-type" => "px")), array("name" => "Custom Layout", "desc" => "Change settings for custom layouts", "category" => "typo-clt", "parent" => "typography", "type" => "sub-section-3"), array("name" => "Page Title", "category" => "typo-clt-title", "parent" => "typo-clt", "type" => "sub-section-4"), array("name" => "Default or custom font styles?", "desc" => "Override skin defaults", "id" => "suf_clt_title_font_setting", "parent" => "typo-clt", "grouping" => "typo-clt-title", "type" => "checkbox", "std" => ""), array("name" => "Title Font", "desc" => "Setup the font for page title for the custom layout", "id" => "suf_clt_title_font", "parent" => "typo-clt", "grouping" => "typo-clt-title", "type" => "font", "options" => array(), "std" => array("color" => "#444444", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "24", "font-size-type" => "px")), array("name" => "Comments", "desc" => "Change settings for comments", "category" => "typo-comments", "parent" => "typography", "type" => "sub-section-3"), array("name" => "Default or custom font styles?", "desc" => "Override skin defaults", "id" => "suf_comment_font_setting", "parent" => "typo-comments", "type" => "checkbox", "std" => ""), array("name" => "Comment form title", "id" => "suf_comment_header_font", "parent" => "typo-comments", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "16", "font-size-type" => "px")), array("name" => "Comment Body", "id" => "suf_comment_body_font", "parent" => "typo-comments", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "14", "font-size-type" => "px")), array("name" => "Footer", "desc" => "Change settings for the footer", "category" => "typo-footer", "parent" => "typography", "type" => "sub-section-3"), array("name" => "Default or custom font styles?", "desc" => "Override skin defaults", "id" => "suf_footer_font_setting", "parent" => "typo-footer", "type" => "checkbox", "std" => ""), array("name" => "Text", "id" => "suf_footer_text_font", "parent" => "typo-footer", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "28", "font-size-type" => "px")), array("name" => "Links", "id" => "suf_footer_link_font", "parent" => "typo-footer", "type" => "font", "options" => array(), "exclude" => array('font-size', 'font-size-type'), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal")), array("name" => "Link Hovering", "id" => "suf_footer_link_hover_font", "parent" => "typo-footer", "type" => "font", "options" => array(), "exclude" => array('font-size', 'font-size-type'), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal")), array("name" => "Drop Caps", "category" => "typo-drop", "parent" => "typography", "type" => "sub-section-3"), array("name" => "Applicable post views", "desc" => "Set a \"Drop caps\" effect for the first letter in your content.", "id" => "suf_drop_cap_post_views", "parent" => "typo-drop", "type" => "multi-select", "options" => suffusion_get_formatted_options_array("suf_drop_cap_post_views", array('full-content' => 'Full content', 'excerpt' => 'Excerpts', 'suf-tile-text' => 'Tile layout', 'suf-mag-excerpt-text' => 'Magazine tiles', 'page' => 'Static pages')), "std" => ""), array("name" => "Applicable post formats", "id" => "suf_drop_cap_post_formats", "parent" => "typo-drop", "type" => "multi-select", "options" => suffusion_get_formatted_options_array("suf_drop_cap_post_formats", array('standard' => 'Standard', 'aside' => 'Aside', 'status' => 'Status', 'chat' => 'Chat', 'link' => 'Link', 'image' => 'Image', 'gallery' => 'Gallery', 'quote' => 'Quote', 'audio' => 'Audio', 'video' => 'Video')), "std" => ""));
<?php

/**
 * Lists out all the options from the Other Graphical Elements section of the theme options
 * This file is included in functions.php
 *
 * @package Suffusion
 * @subpackage Admin
 */
global $suffusion_theme_name;
$suffusion_visual_effects_options = array(array("name" => "Other Graphical Elements", "type" => "sub-section-2", "category" => "visual-effects", "parent" => "root"), array("name" => "Favicon", "type" => "sub-section-3", "category" => "favicon-setup", "parent" => "visual-effects"), array("name" => "Favicons", "desc" => "As such you don't need the support of your theme to add a Favicon for your site.\n\t\t\t\tYou can drop a file called favicon.ico in your root directory for it to be effective, though that method has its limitations.\n\t\t\t\tE.g. Your file has to be in an ICO format and must be called favicon.ico.", "parent" => "favicon-setup", "type" => "blurb"), array("name" => "Favicon Path", "desc" => "Set the image to be used as your Favicon. You can use a PNG, GIF, ICO or JPG file that is 16x16, 32x32 or 64x64 px in size.\n\t\t\t\tNote that older versions of Internet Explorer do not support PNG.\n\t\t\t\tSee <a href='http://perishablepress.com/press/2007/10/17/everything-you-ever-wanted-to-know-about-favicons/'>this article</a> for a very comprehensive writeup on Favicons.", "id" => "suf_favicon_path", "parent" => "favicon-setup", "type" => "upload", "hint" => "Enter the full URL here (including http://), or click on \"Upload Image\"", "std" => ""), array("name" => "Navigation Bar Above Header", "type" => "sub-section-3", "category" => "navt-setup", "parent" => "visual-effects"), array("name" => "Look and Feel", "desc" => "Adjust the general look and feel options of the Navigation Bar", "category" => "navt-lf", "parent" => "navt-setup", "type" => "sub-section-4"), array("name" => "Basic Setup", "desc" => "You can define what you want to show in your navigation bar. The navigation bar contains two widget areas, 'Top Bar Left Widgets' and 'Top Bar Right Widgets' and a drop down menu.", "id" => "suf_navt_contents", "parent" => "navt-setup", "grouping" => "navt-lf", "type" => "radio", "options" => array("pages" => "Drop-down menus and widget areas", "hide" => "Hidden"), "std" => "hide"), array("name" => "Navigation Bar Style", "desc" => "You can choose different navigation bar styles - full width or page width:", "id" => "suf_navt_bar_style", "parent" => "navt-setup", "grouping" => "navt-lf", "type" => "radio", "options" => array("full-full" => "Navigation bar is as wide as your browser window and contents of the bar begin from the left or right", "full-align" => "Navigation bar is as wide as your browser window and contents of the bar are aligned with your main page", "align" => "Navigation bar and its contents are aligned with your main page", "theme" => "Theme Default"), "std" => "theme"), array("name" => "Drop-down menu position", "desc" => "Where in the navigation bar do you want your drop-down menu?", "id" => "suf_navt_dd_pos", "parent" => "navt-setup", "grouping" => "navt-lf", "type" => "radio", "concept" => "halign", "options" => array("theme" => "Theme Default", "left" => "Left", "right" => "Right", "center" => "Center"), "std" => "theme"), array("name" => "Menu Item Style", "desc" => "Control how your menu items look", "id" => "suf_navt_item_type", "parent" => "navt-setup", "grouping" => "navt-lf", "type" => "radio", "options" => array("tab" => "Show menu items as individual tabs", "continuous" => "Show menu items as a continuous list", "theme" => "Theme Default"), "std" => "theme"), array("name" => "Drop-down menu delay", "desc" => "You can set a delay for the drop-down menu in the navigation bar.", "id" => "suf_navt_delay", "parent" => "navt-setup", "grouping" => "navt-lf", "type" => "text", "hint" => "Leave blank for no delay", "std" => "500"), array("name" => "Fade effect for drop-down menu", "desc" => "There is a fade-in effect for the drop-down menu enabled by default. You can disable it", "id" => "suf_navt_effect", "parent" => "navt-setup", "grouping" => "navt-lf", "type" => "radio", "options" => array("none" => "No effects", "fade" => "Fade in the page"), "std" => "fade"), array("name" => "Show \"Home\" page?", "desc" => "You can show a link to your blog's home page. This could either be an icon or a text link. This setting is ignored if you are hiding your navigation bar.", "id" => "suf_navt_show_home", "parent" => "navt-setup", "grouping" => "navt-lf", "type" => "radio", "options" => array("none" => "Don't show a home link", "text" => "Show a text link", "icon" => "Show an icon"), "std" => "none"), array("name" => "\"Home\" page text", "desc" => "If you have opted to show a text link above, you can set the text to show. The default is \"Home\".\n\t\t\t\tThis setting is ignored if you are hiding your navigation bar or if you have chosen to not show a home link or to show a home icon.", "id" => "suf_navt_home_text", "parent" => "navt-setup", "grouping" => "navt-lf", "type" => "text", "std" => "Home"), array("name" => "Order of entities in navigation bar", "desc" => "You can define the order in which Pages, Categories and Links (Bookmarks) appear in the navigation bar: ", "id" => "suf_navt_entity_order", "parent" => "navt-setup", "grouping" => "navt-lf", "type" => "sortable-list", "std" => suffusion_entity_prepositions('nav')), array("name" => "Text Transformation for the Navigation Bar", "desc" => "By default all your page names are displayed with the first letter of each word capitalized in the navigation bar (except in IE 6, where it is unstyled). You can change this setting:", "id" => "suf_navt_text_transform", "parent" => "navt-setup", "grouping" => "navt-lf", "type" => "radio", "options" => array("uppercase" => "ALL UPPERCASE", "lowercase" => "all lowercase", "capitalize" => "Capitalize First Letter Of Each Word", "none" => "No transformation"), "std" => "capitalize"), array("name" => "Pages in Navigation Bar", "desc" => "Control the display of pages in the navigation bar", "category" => "navt-pages", "parent" => "navt-setup", "type" => "sub-section-4"), array("name" => "Page listing style in the Navigation Bar", "desc" => "You can choose how to show pages in your navigation bar. By default a single tab for pages is shown in the navigation bar.", "id" => "suf_navt_pages_style", "parent" => "navt-setup", "grouping" => "navt-pages", "type" => "radio", "options" => array("flattened" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/nav-page-flat.jpg' alt='Flattened'/><p>Show the top level pages in the navigation bar and their sub-pages in drop-downs</p></div>", "rolled-up" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/nav-page-roll-up.jpg' alt='Flattened'/><p>Show a single tab called \"Pages\" (or whatever you want to call it) and build a drop-down under it</p></div>"), "std" => "rolled-up"), array("name" => "\"Pages\" tab title", "desc" => "In the above option if you have chosen to show a single tab for pages and build a drop-down under it, you can set the title for that tab.\n\t\t\t\tThis setting is ignored if you have chosen to display top level pages in the navigation bar.", "id" => "suf_navt_page_tab_title", "parent" => "navt-setup", "grouping" => "navt-pages", "type" => "text", "std" => "Pages"), array("name" => "\"Pages\" tab link", "desc" => "If you have a specific page that you want to go to upon clicking the Pages tab, set the full URL here.\n\t\t\t\tThis setting is ignored if you have chosen to display top level pages in the navigation bar.", "id" => "suf_navt_page_tab_link", "parent" => "navt-setup", "grouping" => "navt-pages", "type" => "text", "hint" => "Enter the full URL, including http://", "std" => ""), array("name" => "Pages in Navigation Bar - All or Selected", "desc" => "Choose which pages you want to display in your navigation bar.", "id" => "suf_navt_pages_all_sel", "parent" => "navt-setup", "grouping" => "navt-pages", "type" => "radio", "options" => array("all" => "Include all, ignoring next option", "selected" => "Include selections from the next option", "exclude-all" => "Exclude all, ignoring next option", "exclude-selected" => "Exclude selections from the next option"), "std" => "exclude-all"), array("name" => "Select pages to show in Navigation Bar", "desc" => "If you have too many pages on your blog you might want to exclude some so that the navigation bar doesn't get ugly. Note that if your navigation bar is hidden, this setting is ignored. Also if you select a page whose parent is not selected, the child will NOT be displayed. All pages are excluded by default", "id" => "suf_navt_pages", "parent" => "navt-setup", "grouping" => "navt-pages", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_page_array(), "std" => ""), array("name" => "Categories in Navigation Bar", "desc" => "Control the display of categories in the navigation bar", "category" => "navt-cats", "parent" => "navt-setup", "type" => "sub-section-4"), array("name" => "Category listing style in Navigation Bar", "desc" => "You can choose how to show categories in your navigation bar. By default a single tab for categories is shown in the navigation bar.", "id" => "suf_navt_cat_style", "parent" => "navt-setup", "grouping" => "navt-cats", "type" => "radio", "options" => array("flattened" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/nav-cat-flat.jpg' alt='Flattened'/><p>Show the top level categories in the navigation bar and their sub-pages in drop-downs</p></div>", "rolled-up" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/nav-cat-roll-up.jpg' alt='Flattened'/><p>Show a single tab called \"Categories\" (or whatever you want to call it) and build a drop-down under it</p></div>"), "std" => "rolled-up"), array("name" => "\"Categories\" tab title", "desc" => "In the above option if you have chosen to show a single tab for categories and build a drop-down under it, you can set the title for that tab.\n\t\t\t\tThis setting is ignored if you have chosen to display top level categories in the navigation bar.", "id" => "suf_navt_cat_tab_title", "parent" => "navt-setup", "grouping" => "navt-cats", "type" => "text", "std" => "Categories"), array("name" => "\"Categories\" tab link", "desc" => "If you have a specific page that you want to go to upon clicking the Categories tab, set the full URL here.\n\t\t\t\tThis setting is ignored if you have chosen to display top level categories in the navigation bar.", "id" => "suf_navt_cat_tab_link", "parent" => "navt-setup", "grouping" => "navt-cats", "type" => "text", "hint" => "Enter the full URL, including http://", "std" => ""), array("name" => "Categories in Navigation Bar - All or Selected", "desc" => "Choose which categories you want to display in your navigation bar.", "id" => "suf_navt_cats_all_sel", "parent" => "navt-setup", "grouping" => "navt-cats", "type" => "radio", "options" => array("all" => "Include all, ignoring next option", "selected" => "Include selections from the next option", "exclude-all" => "Exclude all, ignoring next option", "exclude-selected" => "Exclude selections from the next option"), "std" => "exclude-all"), array("name" => "Select categories to show in Navigation Bar", "desc" => "If you have too many categories on your blog you might want to exclude some so that the navigation bar doesn't get ugly. Note that if your navigation bar is hidden, this setting is ignored. Also if you select a category whose parent is not selected, the child will NOT be displayed.\n\t\t\t\tThe exclusion is hierarchical, so if you exclude a parent category but include its child, neither the parent nor the child will show up in the dropdown. All categories are excluded by default. ", "id" => "suf_navt_cats", "parent" => "navt-setup", "grouping" => "navt-cats", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_category_array(), 'std' => ""), array("name" => "Links in Navigation Bar", "desc" => "Control the display of links in the navigation bar", "category" => "navt-links", "parent" => "navt-setup", "type" => "sub-section-4"), array("name" => "WordPress Link listing style in the Navigation Bar", "desc" => "You can choose how to show links in your navigation bar. By default a single tab for links is shown in the navigation bar.", "id" => "suf_navt_links_style", "parent" => "navt-setup", "grouping" => "navt-links", "type" => "radio", "options" => array("flattened" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/nav-link-flat.jpg' alt='Flattened'/><p>Show the links in the navigation bar</p></div>", "rolled-up" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/nav-link-roll-up.jpg' alt='Flattened'/><p>Show a single tab called \"Links\" (or whatever you want to call it) and build a drop-down under it</p></div>"), "std" => "rolled-up"), array("name" => "\"Links\" tab title", "desc" => "In the above option if you have chosen to show a single tab for WordPress links and build a drop-down under it, you can set the title for that tab.\n\t\t\t\tThis setting is ignored if you have chosen to display individual links in the navigation bar.", "id" => "suf_navt_links_tab_title", "parent" => "navt-setup", "grouping" => "navt-links", "type" => "text", "std" => "Links"), array("name" => "\"Links\" tab link", "desc" => "If you have a specific page that you want to go to upon clicking the Links tab, set the full URL here.\n\t\t\t\tThis setting is ignored if you have chosen to display top level links in the navigation bar.", "id" => "suf_navt_links_tab_link", "parent" => "navt-setup", "grouping" => "navt-links", "type" => "text", "hint" => "Enter the full URL, including http://", "std" => ""), array("name" => "Links in Navigation Bar - All or Selected", "desc" => "Choose which links you want to display", "id" => "suf_navt_links_all_sel", "parent" => "navt-setup", "grouping" => "navt-links", "type" => "radio", "options" => array("all" => "Include all, ignoring next option", "selected" => "Include selections from the next option", "exclude-all" => "Exclude all, ignoring next option", "exclude-selected" => "Exclude selections from the next option"), "std" => "selected"), array("name" => "Select links to show in Navigation Bar", "desc" => "If you have too many links on your blog you might want to exclude some so that the navigation bar doesn't get ugly.\n\t\t\t\tAll links are excluded by default. ", "id" => "suf_navt_links", "parent" => "navt-setup", "grouping" => "navt-links", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_link_array(), "std" => ''), array("name" => "WP 3.0 Navigation Menus", "desc" => "Control the display of inbuilt navigation menus (WP 3.0 and higher)", "category" => "navt-3menu", "parent" => "navt-setup", "type" => "sub-section-4"), array("name" => "WP 3.0 Navigation Menus - All or Selected", "desc" => "You can decide if you want to show all menus or selected menus in the navigation bar.\n\t\t\tIf you choose 'All' your settings in the next option will be ignored. Also note that if you have added a menu to the navigation bar through the WP 3.0 menu administration page, it will show up even if excluded here.\n\t\t\tNote that this option is different from choosing 'Select All' in the next option, because this guarantees that always all are displayed, while the next option only ensures that all selections at the time of setup are displayed", "id" => "suf_navt_menus_all_sel", "parent" => "navt-setup", "grouping" => "navt-3menu", "type" => "radio", "options" => array("all" => "All, ignoring next option", "selected" => "Selections from the next option"), "std" => "selected"), array("name" => "Select Menus to show", "desc" => "If you have too many menus on your blog you might want to exclude some so that the navigation bar doesn't get ugly.\n\t\t\tAll menus are included by default. ", "id" => "suf_navt_menus", "parent" => "navt-setup", "grouping" => "navt-3menu", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_wp_menu_array(), "std" => ''), array("name" => "Header", "type" => "sub-section-3", "category" => "header-setup", "parent" => "visual-effects"), array("name" => "Header Layout Style", "desc" => "You can choose different header styles - full width or page width:", "id" => "suf_header_layout_style", "parent" => "header-setup", "type" => "radio", "options" => array("out-hcfull" => "Header is outside the main wrapper, its background and contents are as wide as your browser window", "out-hcalign" => "Header is outside the main wrapper, its background and contents are aligned with the main wrapper", "out-cfull-halign" => "Header is outside the main wrapper, its background is as wide as your browser window, but header contents are aligned with the main wrapper", "in-align" => "Header is inside the main wrapper", "theme" => "Theme Default"), "std" => "theme"), array("name" => "Blog Title / Header Alignment", "desc" => "Which side would you like your header?", "id" => "suf_header_alignment", "parent" => "header-setup", "type" => "radio", "options" => array("left" => "Left", "right" => "Right", "center" => "Center", "hidden" => "Hidden"), "std" => "left"), array("name" => "Description / Sub-Header Alignment", "desc" => "Which side would you like your sub-header?", "id" => "suf_sub_header_alignment", "parent" => "header-setup", "type" => "radio", "options" => array("left" => "Left", "right" => "Right", "center" => "Center", "hidden" => "Hidden"), "std" => "right"), array("name" => "Description / Sub-Header Vertical Alignment, relative to header", "desc" => "Which line would you like your sub-header relative to the header?", "id" => "suf_sub_header_vertical_alignment", "parent" => "header-setup", "type" => "radio", "options" => array("above" => "Above the header text", "below" => "Below the header text", "same-line" => "Same line as the header"), "std" => "same-line"), array("name" => "Navigation Bar Below Header", "type" => "sub-section-3", "category" => "nav-setup", "parent" => "visual-effects"), array("name" => "Look and Feel", "category" => "nav-lf", "parent" => "nav-setup", "type" => "sub-section-4"), array("name" => "Show / Hide Navigation Bar", "id" => "suf_nav_contents", "parent" => "nav-setup", "grouping" => "nav-lf", "type" => "radio", "options" => array("pages" => "Drop-down menus", "hide" => "Hidden"), "std" => "pages"), array("name" => "Navigation Bar Style", "desc" => "This will only be effective if your Header is outside the main wrapper (see Visual Effects &rarr; Header Customization):", "id" => "suf_nav_bar_style", "parent" => "nav-setup", "grouping" => "nav-lf", "type" => "radio", "options" => array("full-full" => "Navigation bar is as wide as your browser window and contents of the bar begin from the left or right", "full-align" => "Navigation bar is as wide as your browser window and contents of the bar are aligned with your main page", "align" => "Navigation bar and its contents are aligned with your main page", "theme" => "Theme Default"), "std" => "theme"), array("name" => "Drop-down menu position", "desc" => "Where in the navigation bar do you want your drop-down menu?", "id" => "suf_nav_dd_pos", "parent" => "nav-setup", "grouping" => "nav-lf", "type" => "radio", "options" => array("theme" => "Theme Default", "left" => "Left", "right" => "Right", "center" => "Center"), "std" => "theme"), array("name" => "Menu Item Style", "id" => "suf_nav_item_type", "parent" => "nav-setup", "grouping" => "nav-lf", "type" => "radio", "options" => array("tab" => "Show menu items as individual tabs", "continuous" => "Show menu items as a continuous list", "theme" => "Theme Default"), "std" => "theme"), array("name" => "Drop-down menu delay", "desc" => "You can set a delay for the drop-down menu in the navigation bar.", "id" => "suf_nav_delay", "parent" => "nav-setup", "grouping" => "nav-lf", "type" => "text", "hint" => "Leave blank for no delay", "std" => "500"), array("name" => "Fade effect for drop-down menu", "desc" => "There is a fade-in effect for the drop-down menu enabled by default. You can disable it", "id" => "suf_nav_effect", "parent" => "nav-setup", "grouping" => "nav-lf", "type" => "radio", "options" => array("none" => "No effects", "fade" => "Fade in the page"), "std" => "fade"), array("name" => "Show \"Home\" page?", "desc" => "You can show a link to your blog's home page. This could either be an icon or a text link. This setting is ignored if you are hiding your navigation bar.", "id" => "suf_show_home", "parent" => "nav-setup", "grouping" => "nav-lf", "type" => "radio", "options" => array("none" => "Don't show a home link", "text" => "Show a text link", "icon" => "Show an icon"), "std" => "none"), array("name" => "\"Home\" page text", "desc" => "If you have opted to show a text link above, you can set the text to show. The default is \"Home\".\n\t\t\t\tThis setting is ignored if you are hiding your navigation bar or if you have chosen to not show a home link or to show a home icon.", "id" => "suf_home_text", "parent" => "nav-setup", "grouping" => "nav-lf", "type" => "text", "std" => "Home"), array("name" => "Order of entities in navigation bar", "desc" => "You can define the order in which Pages, Categories and Links (Bookmarks) appear in the navigation bar: ", "id" => "suf_nav_entity_order", "parent" => "nav-setup", "grouping" => "nav-lf", "type" => "sortable-list", "std" => suffusion_entity_prepositions('nav')), array("name" => "Text Transformation for Navigation Bar", "id" => "suf_nav_text_transform", "parent" => "nav-setup", "grouping" => "nav-lf", "type" => "radio", "options" => array("uppercase" => "ALL UPPERCASE", "lowercase" => "all lowercase", "capitalize" => "Capitalize First Letter Of Each Word", "none" => "No transformation"), "std" => "capitalize"), array("name" => "Pages in Navigation Bar", "desc" => "Control the display of pages in the navigation bar", "category" => "nav-pages", "parent" => "nav-setup", "type" => "sub-section-4"), array("name" => "Page listing style in Navigation Bar", "desc" => "You can choose how to show pages in your navigation bar. By default a single tab for pages is shown in the navigation bar.", "id" => "suf_nav_pages_style", "parent" => "nav-setup", "grouping" => "nav-pages", "type" => "radio", "options" => array("flattened" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/nav-page-flat.jpg' alt='Flattened'/><p>Show the top level pages in the navigation bar and their sub-pages in drop-downs</p></div>", "rolled-up" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/nav-page-roll-up.jpg' alt='Flattened'/><p>Show a single tab called \"Pages\" (or whatever you want to call it) and build a drop-down under it</p></div>"), "std" => "rolled-up"), array("name" => "\"Pages\" tab title", "desc" => "In the above option if you have chosen to show a single tab for pages and build a drop-down under it, you can set the title for that tab.\n\t\t\t\tThis setting is ignored if you have chosen to display top level pages in the navigation bar.", "id" => "suf_nav_page_tab_title", "parent" => "nav-setup", "grouping" => "nav-pages", "type" => "text", "std" => "Pages"), array("name" => "\"Pages\" tab link", "desc" => "If you have a specific page that you want to go to upon clicking the Pages tab, set the full URL here.\n\t\t\t\tThis setting is ignored if you have chosen to display top level pages in the navigation bar.", "id" => "suf_nav_page_tab_link", "parent" => "nav-setup", "grouping" => "nav-pages", "type" => "text", "hint" => "Enter the full URL, including http://", "std" => ""), array("name" => "Pages in Navigation Bar - All or Selected", "desc" => "Choose which pages you want to display in your navigation bar.", "id" => "suf_nav_pages_all_sel", "parent" => "nav-setup", "grouping" => "nav-pages", "type" => "radio", "options" => array("all" => "Include all, ignoring next option", "selected" => "Include selections from the next option", "exclude-all" => "Exclude all, ignoring next option", "exclude-selected" => "Exclude selections from the next option"), "std" => "exclude-all"), array("name" => "Select pages to include/exclude in Navigation Bar", "desc" => "The selections here will be used with the previous option.", "id" => "suf_nav_pages", "parent" => "nav-setup", "grouping" => "nav-pages", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_page_array(), "std" => ''), array("name" => "Categories in Navigation Bar", "desc" => "Control the display of categories in the navigation bar", "category" => "nav-cats", "parent" => "nav-setup", "type" => "sub-section-4"), array("name" => "Category listing style in Navigation Bar", "desc" => "You can choose how to show categories in your navigation bar. By default a single tab for categories is shown in the navigation bar.", "id" => "suf_nav_cat_style", "parent" => "nav-setup", "grouping" => "nav-cats", "type" => "radio", "options" => array("flattened" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/nav-cat-flat.jpg' alt='Flattened'/><p>Show the top level categories in the navigation bar and their sub-pages in drop-downs</p></div>", "rolled-up" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/nav-cat-roll-up.jpg' alt='Flattened'/><p>Show a single tab called \"Categories\" (or whatever you want to call it) and build a drop-down under it</p></div>"), "std" => "rolled-up"), array("name" => "\"Categories\" tab title", "desc" => "In the above option if you have chosen to show a single tab for categories and build a drop-down under it, you can set the title for that tab.\n\t\t\t\tThis setting is ignored if you have chosen to display top level categories in the navigation bar.", "id" => "suf_nav_cat_tab_title", "parent" => "nav-setup", "grouping" => "nav-cats", "type" => "text", "std" => "Categories"), array("name" => "\"Categories\" tab link", "desc" => "If you have a specific page that you want to go to upon clicking the Categories tab, set the full URL here.\n\t\t\t\tThis setting is ignored if you have chosen to display top level categories in the navigation bar.", "id" => "suf_nav_cat_tab_link", "parent" => "nav-setup", "grouping" => "nav-cats", "type" => "text", "hint" => "Enter the full URL, including http://", "std" => ""), array("name" => "Categories in Navigation Bar - All or Selected", "desc" => "Choose which categories you want to display in your navigation bar.", "id" => "suf_nav_cats_all_sel", "parent" => "nav-setup", "grouping" => "nav-cats", "type" => "radio", "options" => array("all" => "Include all, ignoring next option", "selected" => "Include selections from the next option", "exclude-all" => "Exclude all, ignoring next option", "exclude-selected" => "Exclude selections from the next option"), "std" => "exclude-all"), array("name" => "Select categories to show in Navigation Bar", "desc" => "If you have too many categories on your blog you might want to exclude some so that the navigation bar doesn't get ugly. Note that if your navigation bar is hidden, this setting is ignored. Also if you select a category whose parent is not selected, the child will NOT be displayed.\n\t\t\t\tThe exclusion is hierarchical, so if you exclude a parent category but include its child, neither the parent nor the child will show up in the dropdown. All categories are excluded by default. ", "id" => "suf_nav_cats", "parent" => "nav-setup", "grouping" => "nav-cats", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_category_array(), 'std' => ''), array("name" => "Links in Navigation Bar", "desc" => "Control the display of links in the navigation bar", "category" => "nav-links", "parent" => "nav-setup", "type" => "sub-section-4"), array("name" => "WordPress Link listing style in Navigation Bar", "desc" => "You can choose how to show links in your navigation bar. By default a single tab for links is shown in the navigation bar.", "id" => "suf_nav_links_style", "parent" => "nav-setup", "grouping" => "nav-links", "type" => "radio", "options" => array("flattened" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/nav-link-flat.jpg' alt='Flattened'/><p>Show the links in the navigation bar</p></div>", "rolled-up" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/nav-link-roll-up.jpg' alt='Flattened'/><p>Show a single tab called \"Links\" (or whatever you want to call it) and build a drop-down under it</p></div>"), "std" => "rolled-up"), array("name" => "\"Links\" tab title", "desc" => "In the above option if you have chosen to show a single tab for WordPress links and build a drop-down under it, you can set the title for that tab.\n\t\t\t\tThis setting is ignored if you have chosen to display individual links in the navigation bar.", "id" => "suf_nav_links_tab_title", "parent" => "nav-setup", "grouping" => "nav-links", "type" => "text", "std" => "Links"), array("name" => "\"Links\" tab link", "desc" => "If you have a specific page that you want to go to upon clicking the Links tab, set the full URL here.\n\t\t\t\tThis setting is ignored if you have chosen to display top level links in the navigation bar.", "id" => "suf_nav_links_tab_link", "parent" => "nav-setup", "grouping" => "nav-links", "type" => "text", "hint" => "Enter the full URL, including http://", "std" => ""), array("name" => "Links in Navigation Bar - All or Selected", "desc" => "Choose which links you want to display", "id" => "suf_nav_links_all_sel", "parent" => "nav-setup", "grouping" => "nav-links", "type" => "radio", "options" => array("all" => "Include all, ignoring next option", "selected" => "Include selections from the next option", "exclude-all" => "Exclude all, ignoring next option", "exclude-selected" => "Exclude selections from the next option"), "std" => "selected"), array("name" => "Select links to show in Navigation Bar", "desc" => "If you have too many links on your blog you might want to exclude some so that the navigation bar doesn't get ugly. Note that if your navigation bar is hidden, this setting is ignored.\n\t\t\t\tAll links are excluded by default. ", "id" => "suf_nav_links", "parent" => "nav-setup", "grouping" => "nav-links", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_link_array(), "std" => ''), array("name" => "WP 3.0 Navigation Menus", "desc" => "Control the display of inbuilt navigation menus (WP 3.0 and higher)", "category" => "nav-3menu", "parent" => "nav-setup", "type" => "sub-section-4"), array("name" => "WP 3.0 Navigation Menus - All or Selected", "desc" => "You can decide if you want to show all menus or selected menus in the navigation bar.\n\t\t\tIf you choose 'All' your settings in the next option will be ignored. Also note that if you have added a menu to the navigation bar through the WP 3.0 menu administration page, it will show up even if excluded here.\n\t\t\tNote that this option is different from choosing 'Select All' in the next option, because this guarantees that always all are displayed, while the next option only ensures that all selections at the time of setup are displayed", "id" => "suf_nav_menus_all_sel", "parent" => "nav-setup", "grouping" => "nav-3menu", "type" => "radio", "options" => array("all" => "All, ignoring next option", "selected" => "Selections from the next option"), "std" => "selected"), array("name" => "Select Menus to show", "desc" => "If you have too many menus on your blog you might want to exclude some so that the navigation bar doesn't get ugly.\n\t\t\tAll menus are included by default. ", "id" => "suf_nav_menus", "parent" => "nav-setup", "grouping" => "nav-3menu", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_wp_menu_array(), "std" => ''), array("name" => "\"Title\" attribute upon hovering over navigation bar", "desc" => "If you set this to show the title, when you hover over the menu, a little box with the title of the link will show up.\n\t\t\tThis applies to both navigation bars. Also, the WP 3.0 menus are not impacted by this setting:", "id" => "suf_nav_strip_a_title", "parent" => "nav-setup", "type" => "radio", "options" => array("show" => "Show title attribute", "hide" => "Hide title attribute"), "std" => "hide"), array("name" => "Footer", "type" => "sub-section-3", "category" => "footer-customization", "parent" => "visual-effects"), array("name" => "Footer Layout Style", "desc" => "You can choose different footer styles - full width or page width:", "id" => "suf_footer_layout_style", "parent" => "footer-customization", "type" => "radio", "options" => array("out-hcfull" => "Footer is outside the main wrapper, its background and contents are as wide as your browser window", "out-hcalign" => "Footer is outside the main wrapper, its background and contents are aligned with the main wrapper", "out-cfull-halign" => "Footer is outside the main wrapper, its background is as wide as your browser window, but footer contents are aligned with the main wrapper", "in-align" => "Footer is inside the main wrapper", "theme" => "Theme Default"), "std" => "theme"), array("name" => "Text in left part of footer", "desc" => "Enter the text to put in the left section of the footer. HTML is permitted. For the &copy; symbol use &amp;#169; .", "id" => "suf_footer_left", "parent" => "footer-customization", "type" => "textarea", "hint" => "Enter the text here.", "note" => "If you have any text here, it will be included with your pages (even if structurally incorrect!!).", "std" => "&#169; " . date('Y') . " <a href='" . home_url() . "'>" . get_bloginfo('name') . "</a>"), array("name" => "Text in central part of footer", "desc" => "Enter the text to put in the central section of the footer. HTML is permitted. For the &copy; symbol use &amp;#169; .", "id" => "suf_footer_center", "parent" => "footer-customization", "type" => "textarea", "hint" => "Enter the text here.", "note" => "If you have any text here, it will be included with your pages (even if structurally incorrect!!).", "std" => ""), array("name" => "Post and Page Bylines", "type" => "sub-section-3", "category" => "post-settings", "parent" => "visual-effects"), array("name" => "Posts (Default/Standard post format)", "desc" => "Control positioning of post bylines", "category" => "post-settings-post", "parent" => "post-settings", "type" => "sub-section-4"), array("name" => "Position of meta information (including date)", "desc" => "Choose where you want information like Comments, Posted By etc to appear", "id" => "suf_post_meta_position", "parent" => "post-settings", "grouping" => "post-settings-post", "type" => "radio", "options" => array("theme" => "Theme Default", "corners" => "Show in corners above/below content", "left-pullout" => "Pullout on the left (this will reduce your main column width)", "right-pullout" => "Pullout on the right side (this will reduce your main column width)", "left-outer-pullout" => "Pullout on the left outside post (this will reduce your main column width)", "right-outer-pullout" => "Pullout on the right outside post (this will reduce your main column width)", "line-top" => "Single line above post", "line-bottom" => "Single line below post"), "std" => "theme"), array("name" => "Show Permalink for posts without titles?", "desc" => "You can show an explicit permalink:", "id" => "suf_post_show_perm", "parent" => "post-settings", "grouping" => "post-settings-post", "type" => "select", "options" => array("show-tleft" => "Show Permalink under title on the left side", "show-tright" => "Show Permalink under title on the right side", "show-bleft" => "Show Permalink above footer on the left side", "show-bright" => "Show Permalink near footer on the right side", "hide" => "Hide Permalinks"), "std" => "show-tleft"), array("name" => "Show Permalink for posts with titles?", "desc" => "You can show an explicit permalink for posts with titles. The link will show up in the location set above:", "id" => "suf_post_with_title_show_perm", "parent" => "post-settings", "grouping" => "post-settings-post", "type" => "select", "options" => array("show" => "Always show", "hide" => "Always hide"), "std" => "hide"), array("name" => "Show Categories for posts?", "desc" => "Links for the categories that the post is associated with show up under the title for all posts on the left side. Do you want to hide them?", "id" => "suf_post_show_cats", "parent" => "post-settings", "grouping" => "post-settings-post", "type" => "select", "options" => array("show" => "Show Categories under title on the left side", "show-tright" => "Show Categories under title on the right side", "show-bleft" => "Show Categories above footer on the left side", "show-bright" => "Show Categories near footer on the right side", "hide" => "Hide Categories"), "std" => "show"), array("name" => "Show Comments link for Posts?", "desc" => "A link for comments shows up under the title for all posts on the right side. Do you want to hide it?", "id" => "suf_post_show_comment", "parent" => "post-settings", "grouping" => "post-settings-post", "type" => "select", "options" => array("show-tleft" => "Show Comments link under title on the left side", "show" => "Show Comments link under title on the right side", "show-bleft" => "Show Comments link above footer on the left side", "show-bright" => "Show Comments link near footer on the right side", "hide" => "Hide Comments link"), "std" => "show"), array("name" => "Show \"Posted By\" for Posts?", "desc" => "Information about the poster shows up near the footer for all posts on the left side. Do you want to hide it?", "id" => "suf_post_show_posted_by", "parent" => "post-settings", "grouping" => "post-settings-post", "type" => "select", "options" => array("show-tleft" => "Show Posted By under title on the left side", "show-tright" => "Show Posted By under title on the right side", "show" => "Show Posted By above footer on the left side", "show-bright" => "Show Posted By near footer on the right side", "hide" => "Hide Posted By"), "std" => "show"), array("name" => "\"Posted By\" format", "desc" => "You can change the appearance of the \"Posted By\" text:", "id" => "suf_post_posted_by_format", "parent" => "post-settings", "grouping" => "post-settings-post", "type" => "select", "options" => array("by" => "Posted by {author}", "by-on" => "Posted by {author} on {date}", "by-at" => "Posted by {author} at {time}", "by-on-at" => "Posted by {author} on {date} at {time}", "by-at-on" => "Posted by {author} at {time} on {date}"), "std" => "by-at"), array("name" => "Show Tags for posts?", "desc" => "Links for the tags that the post is associated with show up near the footer for all posts on the right side. Do you want to hide them?", "id" => "suf_post_show_tags", "parent" => "post-settings", "grouping" => "post-settings-post", "type" => "select", "options" => array("show-tleft" => "Show Tags under title on the left side", "show-tright" => "Show Tags under title on the right side", "show-bleft" => "Show Tags above footer on the left side", "show" => "Show Tags near footer on the right side", "hide" => "Hide Tags"), "std" => "show"), array("name" => "Pages", "desc" => "Control positioning of page bylines", "category" => "post-settings-page", "parent" => "post-settings", "type" => "sub-section-4"), array("name" => "Position of meta information (including date)", "desc" => "Choose where you want information like Comments, Posted By etc to appear", "id" => "suf_page_meta_position", "parent" => "post-settings", "grouping" => "post-settings-page", "type" => "radio", "options" => array("theme" => "Theme Default", "corners" => "Show in corners above/below content", "left-pullout" => "Pullout on the left (this will reduce your main column width)", "right-pullout" => "Pullout on the right side (this will reduce your main column width)", "left-outer-pullout" => "Pullout on the left outside post (this will reduce your main column width)", "right-outer-pullout" => "Pullout on the right outside post (this will reduce your main column width)", "line-top" => "Single line above post", "line-bottom" => "Single line below post"), "std" => "theme"), array("name" => "Show Comments link for Pages?", "desc" => "A link for comments shows up under the title for all pages on the right side. Do you want to hide it?", "id" => "suf_page_show_comment", "parent" => "post-settings", "grouping" => "post-settings-page", "type" => "select", "options" => array("show-tleft" => "Show Comments link under title on the left side", "show" => "Show Comments link under title on the right side", "show-bleft" => "Show Comments link above footer on the left side", "show-bright" => "Show Comments link near footer on the right side", "hide" => "Hide Comments link"), "std" => "show"), array("name" => "Show \"Posted By\" for Pages?", "desc" => "Information about the poster shows up near the footer for all pages on the left side. Do you want to hide it?", "id" => "suf_page_show_posted_by", "parent" => "post-settings", "grouping" => "post-settings-page", "type" => "select", "options" => array("show-tleft" => "Show Posted By under title on the left side", "show-tright" => "Show Posted By under title on the right side", "show" => "Show Posted By above footer on the left side", "show-bright" => "Show Posted By near footer on the right side", "hide" => "Hide Posted By"), "std" => "show"), array("name" => "\"Posted By\" format", "desc" => "You can change the appearance of the \"Posted By\" text:", "id" => "suf_page_posted_by_format", "parent" => "post-settings", "grouping" => "post-settings-page", "type" => "select", "options" => array("by" => "Posted by {author}", "by-on" => "Posted by {author} on {date}", "by-at" => "Posted by {author} at {time}", "by-on-at" => "Posted by {author} on {date} at {time}", "by-at-on" => "Posted by {author} at {time} on {date}"), "std" => "by-at"), array("name" => "Post Formats", "type" => "sub-section-3", "category" => "post-format-settings", "parent" => "visual-effects"), array("name" => "Posts ('Aside' post format)", "desc" => "Control positioning of post bylines for post format 'aside'", "category" => "post-format-settings-post-aside", "parent" => "post-format-settings", "type" => "sub-section-4"), array("name" => "Show Title?", "desc" => "Should the title be displayed?", "id" => "suf_post_aside_show_title", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-aside", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "hide"), array("name" => "Position of meta information (including date)", "desc" => "Choose where you want information like Comments, Posted By etc to appear", "id" => "suf_post_aside_meta_position", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-aside", "type" => "radio", "options" => array("theme" => "Theme Default", "corners" => "Show in corners above/below content", "left-pullout" => "Pullout on the left (this will reduce your main column width)", "right-pullout" => "Pullout on the right side (this will reduce your main column width)", "left-outer-pullout" => "Pullout on the left outside post (this will reduce your main column width)", "right-outer-pullout" => "Pullout on the right outside post (this will reduce your main column width)", "line-top" => "Single line above post", "line-bottom" => "Single line below post"), "std" => "theme"), array("name" => "Show Permalink for posts without titles?", "desc" => "You can show an explicit permalink:", "id" => "suf_post_aside_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-aside", "type" => "select", "options" => array("show-tleft" => "Show Permalink under title on the left side", "show-tright" => "Show Permalink under title on the right side", "show-bleft" => "Show Permalink above footer on the left side", "show-bright" => "Show Permalink near footer on the right side", "hide" => "Hide Permalinks"), "std" => "show-tleft"), array("name" => "Show Permalink for posts without title?", "desc" => "You can show an explicit permalink for posts without titles. The link will show up in the location set above:", "id" => "suf_post_aside_no_title_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-aside", "type" => "select", "options" => array("show" => "Always show", "hide" => "Always hide"), "std" => "show"), array("name" => "Show Categories?", "desc" => "Links for the categories that the post is associated with show up under the title for all posts on the left side. Do you want to hide them?", "id" => "suf_post_aside_show_cats", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-aside", "type" => "select", "options" => array("show" => "Show Categories under title on the left side", "show-tright" => "Show Categories under title on the right side", "show-bleft" => "Show Categories above footer on the left side", "show-bright" => "Show Categories near footer on the right side", "hide" => "Hide Categories"), "std" => "show"), array("name" => "Show Comments link?", "desc" => "A link for comments shows up under the title for all posts on the right side. Do you want to hide it?", "id" => "suf_post_aside_show_comment", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-aside", "type" => "select", "options" => array("show-tleft" => "Show Comments link under title on the left side", "show" => "Show Comments link under title on the right side", "show-bleft" => "Show Comments link above footer on the left side", "show-bright" => "Show Comments link near footer on the right side", "hide" => "Hide Comments link"), "std" => "show"), array("name" => "Show \"Posted By\"?", "desc" => "Information about the poster shows up near the footer for all posts on the left side. Do you want to hide it?", "id" => "suf_post_aside_show_posted_by", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-aside", "type" => "select", "options" => array("show-tleft" => "Show Posted By under title on the left side", "show-tright" => "Show Posted By under title on the right side", "show" => "Show Posted By above footer on the left side", "show-bright" => "Show Posted By near footer on the right side", "hide" => "Hide Posted By"), "std" => "show"), array("name" => "\"Posted By\" format", "desc" => "You can change the appearance of the \"Posted By\" text:", "id" => "suf_post_aside_posted_by_format", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-aside", "type" => "select", "options" => array("by" => "Posted by {author}", "by-on" => "Posted by {author} on {date}", "by-at" => "Posted by {author} at {time}", "by-on-at" => "Posted by {author} on {date} at {time}", "by-at-on" => "Posted by {author} at {time} on {date}"), "std" => "by-at"), array("name" => "Show Tags?", "desc" => "Links for the tags that the post is associated with show up near the footer for all posts on the right side. Do you want to hide them?", "id" => "suf_post_aside_show_tags", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-aside", "type" => "select", "options" => array("show-tleft" => "Show Tags under title on the left side", "show-tright" => "Show Tags under title on the right side", "show-bleft" => "Show Tags above footer on the left side", "show" => "Show Tags near footer on the right side", "hide" => "Hide Tags"), "std" => "show"), array("name" => "Posts ('Gallery' post format)", "desc" => "Control display for post format 'gallery'", "category" => "post-format-settings-post-gallery", "parent" => "post-format-settings", "type" => "sub-section-4"), array("name" => "Show Title?", "desc" => "Should the title be displayed?", "id" => "suf_post_gallery_show_title", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Position of meta information (including date)", "desc" => "Choose where you want information like Comments, Posted By etc to appear", "id" => "suf_post_gallery_meta_position", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "radio", "options" => array("theme" => "Theme Default", "corners" => "Show in corners above/below content", "left-pullout" => "Pullout on the left (this will reduce your main column width)", "right-pullout" => "Pullout on the right side (this will reduce your main column width)", "left-outer-pullout" => "Pullout on the left outside post (this will reduce your main column width)", "right-outer-pullout" => "Pullout on the right outside post (this will reduce your main column width)", "line-top" => "Single line above post", "line-bottom" => "Single line below post"), "std" => "theme"), array("name" => "Show Permalink for posts without titles?", "desc" => "You can show an explicit permalink:", "id" => "suf_post_gallery_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "select", "options" => array("show-tleft" => "Show Permalink under title on the left side", "show-tright" => "Show Permalink under title on the right side", "show-bleft" => "Show Permalink above footer on the left side", "show-bright" => "Show Permalink near footer on the right side", "hide" => "Hide Permalinks"), "std" => "show-tleft"), array("name" => "Show Permalink for posts with titles?", "desc" => "You can show an explicit permalink for posts with titles. The link will show up in the location set above:", "id" => "suf_post_gallery_with_title_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "select", "options" => array("show" => "Always show", "hide" => "Always hide"), "std" => "hide"), array("name" => "Show Categories?", "desc" => "Links for the categories that the post is associated with show up under the title for all posts on the left side. Do you want to hide them?", "id" => "suf_post_gallery_show_cats", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "select", "options" => array("show" => "Show Categories under title on the left side", "show-tright" => "Show Categories under title on the right side", "show-bleft" => "Show Categories above footer on the left side", "show-bright" => "Show Categories near footer on the right side", "hide" => "Hide Categories"), "std" => "show"), array("name" => "Show Comments link?", "desc" => "A link for comments shows up under the title for all posts on the right side. Do you want to hide it?", "id" => "suf_post_gallery_show_comment", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "select", "options" => array("show-tleft" => "Show Comments link under title on the left side", "show" => "Show Comments link under title on the right side", "show-bleft" => "Show Comments link above footer on the left side", "show-bright" => "Show Comments link near footer on the right side", "hide" => "Hide Comments link"), "std" => "show"), array("name" => "Show \"Posted By\"?", "desc" => "Information about the poster shows up near the footer for all posts on the left side. Do you want to hide it?", "id" => "suf_post_gallery_show_posted_by", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "select", "options" => array("show-tleft" => "Show Posted By under title on the left side", "show-tright" => "Show Posted By under title on the right side", "show" => "Show Posted By above footer on the left side", "show-bright" => "Show Posted By near footer on the right side", "hide" => "Hide Posted By"), "std" => "show"), array("name" => "\"Posted By\" format", "desc" => "You can change the appearance of the \"Posted By\" text:", "id" => "suf_post_gallery_posted_by_format", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "select", "options" => array("by" => "Posted by {author}", "by-on" => "Posted by {author} on {date}", "by-at" => "Posted by {author} at {time}", "by-on-at" => "Posted by {author} on {date} at {time}", "by-at-on" => "Posted by {author} at {time} on {date}"), "std" => "by-at"), array("name" => "Show Tags?", "desc" => "Links for the tags that the post is associated with show up near the footer for all posts on the right side. Do you want to hide them?", "id" => "suf_post_gallery_show_tags", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "select", "options" => array("show-tleft" => "Show Tags under title on the left side", "show-tright" => "Show Tags under title on the right side", "show-bleft" => "Show Tags above footer on the left side", "show" => "Show Tags near footer on the right side", "hide" => "Hide Tags"), "std" => "show"), array("name" => "Disable Gallery Post Format in archives", "id" => "suf_gallery_format_disable", "desc" => "Disable the Gallery Post Format and treat it as a regulary post.", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "checkbox", "std" => ''), array("name" => "Gallery posts in archives - Number of thumbnails to show", "id" => "suf_gallery_format_thumb_count", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "slider", "options" => array("range" => "min", "min" => 4, "max" => 20, "step" => 1, "size" => "400px", "unit" => ""), "std" => 6), array("name" => "Gallery posts in archives - Thumbnail panel position", "id" => "suf_gallery_format_thumb_panel_position", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "select", "options" => array("left" => "Left of leading image", "right" => "Right of leading image", "below" => "Below leading image"), "std" => "right"), array("name" => "Gallery posts in archives - Thumbnail panel width", "desc" => "If you have chosen \"left\" or \"right\" above, please enter the width in pixels:", "id" => "suf_gallery_format_thumb_panel_width", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "250"), array("name" => "Gallery posts in archives - Width of individual thumbnail", "id" => "suf_gallery_format_thumbnail_width", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "select", "options" => array("64" => "64px", "96" => "96px", "128" => "128px", "192" => "192px", "256" => "256px"), "std" => "96"), array("name" => "Gallery posts in archives - Height of individual thumbnail", "id" => "suf_gallery_format_thumbnail_height", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "select", "options" => array("64" => "64px", "96" => "96px", "128" => "128px", "192" => "192px", "256" => "256px"), "std" => "96"), array("name" => "Gallery posts in archives - Proportional resizing", "desc" => "If you are resizing an image 400x300 px to 128x128, the resizing is disproportionate. How do you want to handle the resize in such a scenario?", "id" => "suf_gallery_format_zc", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "radio", "options" => array("0" => "Preserve original proportions (final size might be different from desired size)", "1" => "Transform to desired proportions (image might get cropped)"), "std" => "1"), array("name" => "Random thumbnails", "id" => "suf_gallery_random_thumbs_disable", "desc" => "Don't randomly pick the thumbnails.", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-gallery", "type" => "checkbox", "std" => ''), array("name" => "Posts ('Link' post format)", "desc" => "Control positioning of post bylines for post format 'link'", "category" => "post-format-settings-post-link", "parent" => "post-format-settings", "type" => "sub-section-4"), array("name" => "Show Title?", "desc" => "Should the title be displayed?", "id" => "suf_post_link_show_title", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-link", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Position of meta information (including date)", "desc" => "Choose where you want information like Comments, Posted By etc to appear", "id" => "suf_post_link_meta_position", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-link", "type" => "radio", "options" => array("theme" => "Theme Default", "corners" => "Show in corners above/below content", "left-pullout" => "Pullout on the left (this will reduce your main column width)", "right-pullout" => "Pullout on the right side (this will reduce your main column width)", "left-outer-pullout" => "Pullout on the left outside post (this will reduce your main column width)", "right-outer-pullout" => "Pullout on the right outside post (this will reduce your main column width)", "line-top" => "Single line above post", "line-bottom" => "Single line below post"), "std" => "theme"), array("name" => "Show Permalink for posts without titles?", "desc" => "You can show an explicit permalink:", "id" => "suf_post_link_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-link", "type" => "select", "options" => array("show-tleft" => "Show Permalink under title on the left side", "show-tright" => "Show Permalink under title on the right side", "show-bleft" => "Show Permalink above footer on the left side", "show-bright" => "Show Permalink near footer on the right side", "hide" => "Hide Permalinks"), "std" => "show-tleft"), array("name" => "Show Permalink for posts with titles?", "desc" => "You can show an explicit permalink for posts with titles. The link will show up in the location set above:", "id" => "suf_post_link_with_title_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-link", "type" => "select", "options" => array("show" => "Always show", "hide" => "Always hide"), "std" => "hide"), array("name" => "Show Categories?", "desc" => "Links for the categories that the post is associated with show up under the title for all posts on the left side. Do you want to hide them?", "id" => "suf_post_link_show_cats", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-link", "type" => "select", "options" => array("show" => "Show Categories under title on the left side", "show-tright" => "Show Categories under title on the right side", "show-bleft" => "Show Categories above footer on the left side", "show-bright" => "Show Categories near footer on the right side", "hide" => "Hide Categories"), "std" => "show"), array("name" => "Show Comments link?", "desc" => "A link for comments shows up under the title for all posts on the right side. Do you want to hide it?", "id" => "suf_post_link_show_comment", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-link", "type" => "select", "options" => array("show-tleft" => "Show Comments link under title on the left side", "show" => "Show Comments link under title on the right side", "show-bleft" => "Show Comments link above footer on the left side", "show-bright" => "Show Comments link near footer on the right side", "hide" => "Hide Comments link"), "std" => "show"), array("name" => "Show \"Posted By\"?", "desc" => "Information about the poster shows up near the footer for all posts on the left side. Do you want to hide it?", "id" => "suf_post_link_show_posted_by", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-link", "type" => "select", "options" => array("show-tleft" => "Show Posted By under title on the left side", "show-tright" => "Show Posted By under title on the right side", "show" => "Show Posted By above footer on the left side", "show-bright" => "Show Posted By near footer on the right side", "hide" => "Hide Posted By"), "std" => "show"), array("name" => "\"Posted By\" format", "desc" => "You can change the appearance of the \"Posted By\" text:", "id" => "suf_post_link_posted_by_format", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-link", "type" => "select", "options" => array("by" => "Posted by {author}", "by-on" => "Posted by {author} on {date}", "by-at" => "Posted by {author} at {time}", "by-on-at" => "Posted by {author} on {date} at {time}", "by-at-on" => "Posted by {author} at {time} on {date}"), "std" => "by-at"), array("name" => "Show Tags?", "desc" => "Links for the tags that the post is associated with show up near the footer for all posts on the right side. Do you want to hide them?", "id" => "suf_post_link_show_tags", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-link", "type" => "select", "options" => array("show-tleft" => "Show Tags under title on the left side", "show-tright" => "Show Tags under title on the right side", "show-bleft" => "Show Tags above footer on the left side", "show" => "Show Tags near footer on the right side", "hide" => "Hide Tags"), "std" => "show"), array("name" => "Posts ('Image' post format)", "desc" => "Control positioning of post bylines for post format 'image'", "category" => "post-format-settings-post-image", "parent" => "post-format-settings", "type" => "sub-section-4"), array("name" => "Show Title?", "desc" => "Should the title be displayed?", "id" => "suf_post_image_show_title", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-image", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Position of meta information (including date)", "desc" => "Choose where you want information like Comments, Posted By etc to appear", "id" => "suf_post_image_meta_position", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-image", "type" => "radio", "options" => array("theme" => "Theme Default", "corners" => "Show in corners above/below content", "left-pullout" => "Pullout on the left (this will reduce your main column width)", "right-pullout" => "Pullout on the right side (this will reduce your main column width)", "left-outer-pullout" => "Pullout on the left outside post (this will reduce your main column width)", "right-outer-pullout" => "Pullout on the right outside post (this will reduce your main column width)", "line-top" => "Single line above post", "line-bottom" => "Single line below post"), "std" => "theme"), array("name" => "Show Permalink for posts without titles?", "desc" => "You can show an explicit permalink:", "id" => "suf_post_image_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-image", "type" => "select", "options" => array("show-tleft" => "Show Permalink under title on the left side", "show-tright" => "Show Permalink under title on the right side", "show-bleft" => "Show Permalink above footer on the left side", "show-bright" => "Show Permalink near footer on the right side", "hide" => "Hide Permalinks"), "std" => "show-tleft"), array("name" => "Show Permalink for posts with titles?", "desc" => "You can show an explicit permalink for posts with titles. The link will show up in the location set above:", "id" => "suf_post_image_with_title_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-image", "type" => "select", "options" => array("show" => "Always show", "hide" => "Always hide"), "std" => "hide"), array("name" => "Show Categories?", "desc" => "Links for the categories that the post is associated with show up under the title for all posts on the left side. Do you want to hide them?", "id" => "suf_post_image_show_cats", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-image", "type" => "select", "options" => array("show" => "Show Categories under title on the left side", "show-tright" => "Show Categories under title on the right side", "show-bleft" => "Show Categories above footer on the left side", "show-bright" => "Show Categories near footer on the right side", "hide" => "Hide Categories"), "std" => "show"), array("name" => "Show Comments link?", "desc" => "A link for comments shows up under the title for all posts on the right side. Do you want to hide it?", "id" => "suf_post_image_show_comment", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-image", "type" => "select", "options" => array("show-tleft" => "Show Comments link under title on the left side", "show" => "Show Comments link under title on the right side", "show-bleft" => "Show Comments link above footer on the left side", "show-bright" => "Show Comments link near footer on the right side", "hide" => "Hide Comments link"), "std" => "show"), array("name" => "Show \"Posted By\"?", "desc" => "Information about the poster shows up near the footer for all posts on the left side. Do you want to hide it?", "id" => "suf_post_image_show_posted_by", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-image", "type" => "select", "options" => array("show-tleft" => "Show Posted By under title on the left side", "show-tright" => "Show Posted By under title on the right side", "show" => "Show Posted By above footer on the left side", "show-bright" => "Show Posted By near footer on the right side", "hide" => "Hide Posted By"), "std" => "show"), array("name" => "\"Posted By\" format", "desc" => "You can change the appearance of the \"Posted By\" text:", "id" => "suf_post_image_posted_by_format", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-image", "type" => "select", "options" => array("by" => "Posted by {author}", "by-on" => "Posted by {author} on {date}", "by-at" => "Posted by {author} at {time}", "by-on-at" => "Posted by {author} on {date} at {time}", "by-at-on" => "Posted by {author} at {time} on {date}"), "std" => "by-at"), array("name" => "Show Tags?", "desc" => "Links for the tags that the post is associated with show up near the footer for all posts on the right side. Do you want to hide them?", "id" => "suf_post_image_show_tags", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-image", "type" => "select", "options" => array("show-tleft" => "Show Tags under title on the left side", "show-tright" => "Show Tags under title on the right side", "show-bleft" => "Show Tags above footer on the left side", "show" => "Show Tags near footer on the right side", "hide" => "Hide Tags"), "std" => "show"), array("name" => "Posts ('Quote' post format)", "desc" => "Control positioning of post bylines for post format 'quote'", "category" => "post-format-settings-post-quote", "parent" => "post-format-settings", "type" => "sub-section-4"), array("name" => "Show Title?", "desc" => "Should the title be displayed?", "id" => "suf_post_quote_show_title", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-quote", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "hide"), array("name" => "Position of meta information (including date)", "desc" => "Choose where you want information like Comments, Posted By etc to appear", "id" => "suf_post_quote_meta_position", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-quote", "type" => "radio", "options" => array("theme" => "Theme Default", "corners" => "Show in corners above/below content", "left-pullout" => "Pullout on the left (this will reduce your main column width)", "right-pullout" => "Pullout on the right side (this will reduce your main column width)", "left-outer-pullout" => "Pullout on the left outside post (this will reduce your main column width)", "right-outer-pullout" => "Pullout on the right outside post (this will reduce your main column width)", "line-top" => "Single line above post", "line-bottom" => "Single line below post"), "std" => "theme"), array("name" => "Show Permalink for posts without titles?", "desc" => "You can show an explicit permalink:", "id" => "suf_post_quote_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-quote", "type" => "select", "options" => array("show-tleft" => "Show Permalink under title on the left side", "show-tright" => "Show Permalink under title on the right side", "show-bleft" => "Show Permalink above footer on the left side", "show-bright" => "Show Permalink near footer on the right side", "hide" => "Hide Permalinks"), "std" => "show-tleft"), array("name" => "Show Permalink for posts with titles?", "desc" => "You can show an explicit permalink for posts with titles. The link will show up in the location set above:", "id" => "suf_post_quote_with_title_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-quote", "type" => "select", "options" => array("show" => "Always show", "hide" => "Always hide"), "std" => "show"), array("name" => "Show Categories?", "desc" => "Links for the categories that the post is associated with show up under the title for all posts on the left side. Do you want to hide them?", "id" => "suf_post_quote_show_cats", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-quote", "type" => "select", "options" => array("show" => "Show Categories under title on the left side", "show-tright" => "Show Categories under title on the right side", "show-bleft" => "Show Categories above footer on the left side", "show-bright" => "Show Categories near footer on the right side", "hide" => "Hide Categories"), "std" => "show"), array("name" => "Show Comments link?", "desc" => "A link for comments shows up under the title for all posts on the right side. Do you want to hide it?", "id" => "suf_post_quote_show_comment", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-quote", "type" => "select", "options" => array("show-tleft" => "Show Comments link under title on the left side", "show" => "Show Comments link under title on the right side", "show-bleft" => "Show Comments link above footer on the left side", "show-bright" => "Show Comments link near footer on the right side", "hide" => "Hide Comments link"), "std" => "show"), array("name" => "Show \"Posted By\"?", "desc" => "Information about the poster shows up near the footer for all posts on the left side. Do you want to hide it?", "id" => "suf_post_quote_show_posted_by", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-quote", "type" => "select", "options" => array("show-tleft" => "Show Posted By under title on the left side", "show-tright" => "Show Posted By under title on the right side", "show" => "Show Posted By above footer on the left side", "show-bright" => "Show Posted By near footer on the right side", "hide" => "Hide Posted By"), "std" => "show"), array("name" => "\"Posted By\" format", "desc" => "You can change the appearance of the \"Posted By\" text:", "id" => "suf_post_quote_posted_by_format", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-quote", "type" => "select", "options" => array("by" => "Posted by {author}", "by-on" => "Posted by {author} on {date}", "by-at" => "Posted by {author} at {time}", "by-on-at" => "Posted by {author} on {date} at {time}", "by-at-on" => "Posted by {author} at {time} on {date}"), "std" => "by-at"), array("name" => "Show Tags?", "desc" => "Links for the tags that the post is associated with show up near the footer for all posts on the right side. Do you want to hide them?", "id" => "suf_post_quote_show_tags", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-quote", "type" => "select", "options" => array("show-tleft" => "Show Tags under title on the left side", "show-tright" => "Show Tags under title on the right side", "show-bleft" => "Show Tags above footer on the left side", "show" => "Show Tags near footer on the right side", "hide" => "Hide Tags"), "std" => "show"), array("name" => "Posts ('Status' post format)", "desc" => "Control positioning of post bylines for post format 'status'", "category" => "post-format-settings-post-status", "parent" => "post-format-settings", "type" => "sub-section-4"), array("name" => "Show Title?", "desc" => "Should the title be displayed?", "id" => "suf_post_status_show_title", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-status", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "hide"), array("name" => "Position of meta information (including date)", "desc" => "Choose where you want information like Comments, Posted By etc to appear", "id" => "suf_post_status_meta_position", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-status", "type" => "radio", "options" => array("theme" => "Theme Default", "corners" => "Show in corners above/below content", "left-pullout" => "Pullout on the left (this will reduce your main column width)", "right-pullout" => "Pullout on the right side (this will reduce your main column width)", "left-outer-pullout" => "Pullout on the left outside post (this will reduce your main column width)", "right-outer-pullout" => "Pullout on the right outside post (this will reduce your main column width)", "line-top" => "Single line above post", "line-bottom" => "Single line below post"), "std" => "theme"), array("name" => "Show Permalink for posts without titles?", "desc" => "You can show an explicit permalink:", "id" => "suf_post_status_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-status", "type" => "select", "options" => array("show-tleft" => "Show Permalink under title on the left side", "show-tright" => "Show Permalink under title on the right side", "show-bleft" => "Show Permalink above footer on the left side", "show-bright" => "Show Permalink near footer on the right side", "hide" => "Hide Permalinks"), "std" => "show-tleft"), array("name" => "Show Permalink for posts with titles?", "desc" => "You can show an explicit permalink for posts with titles. The link will show up in the location set above:", "id" => "suf_post_status_no_title_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-status", "type" => "select", "options" => array("show" => "Always show", "hide" => "Always hide"), "std" => "show"), array("name" => "Show Categories?", "desc" => "Links for the categories that the post is associated with show up under the title for all posts on the left side. Do you want to hide them?", "id" => "suf_post_status_show_cats", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-status", "type" => "select", "options" => array("show" => "Show Categories under title on the left side", "show-tright" => "Show Categories under title on the right side", "show-bleft" => "Show Categories above footer on the left side", "show-bright" => "Show Categories near footer on the right side", "hide" => "Hide Categories"), "std" => "show"), array("name" => "Show Comments link?", "desc" => "A link for comments shows up under the title for all posts on the right side. Do you want to hide it?", "id" => "suf_post_status_show_comment", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-status", "type" => "select", "options" => array("show-tleft" => "Show Comments link under title on the left side", "show" => "Show Comments link under title on the right side", "show-bleft" => "Show Comments link above footer on the left side", "show-bright" => "Show Comments link near footer on the right side", "hide" => "Hide Comments link"), "std" => "show"), array("name" => "Show \"Posted By\"?", "desc" => "Information about the poster shows up near the footer for all posts on the left side. Do you want to hide it?", "id" => "suf_post_status_show_posted_by", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-status", "type" => "select", "options" => array("show-tleft" => "Show Posted By under title on the left side", "show-tright" => "Show Posted By under title on the right side", "show" => "Show Posted By above footer on the left side", "show-bright" => "Show Posted By near footer on the right side", "hide" => "Hide Posted By"), "std" => "show"), array("name" => "\"Posted By\" format", "desc" => "You can change the appearance of the \"Posted By\" text:", "id" => "suf_post_status_posted_by_format", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-status", "type" => "select", "options" => array("by" => "Posted by {author}", "by-on" => "Posted by {author} on {date}", "by-at" => "Posted by {author} at {time}", "by-on-at" => "Posted by {author} on {date} at {time}", "by-at-on" => "Posted by {author} at {time} on {date}"), "std" => "by-at"), array("name" => "Show Tags?", "desc" => "Links for the tags that the post is associated with show up near the footer for all posts on the right side. Do you want to hide them?", "id" => "suf_post_status_show_tags", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-status", "type" => "select", "options" => array("show-tleft" => "Show Tags under title on the left side", "show-tright" => "Show Tags under title on the right side", "show-bleft" => "Show Tags above footer on the left side", "show" => "Show Tags near footer on the right side", "hide" => "Hide Tags"), "std" => "show"), array("name" => "Posts ('Video' post format)", "desc" => "Control positioning of post bylines for post format 'video'", "category" => "post-format-settings-post-video", "parent" => "post-format-settings", "type" => "sub-section-4"), array("name" => "Show Title?", "desc" => "Should the title be displayed?", "id" => "suf_post_video_show_title", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-video", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Position of meta information (including date)", "desc" => "Choose where you want information like Comments, Posted By etc to appear", "id" => "suf_post_video_meta_position", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-video", "type" => "radio", "options" => array("theme" => "Theme Default", "corners" => "Show in corners above/below content", "left-pullout" => "Pullout on the left (this will reduce your main column width)", "right-pullout" => "Pullout on the right side (this will reduce your main column width)", "left-outer-pullout" => "Pullout on the left outside post (this will reduce your main column width)", "right-outer-pullout" => "Pullout on the right outside post (this will reduce your main column width)", "line-top" => "Single line above post", "line-bottom" => "Single line below post"), "std" => "theme"), array("name" => "Show Permalink for posts without titles?", "desc" => "You can show an explicit permalink:", "id" => "suf_post_video_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-video", "type" => "select", "options" => array("show-tleft" => "Show Permalink under title on the left side", "show-tright" => "Show Permalink under title on the right side", "show-bleft" => "Show Permalink above footer on the left side", "show-bright" => "Show Permalink near footer on the right side", "hide" => "Hide Permalinks"), "std" => "show-tleft"), array("name" => "Show Permalink for posts with titles?", "desc" => "You can show an explicit permalink for posts with titles. The link will show up in the location set above:", "id" => "suf_post_video_with_title_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-video", "type" => "select", "options" => array("show" => "Always show", "hide" => "Always hide"), "std" => "hide"), array("name" => "Show Categories?", "desc" => "Links for the categories that the post is associated with show up under the title for all posts on the left side. Do you want to hide them?", "id" => "suf_post_video_show_cats", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-video", "type" => "select", "options" => array("show" => "Show Categories under title on the left side", "show-tright" => "Show Categories under title on the right side", "show-bleft" => "Show Categories above footer on the left side", "show-bright" => "Show Categories near footer on the right side", "hide" => "Hide Categories"), "std" => "show"), array("name" => "Show Comments link?", "desc" => "A link for comments shows up under the title for all posts on the right side. Do you want to hide it?", "id" => "suf_post_video_show_comment", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-video", "type" => "select", "options" => array("show-tleft" => "Show Comments link under title on the left side", "show" => "Show Comments link under title on the right side", "show-bleft" => "Show Comments link above footer on the left side", "show-bright" => "Show Comments link near footer on the right side", "hide" => "Hide Comments link"), "std" => "show"), array("name" => "Show \"Posted By\"?", "desc" => "Information about the poster shows up near the footer for all posts on the left side. Do you want to hide it?", "id" => "suf_post_video_show_posted_by", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-video", "type" => "select", "options" => array("show-tleft" => "Show Posted By under title on the left side", "show-tright" => "Show Posted By under title on the right side", "show" => "Show Posted By above footer on the left side", "show-bright" => "Show Posted By near footer on the right side", "hide" => "Hide Posted By"), "std" => "show"), array("name" => "\"Posted By\" format", "desc" => "You can change the appearance of the \"Posted By\" text:", "id" => "suf_post_video_posted_by_format", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-video", "type" => "select", "options" => array("by" => "Posted by {author}", "by-on" => "Posted by {author} on {date}", "by-at" => "Posted by {author} at {time}", "by-on-at" => "Posted by {author} on {date} at {time}", "by-at-on" => "Posted by {author} at {time} on {date}"), "std" => "by-at"), array("name" => "Show Tags?", "desc" => "Links for the tags that the post is associated with show up near the footer for all posts on the right side. Do you want to hide them?", "id" => "suf_post_video_show_tags", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-video", "type" => "select", "options" => array("show-tleft" => "Show Tags under title on the left side", "show-tright" => "Show Tags under title on the right side", "show-bleft" => "Show Tags above footer on the left side", "show" => "Show Tags near footer on the right side", "hide" => "Hide Tags"), "std" => "show"), array("name" => "Posts ('Audio' post format)", "desc" => "Control positioning of post bylines for post format 'audio'", "category" => "post-format-settings-post-audio", "parent" => "post-format-settings", "type" => "sub-section-4"), array("name" => "Show Title?", "desc" => "Should the title be displayed?", "id" => "suf_post_audio_show_title", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-audio", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Audio shortcode", "desc" => "Enable Suffusion's audio shortcode (might cause conflicts with plugins other than JetPack or WP Audio Player)", "id" => "suf_enable_audio_shortcode", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-audio", "type" => "checkbox", "std" => ""), array("name" => "Position of meta information (including date)", "desc" => "Choose where you want information like Comments, Posted By etc to appear", "id" => "suf_post_audio_meta_position", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-audio", "type" => "radio", "options" => array("theme" => "Theme Default", "corners" => "Show in corners above/below content", "left-pullout" => "Pullout on the left (this will reduce your main column width)", "right-pullout" => "Pullout on the right side (this will reduce your main column width)", "left-outer-pullout" => "Pullout on the left outside post (this will reduce your main column width)", "right-outer-pullout" => "Pullout on the right outside post (this will reduce your main column width)", "line-top" => "Single line above post", "line-bottom" => "Single line below post"), "std" => "theme"), array("name" => "Show Permalink for posts without titles?", "desc" => "You can show an explicit permalink:", "id" => "suf_post_audio_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-audio", "type" => "select", "options" => array("show-tleft" => "Show Permalink under title on the left side", "show-tright" => "Show Permalink under title on the right side", "show-bleft" => "Show Permalink above footer on the left side", "show-bright" => "Show Permalink near footer on the right side", "hide" => "Hide Permalinks"), "std" => "show-tleft"), array("name" => "Show Permalink for posts with titles?", "desc" => "You can show an explicit permalink for posts with titles. The link will show up in the location set above:", "id" => "suf_post_audio_with_title_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-audio", "type" => "select", "options" => array("show" => "Always show", "hide" => "Always hide"), "std" => "hide"), array("name" => "Show Categories?", "desc" => "Links for the categories that the post is associated with show up under the title for all posts on the left side. Do you want to hide them?", "id" => "suf_post_audio_show_cats", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-audio", "type" => "select", "options" => array("show" => "Show Categories under title on the left side", "show-tright" => "Show Categories under title on the right side", "show-bleft" => "Show Categories above footer on the left side", "show-bright" => "Show Categories near footer on the right side", "hide" => "Hide Categories"), "std" => "show"), array("name" => "Show Comments link?", "desc" => "A link for comments shows up under the title for all posts on the right side. Do you want to hide it?", "id" => "suf_post_audio_show_comment", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-audio", "type" => "select", "options" => array("show-tleft" => "Show Comments link under title on the left side", "show" => "Show Comments link under title on the right side", "show-bleft" => "Show Comments link above footer on the left side", "show-bright" => "Show Comments link near footer on the right side", "hide" => "Hide Comments link"), "std" => "show"), array("name" => "Show \"Posted By\"?", "desc" => "Information about the poster shows up near the footer for all posts on the left side. Do you want to hide it?", "id" => "suf_post_audio_show_posted_by", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-audio", "type" => "select", "options" => array("show-tleft" => "Show Posted By under title on the left side", "show-tright" => "Show Posted By under title on the right side", "show" => "Show Posted By above footer on the left side", "show-bright" => "Show Posted By near footer on the right side", "hide" => "Hide Posted By"), "std" => "show"), array("name" => "\"Posted By\" format", "desc" => "You can change the appearance of the \"Posted By\" text:", "id" => "suf_post_audio_posted_by_format", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-audio", "type" => "select", "options" => array("by" => "Posted by {author}", "by-on" => "Posted by {author} on {date}", "by-at" => "Posted by {author} at {time}", "by-on-at" => "Posted by {author} on {date} at {time}", "by-at-on" => "Posted by {author} at {time} on {date}"), "std" => "by-at"), array("name" => "Show Tags?", "desc" => "Links for the tags that the post is associated with show up near the footer for all posts on the right side. Do you want to hide them?", "id" => "suf_post_audio_show_tags", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-audio", "type" => "select", "options" => array("show-tleft" => "Show Tags under title on the left side", "show-tright" => "Show Tags under title on the right side", "show-bleft" => "Show Tags above footer on the left side", "show" => "Show Tags near footer on the right side", "hide" => "Hide Tags"), "std" => "show"), array("name" => "Posts ('Chat' post format)", "desc" => "Control positioning of post bylines for post format 'chat'", "category" => "post-format-settings-post-chat", "parent" => "post-format-settings", "type" => "sub-section-4"), array("name" => "Show Title?", "desc" => "Should the title be displayed?", "id" => "suf_post_chat_show_title", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-chat", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Position of meta information (including date)", "desc" => "Choose where you want information like Comments, Posted By etc to appear", "id" => "suf_post_chat_meta_position", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-chat", "type" => "radio", "options" => array("theme" => "Theme Default", "corners" => "Show in corners above/below content", "left-pullout" => "Pullout on the left (this will reduce your main column width)", "right-pullout" => "Pullout on the right side (this will reduce your main column width)", "left-outer-pullout" => "Pullout on the left outside post (this will reduce your main column width)", "right-outer-pullout" => "Pullout on the right outside post (this will reduce your main column width)", "line-top" => "Single line above post", "line-bottom" => "Single line below post"), "std" => "theme"), array("name" => "Show Permalink for posts without titles?", "desc" => "You can show an explicit permalink:", "id" => "suf_post_chat_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-chat", "type" => "select", "options" => array("show-tleft" => "Show Permalink under title on the left side", "show-tright" => "Show Permalink under title on the right side", "show-bleft" => "Show Permalink above footer on the left side", "show-bright" => "Show Permalink near footer on the right side", "hide" => "Hide Permalinks"), "std" => "show-tleft"), array("name" => "Show Permalink for posts with titles?", "desc" => "You can show an explicit permalink for posts with titles. The link will show up in the location set above:", "id" => "suf_post_chat_with_title_show_perm", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-chat", "type" => "select", "options" => array("show" => "Always show", "hide" => "Always hide"), "std" => "hide"), array("name" => "Show Categories?", "desc" => "Links for the categories that the post is associated with show up under the title for all posts on the left side. Do you want to hide them?", "id" => "suf_post_chat_show_cats", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-chat", "type" => "select", "options" => array("show" => "Show Categories under title on the left side", "show-tright" => "Show Categories under title on the right side", "show-bleft" => "Show Categories above footer on the left side", "show-bright" => "Show Categories near footer on the right side", "hide" => "Hide Categories"), "std" => "show"), array("name" => "Show Comments link?", "desc" => "A link for comments shows up under the title for all posts on the right side. Do you want to hide it?", "id" => "suf_post_chat_show_comment", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-chat", "type" => "select", "options" => array("show-tleft" => "Show Comments link under title on the left side", "show" => "Show Comments link under title on the right side", "show-bleft" => "Show Comments link above footer on the left side", "show-bright" => "Show Comments link near footer on the right side", "hide" => "Hide Comments link"), "std" => "show"), array("name" => "Show \"Posted By\"?", "desc" => "Information about the poster shows up near the footer for all posts on the left side. Do you want to hide it?", "id" => "suf_post_chat_show_posted_by", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-chat", "type" => "select", "options" => array("show-tleft" => "Show Posted By under title on the left side", "show-tright" => "Show Posted By under title on the right side", "show" => "Show Posted By above footer on the left side", "show-bright" => "Show Posted By near footer on the right side", "hide" => "Hide Posted By"), "std" => "show"), array("name" => "\"Posted By\" format", "desc" => "You can change the appearance of the \"Posted By\" text:", "id" => "suf_post_chat_posted_by_format", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-chat", "type" => "select", "options" => array("by" => "Posted by {author}", "by-on" => "Posted by {author} on {date}", "by-at" => "Posted by {author} at {time}", "by-on-at" => "Posted by {author} on {date} at {time}", "by-at-on" => "Posted by {author} at {time} on {date}"), "std" => "by-at"), array("name" => "Show Tags?", "desc" => "Links for the tags that the post is associated with show up near the footer for all posts on the right side. Do you want to hide them?", "id" => "suf_post_chat_show_tags", "parent" => "post-format-settings", "grouping" => "post-format-settings-post-chat", "type" => "select", "options" => array("show-tleft" => "Show Tags under title on the left side", "show-tright" => "Show Tags under title on the right side", "show-bleft" => "Show Tags above footer on the left side", "show" => "Show Tags near footer on the right side", "hide" => "Hide Tags"), "std" => "show"), array("name" => "Byline Configuration", "type" => "sub-section-3", "category" => "byline-configuration", "parent" => "visual-effects"), array("name" => "Categories", "category" => "byline-categories", "parent" => "byline-configuration", "type" => "sub-section-4"), array("name" => "HTML Before", "desc" => "HTML to show before category list in bylines (shortcodes allowed)", "id" => "suf_byline_before_category", "parent" => "byline-configuration", "grouping" => "byline-categories", "type" => "text", "std" => ""), array("name" => "HTML After", "desc" => "HTML to show after category list in bylines (shortcodes allowed)", "id" => "suf_byline_after_category", "parent" => "byline-configuration", "grouping" => "byline-categories", "type" => "text", "std" => ""), array("name" => "Tags", "category" => "byline-tags", "parent" => "byline-configuration", "type" => "sub-section-4"), array("name" => "HTML Before", "desc" => "HTML to show before tag list in bylines (shortcodes allowed)", "id" => "suf_byline_before_tag", "parent" => "byline-configuration", "grouping" => "byline-tags", "type" => "text", "std" => __('Tagged with: ', 'suffusion')), array("name" => "HTML After", "desc" => "HTML to show after tag list in bylines (shortcodes allowed)", "id" => "suf_byline_after_tag", "parent" => "byline-configuration", "grouping" => "byline-tags", "type" => "text", "std" => ""), array("name" => "Permalinks", "category" => "byline-permalinks", "parent" => "byline-configuration", "type" => "sub-section-4"), array("name" => "HTML Before", "desc" => "HTML to show before permalinks in bylines (shortcodes allowed)", "id" => "suf_byline_before_permalink", "parent" => "byline-configuration", "grouping" => "byline-permalinks", "type" => "text", "std" => ""), array("name" => "HTML After", "desc" => "HTML to show after permalinks in bylines (shortcodes allowed)", "id" => "suf_byline_after_permalink", "parent" => "byline-configuration", "grouping" => "byline-permalinks", "type" => "text", "std" => ""), array("name" => "Edit", "category" => "byline-edit", "parent" => "byline-configuration", "type" => "sub-section-4"), array("name" => "HTML Before", "desc" => "HTML to show before the edit link in bylines (shortcodes allowed)", "id" => "suf_byline_before_edit", "parent" => "byline-configuration", "grouping" => "byline-edit", "type" => "text", "std" => ""), array("name" => "HTML After", "desc" => "HTML to show after the edit link in bylines (shortcodes allowed)", "id" => "suf_byline_after_edit", "parent" => "byline-configuration", "grouping" => "byline-edit", "type" => "text", "std" => ""), array("name" => "Date", "category" => "byline-date", "parent" => "byline-configuration", "type" => "sub-section-4"), array("name" => "HTML Before", "desc" => "HTML to show before the date in bylines (shortcodes allowed)", "id" => "suf_byline_before_date", "parent" => "byline-configuration", "grouping" => "byline-date", "type" => "text", "std" => ""), array("name" => "HTML After", "desc" => "HTML to show after the date in bylines (shortcodes allowed)", "id" => "suf_byline_after_date", "parent" => "byline-configuration", "grouping" => "byline-date", "type" => "text", "std" => ""), array("name" => "Custom Taxonomies", "category" => "byline-custom", "parent" => "byline-configuration", "type" => "sub-section-4"), array("name" => "HTML Before and After", "desc" => "Set the HTML to be shown before and after a custom taxonomy byline", "id" => "suf_byline_before_after_cpt_taxonomies", "parent" => "byline-configuration", "grouping" => "byline-custom", "type" => "associative-array", "options" => array("Custom Taxonomy" => suffusion_get_custom_taxonomies(), "HTML before taxonomy list" => array('name' => 'before', 'type' => 'text', 'std' => ''), "HTML after taxonomy list" => array('name' => 'after', 'type' => 'text', 'std' => '')), "std" => ""), array("name" => "Featured Content", "type" => "sub-section-3", "category" => "featured-settings", "parent" => "visual-effects"), array("name" => "Showing Featured Posts", "desc" => "Featured posts help bring certain posts to the top of your blog. Suffusion supports Featured Posts in multiple ways:\n\t\t\t\t<ul class='margin-20'>\n\t\t\t\t\t<li>Sticky Posts</li>\n\t\t\t\t\t<li>Selected Categories</li>\n\t\t\t\t\t<li>Selected Posts</li>\n\t\t\t\t\t<li>Selected Pages</li>\n\t\t\t\t\t<li>Selected Tags</li>\n\t\t\t\t</ul>\n\t\t\t\tSuffusion uses the excellent <a href='http://www.malsup.com/jquery/cycle/'>JQuery Cycle</a> to create a Featured section above your posts.\n\t\t\t\tAdditionally you can define a \"Featured Image\" (preferably as wide as your blog posts). If you don't associate a featured image, the thumbnail will be picked.\n\t\t\t\tAnd if you don't provide a thumbnail, the first attached image will be used. Note, though, that not having a featured image will generate thumbnail size images, displaying a lot of blank space.\n\t\t\t\tGood practices:\n\t\t\t\t<ul class='margin-20'>\n\t\t\t\t\t<li>Use featured images for every post that you want to show in your featured section.</li>\n\t\t\t\t\t<li>Define featured images that are at least as wide as your posts.</li>\n\t\t\t\t\t<li>Don't use too many featured posts. Remember that this section should have useful information, not all information. Having too many posts will make your script sluggish.</li>\n\t\t\t\t</ul>\n\t\t\t\t", "parent" => "featured-settings", "type" => "blurb"), array("name" => "Where to Show", "desc" => "Where do you want the Featured Content to appear?", "category" => "fc-where", "parent" => "featured-settings", "type" => "sub-section-4"), array("name" => "Main (default) page", "desc" => "You can enable the Featured Posts slider on your main page. This is also the default page: ", "id" => "suf_featured_index_view", "parent" => "featured-settings", "grouping" => "fc-where", "type" => "radio", "options" => array("enabled" => "Enabled", "disabled" => "Disabled"), "std" => "disabled"), array("name" => "Category view", "id" => "suf_featured_category_view", "parent" => "featured-settings", "grouping" => "fc-where", "type" => "radio", "options" => array("enabled" => "Enabled", "disabled" => "Disabled"), "std" => "disabled"), array("name" => "Tag view", "id" => "suf_featured_tag_view", "parent" => "featured-settings", "grouping" => "fc-where", "type" => "radio", "options" => array("enabled" => "Enabled", "disabled" => "Disabled"), "std" => "disabled"), array("name" => "Author view", "id" => "suf_featured_author_view", "parent" => "featured-settings", "grouping" => "fc-where", "type" => "radio", "options" => array("enabled" => "Enabled", "disabled" => "Disabled"), "std" => "disabled"), array("name" => "Search view", "id" => "suf_featured_search_view", "parent" => "featured-settings", "grouping" => "fc-where", "type" => "radio", "options" => array("enabled" => "Enabled", "disabled" => "Disabled"), "std" => "disabled"), array("name" => "Time archive view", "desc" => "You can enable the Featured Posts slider for your tiem archive (time / date / day / month / year) view. This way you will see the featured section whenever you are looking at time-based archives: ", "id" => "suf_featured_time_view", "parent" => "featured-settings", "grouping" => "fc-where", "type" => "radio", "options" => array("enabled" => "Enabled", "disabled" => "Disabled"), "std" => "disabled"), array("name" => "First page / all pages", "desc" => "Show featured content only on the first page of a category/tag/time archive etc: ", "id" => "suf_featured_view_first_only", "parent" => "featured-settings", "grouping" => "fc-where", "type" => "radio", "options" => array("first" => "First page only", "all" => "All pages (second, third etc)"), "std" => "first"), array("name" => "Static Pages with Featured Content", "desc" => "By default the featured content is not shown on static pages. You can choose the pages in your blog that will contain the Featured Posts: ", "id" => "suf_featured_pages_with_fc", "parent" => "featured-settings", "grouping" => "fc-where", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_page_array(), "std" => ""), array("name" => "What to Show", "desc" => "What do you want to display in the Featured Content section?", "category" => "fc-what", "parent" => "featured-settings", "type" => "sub-section-4"), array("name" => "Number of Posts", "desc" => "By default this is limited to the number of posts you allow per page: ", "id" => "suf_featured_num_posts", "parent" => "featured-settings", "grouping" => "fc-what", "type" => "text", "hint" => "Enter the number here. Please enter positive numeric values only", "std" => get_option('posts_per_page')), array("name" => "Show Duplicate Posts", "desc" => "Show posts from the featured content section in the rest of the body: ", "id" => "suf_featured_show_dupes", "parent" => "featured-settings", "grouping" => "fc-what", "type" => "radio", "options" => array("show" => "Show duplicate posts", "hide" => "Hide duplicate posts"), "std" => "hide"), array("name" => "Show Sticky Posts", "desc" => "To make a post \"sticky\" go to the \"Edit Posts\" menu, then click on the \"Visibility\" option in the publish section and\n\t\t\t\tselect \"Stick this post to the front page\": ", "id" => "suf_featured_allow_sticky", "parent" => "featured-settings", "grouping" => "fc-what", "type" => "radio", "options" => array("show" => "Show sticky posts", "hide" => "Hide sticky posts"), "std" => "show"), array("name" => "Show Latest Posts?", "id" => "suf_featured_show_latest", "parent" => "featured-settings", "grouping" => "fc-what", "type" => "radio", "options" => array("show" => "Show latest posts", "hide" => "Hide latest posts"), "std" => "hide"), array("name" => "Number of Latest Posts", "desc" => "This is not relevant if you are hiding latest posts.\n\t\t\t\tIn case the number of latest posts is higher than the total number of posts, this setting is ignored: ", "id" => "suf_featured_num_latest_posts", "parent" => "featured-settings", "grouping" => "fc-what", "type" => "text", "hint" => "Enter the number here. Please enter positive numeric values only", "std" => 5), array("name" => "Select Categories", "desc" => "In addition to sticky posts you can include posts from selected categories in the featured posts slider.\n\t\t\t\tBy default no category is selected: ", "id" => "suf_featured_selected_categories", "parent" => "featured-settings", "grouping" => "fc-what", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_category_array(), "std" => ""), array("name" => "Select Pages", "desc" => "Note that the inclusion is NOT hierarchical here. By default no page is selected: ", "id" => "suf_featured_selected_pages", "parent" => "featured-settings", "grouping" => "fc-what", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_page_array(), "std" => ""), array("name" => "Posts to show", "desc" => "Include a comma-separated list of post ids you want to include in the featured posts: ", "id" => "suf_featured_selected_posts", "parent" => "featured-settings", "grouping" => "fc-what", "type" => "text", "std" => ""), array("name" => "Tags to show", "desc" => "Include a comma-separated list of tags you want to include in the featured posts: ", "id" => "suf_featured_selected_tags", "parent" => "featured-settings", "grouping" => "fc-what", "type" => "text", "std" => ""), array("name" => "How to Show", "desc" => "Set the visual effects of the featured content section here", "category" => "fc-how", "parent" => "featured-settings", "type" => "sub-section-4"), array("name" => "Image preference order", "desc" => "You can change the order of preference for picking up images. If an image is not found for your first preference, the next one is looked for: ", "id" => "suf_featured_img_pref", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "sortable-list", "std" => suffusion_entity_prepositions('thumb-featured')), array("name" => "Featured Posts - Transition Effects", "desc" => "You can pick the effect you want to use for your featured posts' transitions. These are effects provided by the JQuery Cycle script.\n\t\t\t\tNote that not all effects will look good on your blog. You should pick the one that best suits your needs: ", "id" => "suf_featured_fx", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "select", "options" => array("fade" => "Fade In", "scrollUp" => "Scroll Up", "scrollDown" => "Scroll Down", "scrollLeft" => "Scroll Left", "scrollRight" => "Scroll Right", "scrollHorz" => "Scroll Horizontally", "scrollVert" => "Scroll Vertically", "slideX" => "Slide in and back horizontally", "slideY" => "Slide in and back vertically", "turnUp" => "Turn Upwards", "turnDown" => "Turn Downwards", "turnLeft" => "Turn Leftwards", "turnRight" => "Turn Rightwards", "zoom" => "Zoom", "fadeZoom" => "Zoom and Fade", "blindX" => "Vertical Blinds", "blindY" => "Horizontal Blinds", "blindZ" => "Diagonal Blinds", "growX" => "Grow horizontally from center", "growY" => "Grow vertically from center", "curtainX" => "Squeeze in both edges horizontally", "curtainY" => "Squeeze in both edges vertically", "cover" => "Current post is covered by next post", "uncover" => "Current post moves off next post", "wipe" => "Wipe"), "std" => "fade"), array("name" => "Featured Posts - Image synchronization", "desc" => "By default a new image starts showing only when the old one has cleared. You can change this behavior: ", "id" => "suf_featured_sync", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "radio", "options" => array("0" => "Show new image only after old one has cleared out fully", "1" => "Start showing new image as the old one starts clearing out"), "std" => "0"), array("name" => "Featured Posts - Time for each post display", "desc" => "The posts in the Featured Posts are each displayed for 4000 milliseconds (4 seconds). You can change this interval: ", "id" => "suf_featured_interval", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "text", "hint" => "Enter the time in milliseconds (don't enter \"ms\"!)", "std" => "4000"), array("name" => "Featured Posts - Transition speed for post", "desc" => "Depending on the transition effect you have chosen you may want to speed up or slow down your transition. Set the duration of the transition effect here: ", "id" => "suf_featured_transition_speed", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "text", "hint" => "Enter the time in milliseconds (don't enter \"ms\"!)", "std" => "1000"), array("name" => "Featured content skinning", "desc" => "Override skinning CSS of the skin stylesheet, if applicable", "id" => "suf_featured_override_theme", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "checkbox", "std" => ""), array("name" => "Height of the Featured Posts section", "desc" => "The Featured Posts section is 250px high by default. You can change this setting depending on the size of your featuerd images.", "id" => "suf_featured_height", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "250"), array("name" => "Featured Posts - Show Border", "desc" => "You can opt to show a border for your featured posts section: ", "id" => "suf_featured_show_border", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "radio", "options" => array("theme" => "Theme default", "show" => "Show border", "hide" => "Hide border"), "std" => "theme"), array("name" => "Image size in featured content", "desc" => "You can set the size of the featured image (if present):", "id" => "suf_featured_image_size", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "radio", "options" => array("full" => "Full size of the image", "custom" => "Custom size defined below"), "std" => "full"), array("name" => "Custom width of featured image", "desc" => "If you have chosen to define a custom size above, please enter the width in pixels:", "id" => "suf_featured_image_custom_width", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "200"), array("name" => "Custom height of featured image", "desc" => "If you have chosen to define a custom size above, please enter the height in pixels:", "id" => "suf_featured_image_custom_height", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "200"), array("name" => "Proportional resizing", "desc" => "If you are resizing an image 400x200 px to 250x150, the resizing is disproportionate. How do you want to handle the resize in such a scenario?", "id" => "suf_featured_zc", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "radio", "options" => array("default" => "Inherit setting from thumbnail (<em>Layouts &rarr; Layout: Excerpt / List / Tile / Full &rarr; Thumbnail settings</em>)", "0" => "Preserve original proportions (final size might be different from desired size)", "1" => "Transform to desired proportions (image might get cropped)"), "std" => "default"), array("name" => "Stretch smaller images", "desc" => "Make images stretch to full-width of the slider", "id" => "suf_featured_stretch_w", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "checkbox", "std" => ""), array("name" => "Featured Posts - Display Text", "desc" => "You can decide what you want to include in your text display for the featured content. This text is laid over the featured image: ", "id" => "suf_featured_excerpt_type", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "radio", "options" => array("title-excerpt" => "Show post title and excerpt", "title" => "Show post title only (no excerpt)", "excerpt" => "Show excerpt only (no title)", "none" => "Don't show any text (useful if your images have text included)"), "std" => "title-excerpt"), array("name" => "Featured Posts - Position of Text", "desc" => "You can decide where you want your excerpt to appear on the featured posts section: ", "id" => "suf_featured_excerpt_position", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "radio", "options" => array("top" => "Top", "bottom" => "Bottom", "right" => "Right", "left" => "Left", "alttb" => "Alternate excerpt between top and bottom", "altlr" => "Alternate excerpt between left and right", "rotate" => "Rotate between the four positions"), "std" => "rotate"), array("name" => "Center images", "desc" => "Center the images in the slides if they are not full-size", "id" => "suf_featured_center_slides", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "checkbox", "std" => ""), array("name" => "Width of Text", "desc" => "You can define the width to use for excerpts. Note that this is relevant only if your excerpt is at the right or at the left of your featured posts.", "id" => "suf_featured_excerpt_width", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "250"), array("name" => "Featured Posts - Text background color", "desc" => "Depending on the color of your featured images, you might want to choose a different background color for your excerpt in your featured posts. ", "id" => "suf_featured_excerpt_bg_color", "grouping" => "fc-how", "parent" => "featured-settings", "type" => "color-picker", "std" => "222222"), array("name" => "Featured Posts - Text font color", "desc" => "Depending on the color of your featured images, you might want to choose a different font color for your excerpt in your featured posts. ", "id" => "suf_featured_excerpt_font_color", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "color-picker", "std" => "FFFFFF"), array("name" => "Featured Posts - Link font color", "desc" => "Depending on the color of your featured images, you might want to choose a different link font color in your excerpt in your featured posts. ", "id" => "suf_featured_excerpt_link_color", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "color-picker", "std" => "FFFFFF"), array("name" => "Featured Posts - Post Index", "desc" => "You can show an index of posts for your Featured Posts (only for full version of JQuery Cycle): ", "id" => "suf_featured_pager", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "radio", "options" => array("show" => "Show Post Index below featured content", "show-overlaid" => "Show Post Index overlaid on the bottom", "hide" => "Hide Post Index"), "std" => "show"), array("name" => "Post Index Style", "id" => "suf_featured_pager_style", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "radio", "options" => array("numbers" => "Show numbers", "bullets" => "Show bullets"), "std" => "numbers"), array("name" => "Post Index Alignment", "id" => "suf_featured_pager_alignment", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "radio", "options" => array("left" => "Left", "center" => "Center", "right" => "Right"), "std" => "left"), array("name" => "Featured Posts - Pause, Previous and Next Controls", "desc" => "In addition to the numbered listing of posts you can display a controller for showing links to \"Previous Post\", \"Pause\" and \"Next Post\": ", "id" => "suf_featured_controller", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "radio", "options" => array("show" => "Show Pause, Previous and Next Controls below featured content", "show-overlaid" => "Show controls overlaid on the bottom", "show-overlaid-icons" => "Show controls overlaid as icons", "hide" => "Hide Pause, Previous and Next Controls"), "std" => "hide"), array("name" => "Pause, Previous and Next Controls Alignment", "id" => "suf_featured_controller_alignment", "parent" => "featured-settings", "grouping" => "fc-how", "type" => "radio", "options" => array("left" => "Left", "center" => "Center", "right" => "Right"), "std" => "right"), array("name" => "Breadcrumbs and Page Navigation", "type" => "sub-section-3", "category" => "pagination-settings", "parent" => "visual-effects"), array("name" => "Navigation Breadcrumb", "category" => "nav-bc", "parent" => "pagination-settings", "type" => "sub-section-4"), array("name" => "Breadcrumb Navigation for Pages", "desc" => "For every page that you visit you see all siblings of the page, its parent and all siblings of the parent below the navigation bar.\n\t\t\t\tThis is okay if you have a small number of pages at each level, but cumbersome if you have many siblings (it messes up the display). You can change this setting:", "id" => "suf_nav_breadcrumb", "parent" => "pagination-settings", "grouping" => "nav-bc", "type" => "radio", "options" => array("all" => "Show all siblings, and all siblings of parent", "breadcrumb" => "Don't show siblings, but show entire path to the page (traditional \"breadcrumb\" display)", "none" => "Hide the breadcrumb view altogether"), "std" => "breadcrumb"), array("name" => "Breadcrumb Navigation (non-Pages)", "desc" => "Where do you want breadcrumbs?", "id" => "suf_show_breadcrumbs_in", "parent" => "pagination-settings", "grouping" => "nav-bc", "type" => "multi-select", "options" => suffusion_get_formatted_options_array(array('single' => 'Single posts', 'attach' => 'Attachment views', 'custom-posts' => 'Custom post types', 'custom-post-hierarchy' => 'Hierarchical custom post types', 'category' => "Categories", 'tag' => 'Tags', 'taxonomy' => 'Custom taxonomies', 'custom-post-archives' => 'Custom post archives', 'date' => 'Date archives', 'author' => 'Author views', 'search' => 'Search results', '404' => '404 page')), "std" => ""), array("name" => "Show Home Link", "desc" => "Where do you want to show a 'Home' link? This is only relevant if the breadcrumb is being shown.", "id" => "suf_show_home_in", "parent" => "pagination-settings", "grouping" => "nav-bc", "type" => "multi-select", "options" => suffusion_get_formatted_options_array(array('single' => 'Single posts', 'page' => 'Pages', 'custom-posts' => 'Custom post types', 'custom-post-hierarchy' => 'Hierarchical custom post types', 'category' => "Categories", 'tag' => 'Tags', 'taxonomy' => 'Custom taxonomies', 'custom-post-archives' => 'Custom post archives', 'date' => 'Date archives', 'author' => 'Author views', 'search' => 'Search results', '404' => '404 page')), "std" => ""), array("name" => "Excluded pages in breadcrumb", "desc" => "Pages excluded in the drop down menu are not shown in the breadcrumb. You might want to change this setting if you want all pages to be available for navigation:", "id" => "suf_nav_exclude_in_breadcrumb", "parent" => "pagination-settings", "grouping" => "nav-bc", "type" => "radio", "options" => array("hide" => "Hide excluded pages", "show" => "Show excluded pages"), "std" => "hide"), array("name" => "Breadcrumb Separator", "desc" => "This is the symbol that appears as a separator between levels in your breadcrumb.\n\t\t\t\tIf you have selected the \"breadcrumb\" display above then the setting you make here takes effect. Otherwise this is ignored:", "id" => "suf_breadcrumb_separator", "parent" => "pagination-settings", "grouping" => "nav-bc", "type" => "text", "std" => "&raquo;"), array("name" => "Posts", "desc" => "Control the display of post pagination", "category" => "post-pagination", "parent" => "pagination-settings", "type" => "sub-section-4"), array("name" => "Options for paged navigation of posts", "desc" => "Suffusion lets you select your own type of page navigation. And if you don't like Suffusion's page navigation styles, you can always use WP-PageNavi.\n\t\t\t\tIf you use WP-PageNavi then the selection here is ignored. ", "id" => "suf_pagination_type", "parent" => "pagination-settings", "grouping" => "post-pagination", "type" => "radio", "options" => array("old-new" => "Simple navigation, showing links to a page with older posts and a page with newer posts", "numbered" => "A numbered listing of pages"), "std" => "old-new"), array("name" => "Numbered Listing - Page x of y", "desc" => "If you have chosen to display a numbered listing of pages, you can choose to show prefix the page list that will highlight which page you are on.\n\t\t\t\tIt will put in a text saying \"Page x of y\". If you use WP-PageNavi then the selection here is ignored.", "id" => "suf_pagination_index", "parent" => "pagination-settings", "grouping" => "post-pagination", "type" => "radio", "options" => array("show" => "Show \"Page x of y\"", "hide" => "Don't show \"Page x of y\""), "std" => "show"), array("name" => "Numbered Listing - Previous and Next links", "desc" => "If you have chosen to display a numbered listing of pages, you can choose to additionally show links for \"Older Entries\" and \"Newer Entries\".\n\t\t\t\tIf you use WP-PageNavi then the selection here is ignored.", "id" => "suf_pagination_prev_next", "parent" => "pagination-settings", "grouping" => "post-pagination", "type" => "radio", "options" => array("show" => "Show links for \"Older Entries\" and \"Newer Entries\"", "hide" => "Don't show links for \"Older Entries\" and \"Newer Entries\""), "std" => "show"), array("name" => "Numbered Listing - Show all pages in listing", "desc" => "If you have chosen to display a numbered listing of pages, you can choose to display all the pages in the list or replace it with dots as appropriate.\n\t\t\t\tIn case of a large number of pages you might prefer to use dots. If you use WP-PageNavi then the selection here is ignored.", "id" => "suf_pagination_show_all", "parent" => "pagination-settings", "grouping" => "post-pagination", "type" => "radio", "options" => array("all" => "Show all pages in the list", "dots" => "Replace pages in the middle with dots"), "std" => "dots"), array("name" => "Previous / Next Posts", "desc" => "Control the display of previous and next posts on single post views", "category" => "prev-next-posts", "parent" => "pagination-settings", "type" => "sub-section-4"), array("name" => "Above / below post?", "id" => "suf_prev_next_above_below", "parent" => "pagination-settings", "grouping" => "prev-next-posts", "type" => "radio", "options" => array("below" => "Below the post", "above" => "Above the post", "above-below" => "Above and below", "dont-show" => "Don't show"), "std" => "below"), array("name" => "Restrict Categories", "id" => "suf_prev_next_categories", "parent" => "pagination-settings", "grouping" => "prev-next-posts", "type" => "radio", "options" => array("restrict" => "Previous / Next posts should belong to the same category (might not show the right category if posts have multiple categories)", "no-restrict" => "Previous / Next posts could belong to any category"), "std" => "restrict"), array("name" => "Comments", "desc" => "Control the display of comment pagination", "category" => "comment-pagination", "parent" => "pagination-settings", "type" => "sub-section-4"), array("name" => "Options for paged navigation of comments", "desc" => "Here you can decide if you want paged navigation for your comments: ", "id" => "suf_cpagination_type", "parent" => "pagination-settings", "grouping" => "comment-pagination", "type" => "radio", "options" => array("old-new" => "Simple navigation, showing links to a page with older comments and a page with newer comments", "numbered" => "A numbered listing of pages for the comments"), "std" => "old-new"), array("name" => "Numbered Listing of Comments - Page x of y", "desc" => "If you have chosen to display a numbered listing of pages for comments, you can choose to show prefix the page list that will highlight which page you are on.\n\t\t\t\tIt will put in a text saying \"Page x of y\".", "id" => "suf_cpagination_index", "parent" => "pagination-settings", "grouping" => "comment-pagination", "type" => "radio", "options" => array("show" => "Show \"Page x of y\"", "hide" => "Don't show \"Page x of y\""), "std" => "show"), array("name" => "Numbered Listing of Comments - Previous and Next links", "desc" => "If you have chosen to display a numbered listing of pages for comments, you can choose to additionally show links for \"Older Comments\" and \"Newer Comments\"", "id" => "suf_cpagination_prev_next", "parent" => "pagination-settings", "grouping" => "comment-pagination", "type" => "radio", "options" => array("show" => "Show links for \"Older Comments\" and \"Newer Comments\"", "hide" => "Don't show links for \"Older Comments\" and \"Newer Comments\""), "std" => "show"), array("name" => "Numbered Listing of Comments - Show all comment pages in listing", "desc" => "If you have chosen to display a numbered listing of comment pages, you can choose to display all the pages in the list or replace it with dots as appropriate.\n\t\t\t\tIn case of a large number of pages you might prefer to use dots.", "id" => "suf_cpagination_show_all", "parent" => "pagination-settings", "grouping" => "comment-pagination", "type" => "radio", "options" => array("all" => "Show all pages in the list", "dots" => "Replace pages in the middle with dots"), "std" => "dots"), array("name" => "Miscellaneous", "type" => "sub-section-3", "category" => "body-styles", "parent" => "visual-effects"), array("name" => "Use Rounded Corners?", "desc" => "By default rounded corners are shown in capable browsers like Firefox, Chrome, Safari and the latest Opera, but not in IE. You can turn off rounded corners in all browsers if you want:", "id" => "suf_show_rounded_corners", "parent" => "body-styles", "type" => "radio", "options" => array("show" => "Show rounded corners where applicable for capable browsers", "dont-show" => "Don't show rounded corners for any browser"), "std" => "show"), array("name" => "Image Aspect Ratio", "desc" => "Suffusion preserves the original aspect ratio of an image by removing the height parameter. You can disable this feature:", "id" => "suf_fix_aspect_ratio", "parent" => "body-styles", "type" => "radio", "options" => array("preserve" => "Preserve the original aspect ratio", "dont-preserve" => "Allow overriding the image's aspect ratio by explicit use of the 'height' attribute"), "std" => "preserve"), array("name" => "Use JetPack Photon for Resizing", "desc" => "If JetPack is installed and the Photon module is activated, use Photon for resizing images.", "id" => "suf_use_photon_resizing", "parent" => "body-styles", "type" => "checkbox", "std" => ""), array("name" => "Thumbnail Generation", "desc" => "If you are not using a particular feature, you can turn off the automatic thumbnail generation for that. This will be applicable to all new images you upload and not to existing images:", "id" => "suf_disable_auto_thumbs", "parent" => "body-styles", "type" => "multi-select", "options" => suffusion_get_formatted_options_array(array('gallery-thumb' => 'Disable thumbnail generation for the "Gallery" post format', 'mosaic-thumb' => 'Disable thumbnail generation for the Mosaic layout', 'widget-24' => 'Disable 24px &times; 24px thumbnail generation for widgets / magazine layout', 'widget-32' => 'Disable 32px &times; 32px thumbnail generation for widgets / magazine layout', 'widget-48' => 'Disable 48px &times; 48px thumbnail generation for widgets / magazine layout', 'widget-64' => 'Disable 64px &times; 64px thumbnail generation for widgets / magazine layout', 'widget-96' => 'Disable 96px &times; 96px thumbnail generation for widgets / magazine layout')), "std" => ""));
<?php

/**
 * Lists out all the options from the Templates Section of the theme options
 * This file is included in functions.php
 *
 * @package Suffusion
 * @subpackage Admin
 */
global $suffusion_404_title, $suffusion_404_content, $suffusion_all_sitemap_entities, $suffusion_sitemap_entities;
$suffusion_templates_options = array(array("name" => "Templates", "type" => "sub-section-2", "category" => "templates", "parent" => "root"), array("name" => "Magazine", "type" => "sub-section-3", "category" => "magazine-template", "parent" => "templates"), array("name" => "The \"Magazine\" template", "desc" => "The magazine template can be used as the landing page for magazine-style blogs. It displays featured content, headlines, excerpts and categories.\r\n\t\t\t\tSuffusion natively supports the <a href='http://wordpress.org/extend/plugins/category-icons/'>\"Category Icons\" plugin by Brahim Machkouri</a>.\r\n\t\t\t\tSo if you have the plugin installed, the icon for the category will be automatically displayed for the categories in the magazine view. ", "parent" => "magazine-template", "type" => "blurb"), array("name" => "Order of entities in magazine template", "desc" => "You can define the order in which featured posts, headlines, excerpts and categories show up on the magazine template: ", "id" => "suf_mag_entity_order", "parent" => "magazine-template", "type" => "sortable-list", "std" => suffusion_entity_prepositions('mag-layout')), array("name" => "Enable Featured Posts on magazine template", "desc" => "You can enable the Featured Posts slider on your magazine template: ", "id" => "suf_mag_featured_enabled", "parent" => "magazine-template", "type" => "radio", "options" => array("enabled" => "Enabled", "disabled" => "Disabled"), "std" => "enabled"), array("name" => "Show main page content for the magazine template", "desc" => "You can show the content of the page on the magazine template. You can use this as an introduction to the page. By default it is hidden: ", "id" => "suf_mag_content_enabled", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "hide"), array("name" => "Headlines", "desc" => "Control the headlines in the magazine layout", "category" => "mag-head", "parent" => "magazine-template", "type" => "sub-section-4"), array("name" => "Show headlines for the magazine template", "desc" => "You can show a section for headlines on the magazine template. Headlines can be displayed for all posts in a selected category by selecting from the list below.\r\n\t\t\tAdditionally you can set individual posts up as headlines from the addtional options below each post: ", "id" => "suf_mag_headlines_enabled", "grouping" => "mag-head", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show headlines", "hide" => "Hide headlines"), "std" => "show"), array("name" => "Magazine Template - Main Title for headlines section", "desc" => "You can set the main title of the headline section: ", "id" => "suf_mag_headline_title", "grouping" => "mag-head", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the title here (leave blank if you don't want a title).", "std" => 'Headlines'), array("name" => "Magazine Template - Main title alignment for headlines section", "desc" => "Where do you want your main title for the headlines section positioned? ", "id" => "suf_mag_headline_main_title_alignment", "grouping" => "mag-head", "parent" => "magazine-template", "type" => "radio", "options" => array("left" => "Left", "center" => "Center", "right" => "Right"), "std" => "center"), array("name" => "Magazine template - Height of headline section", "desc" => "You can set the height of the headline section here. Choose a larger number if you have more headlines: ", "id" => "suf_mag_headlines_height", "grouping" => "mag-head", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "250"), array("name" => "Magazine template - Width of headline image box", "desc" => "You can set the width of the headline image section here. The image will be put inside a container of this width: ", "id" => "suf_mag_headline_image_container_width", "grouping" => "mag-head", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "225"), array("name" => "Image preference order", "desc" => "You can change the order of preference for picking up images. If an image is not found for your first preference, the next one is looked for: ", "id" => "suf_mag_headline_img_pref", "grouping" => "mag-head", "parent" => "magazine-template", "type" => "sortable-list", "std" => suffusion_entity_prepositions('thumb-mag-headline')), array("name" => "Magazine template - Headline image scaling", "desc" => "Your can set a custom size for your headline images, or let the size be the same as that of the excerpt images: ", "id" => "suf_mag_headline_image_size", "grouping" => "mag-head", "parent" => "magazine-template", "type" => "radio", "options" => array("excerpt" => "Same size as excerpt images", "custom" => "Custom size (defined below)"), "std" => "excerpt"), array("name" => "Magazine template - Custom Height of headline image", "desc" => "If you have picked a custom size for the headline images above, you can set the height here: ", "id" => "suf_mag_headline_image_custom_height", "grouping" => "mag-head", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "200"), array("name" => "Magazine template - Custom Width of headline image", "desc" => "If you have picked a custom size for the headline images above, you can set the width here: ", "id" => "suf_mag_headline_image_custom_width", "grouping" => "mag-head", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "200"), array("name" => "Proportional resizing", "desc" => "If you are resizing an image 400x200 px to 250x150, the resizing is disproportionate. How do you want to handle the resize in such a scenario?", "id" => "suf_mag_headline_zc", "grouping" => "mag-head", "parent" => "magazine-template", "type" => "radio", "options" => array("default" => "Inherit setting from thumbnail (<em>Layouts &rarr; Layout: Excerpt / List / Tile / Full &rarr; Thumbnail settings</em>)", "0" => "Preserve original proportions (final size might be different from desired size)", "1" => "Transform to desired proportions (image might get cropped)"), "std" => "default"), array("name" => "Magazine template - Select categories for headlines", "desc" => "You can pick categories to include in the headlines section. All posts in the selected categories will be shown.\r\n\t\t\tBy default no category is selected: ", "id" => "suf_mag_headline_categories", "grouping" => "mag-head", "parent" => "magazine-template", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_category_array()), array("name" => "Number of headlines", "desc" => "Enter the maximum number of headlines: ", "id" => "suf_mag_headline_limit", "grouping" => "mag-head", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the number here. Please enter positive numeric values only", "std" => 10), array("name" => "Excerpts", "desc" => "Control the excerpts in the magazine layout", "category" => "mag-excerpt", "parent" => "magazine-template", "type" => "sub-section-4"), array("name" => "Show an excerpts section for the magazine template", "desc" => "You can show a section with specific excerpts: ", "id" => "suf_mag_excerpts_enabled", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show excerpts", "hide" => "Hide excerpts"), "std" => "show"), array("name" => "Magazine Template - Main Title for excerpts section", "desc" => "You can set the main title of the excerpts section: ", "id" => "suf_mag_excerpts_title", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the title here (leave blank if you don't want a title).", "std" => 'Other Big Stories'), array("name" => "Magazine Template - Main title alignment for excerpts section", "desc" => "Where do you want your main title for the excerpts section positioned? ", "id" => "suf_mag_excerpts_main_title_alignment", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "radio", "options" => array("left" => "Left", "center" => "Center", "right" => "Right"), "std" => "center"), array("name" => "Magazine Template - Maximum number of excerpts", "desc" => "You can set the maximum number of excerpts to show: ", "id" => "suf_mag_total_excerpts", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "text", "hint" => "Enter a positive numeric value only", "std" => get_option('posts_per_page')), array("name" => "Magazine Template - Maximum Number of excerpts per row", "desc" => "You can define how many excerpts you want to show per row: ", "id" => "suf_mag_excerpts_per_row", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "select", "options" => array("1" => "1 (One)", "2" => "2 (Two)", "3" => "3 (Three)", "4" => "4 (Four)", "5" => "5 (Five)", "6" => "6 (Six)", "7" => "7 (Seven)", "8" => "8 (Eight)", "9" => "9 (Nine)", "10" => "10 (Ten)"), "std" => "3"), array("name" => "Magazine template - Select categories for excerpts", "desc" => "You can pick categories to include in the headlines section. All posts in the selected categories will be shown.\r\n\t\t\tBy default no category is selected: ", "id" => "suf_mag_excerpt_categories", "grouping" => "mag-excerpt", "parent" => "magazine-template", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_category_array()), array("name" => "Magazine Template - Thumbnail container for excerpts", "desc" => "You can show thumbnails for excerpts in the magazine template: ", "id" => "suf_mag_excerpts_images_enabled", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Always show Thumbnail container", "hide" => "Always hide Thumbnail container", "hide-empty" => "Hide Thumbnail container if there is no thumbnail"), "std" => "show"), array("name" => "Magazine Template - Thumbnail container height for excerpts", "desc" => "For the purposes of visual consistency you can set the height of the box in which the thumbnail will be placed. Your thumbnail will be \"cropped\" to this height: ", "id" => "suf_mag_excerpts_image_box_height", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "100"), array("name" => "Image preference order", "desc" => "You can change the order of preference for picking up images. If an image is not found for your first preference, the next one is looked for: ", "id" => "suf_mag_excerpt_img_pref", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "sortable-list", "std" => suffusion_entity_prepositions('thumb-mag-excerpt')), array("name" => "Magazine template - Excerpt thumbnail image scaling", "desc" => "You can set a custom size for your excerpt thumbnail images, or let the size be the same as that of the regular excerpt images: ", "id" => "suf_mag_excerpt_image_size", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "radio", "options" => array("excerpt" => "Same size as excerpt images", "custom" => "Custom size (defined below)"), "std" => "excerpt"), array("name" => "Magazine template - Custom height of thumbnail image in excerpts", "desc" => "If you have picked a custom size for the excerpt thumbnail images above, you can set the height here: ", "id" => "suf_mag_excerpt_image_custom_height", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "200"), array("name" => "Magazine template - Custom width of thumbnail image in excerpts", "desc" => "If you have picked a custom size for the excerpt thumbnail images above, you can set the width here: ", "id" => "suf_mag_excerpt_image_custom_width", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "200"), array("name" => "Proportional resizing", "desc" => "If you are resizing an image 400x200 px to 250x150, the resizing is disproportionate. How do you want to handle the resize in such a scenario?", "id" => "suf_mag_excerpt_zc", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "radio", "options" => array("default" => "Inherit setting from thumbnail (<em>Layouts &rarr; Layout: Excerpt / List / Tile / Full &rarr; Thumbnail settings</em>)", "0" => "Preserve original proportions (final size might be different from desired size)", "1" => "Transform to desired proportions (image might get cropped)"), "std" => "default"), array("name" => "Magazine template - Alignment of post title in Excerpts", "desc" => "You can set the alignment for the post title in the excerpts: ", "id" => "suf_mag_excerpt_title_alignment", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "radio", "options" => array("left" => "Left", "center" => "Center", "right" => "Right"), "std" => "center"), array("name" => "Magazine Template - Text for \"Full story\" in excerpts", "desc" => "You can set the text to show for the \"Full story\" link in excerpts: ", "id" => "suf_mag_excerpt_full_story_text", "grouping" => "mag-excerpt", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the text here (leave blank for no link)", "std" => 'Full Story'), array("name" => "Excerpt Bylines", "desc" => "Control how bylines are displayed for excerpts", "category" => "mag-excerpt-bylines", "parent" => "magazine-template", "type" => "sub-section-4"), array("name" => "Show bylines for magazine excerpts", "desc" => "You can show bylines for magazine excerpts: ", "id" => "suf_mag_excerpt_bylines_enabled", "grouping" => "mag-excerpt-bylines", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Show post date", "id" => "suf_mag_excerpt_bylines_post_date", "grouping" => "mag-excerpt-bylines", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Show \"Posted by\"", "id" => "suf_mag_excerpt_bylines_posted_by", "grouping" => "mag-excerpt-bylines", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Show \"Categories\"", "id" => "suf_mag_excerpt_bylines_categories", "grouping" => "mag-excerpt-bylines", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Show \"Tags\"", "id" => "suf_mag_excerpt_bylines_tags", "grouping" => "mag-excerpt-bylines", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Show \"Comments\"", "id" => "suf_mag_excerpt_bylines_comments", "grouping" => "mag-excerpt-bylines", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Show \"Permalinks\"", "id" => "suf_mag_excerpt_bylines_permalinks", "grouping" => "mag-excerpt-bylines", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Category Blocks", "desc" => "Control the category blocks in the magazine layout", "category" => "mag-cat", "parent" => "magazine-template", "type" => "sub-section-4"), array("name" => "Show a categories section for the magazine template", "desc" => "You can show a section with lists of posts from specific categories: ", "id" => "suf_mag_categories_enabled", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show categories", "hide" => "Hide categories"), "std" => "show"), array("name" => "Magazine Template - Main Title for categories section", "desc" => "You can set the main title for the categories section here: ", "id" => "suf_mag_catblocks_title", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the title here (leave blank if you don't want a title).", "std" => 'Other Stories'), array("name" => "Magazine Template - Main title alignment for categories section", "desc" => "Where do you want your main title for the categories section positioned? ", "id" => "suf_mag_catblocks_main_title_alignment", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "radio", "options" => array("left" => "Left", "center" => "Center", "right" => "Right"), "std" => "center"), array("name" => "Magazine template - Select category blocks to show", "desc" => "You can also show specific catagory blocks on the magazine template. A category block can include a category icon, the category description and some post titles.\r\n\t\t\tBy default no category is selected: ", "id" => "suf_mag_catblock_categories", "grouping" => "mag-cat", "parent" => "magazine-template", "export" => "ne", "type" => "multi-select", "options" => suffusion_get_formatted_category_array()), array("name" => "Magazine Template - Maximum Number of category blocks per row", "desc" => "You can define how many category blocks you want to show per row: ", "id" => "suf_mag_catblocks_per_row", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "radio", "options" => array("1" => "1 (One)", "2" => "2 (Two)", "3" => "3 (Three)", "4" => "4 (Four)", "5" => "5 (Five)", "6" => "6 (Six)", "7" => "7 (Seven)", "8" => "8 (Eight)", "9" => "9 (Nine)", "10" => "10 (Ten)"), "std" => "3"), array("name" => "Magazine Template - Category title alignment for each Category Block", "desc" => "Where do you want your category title positioned for each category block? ", "id" => "suf_mag_catblocks_title_alignment", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "radio", "options" => array("left" => "Left", "center" => "Center", "right" => "Right"), "std" => "center"), array("name" => "Magazine Template - Images for category blocks", "desc" => "If  you have the <a href='http://wordpress.org/extend/plugins/category-icons/'>\"Category Icons\" plugin by Brahim Machkouri</a> you can include an image at the top of each category block: ", "id" => "suf_mag_catblocks_images_enabled", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Always show Category Icons container", "hide" => "Always hide Category Icons container", "hide-empty" => "Hide Category Icons container if there is no icon"), "std" => "hide"), array("name" => "Magazine Template - Image container height for category blocks", "desc" => "For the purposes of visual consistency you can set the height of the box in which the category image will be placed. Your icon will be \"cropped\" to this height: ", "id" => "suf_mag_catblocks_image_box_height", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "100"), array("name" => "Magazine Template - Description for category blocks", "desc" => "You can show your category's description in each category block: ", "id" => "suf_mag_catblocks_desc_enabled", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show Description", "hide" => "Hide Description"), "std" => "hide"), array("name" => "Magazine Template - Latest posts in category blocks", "desc" => "You can show your category's latest posts in each category block: ", "id" => "suf_mag_catblocks_posts_enabled", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "radio", "options" => array("show" => "Show Posts", "hide" => "Hide Posts"), "std" => "show"), array("name" => "Magazine Template - Maximum Number of posts in category blocks", "desc" => "You can the number of posts you want listed in each category block. By default this is set to 5: ", "id" => "suf_mag_catblocks_num_posts", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the number here. Enter -1 to show all posts.", "std" => '5'), array("name" => "Magazine Template - Text for \"See all posts\" in category blocks", "desc" => "You can set the text to show for the \"See all posts\" link in category blocks: ", "id" => "suf_mag_catblocks_see_all_text", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "text", "hint" => "Enter the text here (leave blank for no link)", "std" => 'See all posts'), array("name" => "Magazine Template - Post display style in category blocks", "desc" => "You can decide if you want to show your posts in the category blocks in a magazine-style (boxed) or in a sidebar-style (underlined): ", "id" => "suf_mag_catblocks_post_style", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "radio", "options" => array("magazine" => "Magazine Style (posts highlight with a box around them when you hover)", "sidebar" => "Sidebar Style (posts are underlined when you hover over them)", "thumbnail" => "Thumbnail and post title", "thumbnail-excerpt" => "Thumbnail, post title and excerpt"), "std" => 'thumbnail-excerpt'), array("name" => "Magazine Template - Thumbnail size in category blocks", "desc" => "Set the thumbnail size in category blocks (applicable only if thumbnails are being displayed): ", "id" => "suf_mag_catblocks_thumbnail_size", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "select", "options" => array('24' => '24px', '32' => '32px', '48' => '48px', '64' => '64px', '96' => '96px'), "std" => '32'), array("name" => "Magazine Template - Excerpt length for category blocks", "desc" => "Set the length for excerpts in category blocks (applicable only if excerpts are being displayed): ", "id" => "suf_mag_catblocks_excerpt_length", "grouping" => "mag-cat", "parent" => "magazine-template", "type" => "text", "hint" => "Enter positive integers only", "std" => '15'), array("name" => "Magazine Template - Button position", "desc" => "Where do you want the \"Full Story\", \"All Posts\" etc. buttons to appear? This will also affect the tile layout.", "id" => "suf_mag_excerpt_full_story_position", "parent" => "magazine-template", "type" => "radio", "options" => array("below" => "Just below excerpt (all buttons might not be in the same row)", "bottom" => "At the bottom of the excerpt box (buttons are aligned, but there may be a gap with the bottom of the excerpt)"), "std" => 'below'), array("name" => "Page of Posts", "type" => "sub-section-3", "category" => "pop-template", "parent" => "templates"), array("name" => "The \"Page of Posts\" template", "desc" => "This template can be used to create a page of posts. This will follow the default sidebar layout for the theme. To control whether the 'Full content posts' should appear on the second/third pages etc, go to <em>Layouts &rarr; Layout: Excerpt / List / Tile / Mosaic / Full</em>", "category" => "pop-settings", "parent" => "pop-template", "type" => "sub-section-4"), array("name" => "Layout Settings for the \"Page of Posts\" template", "desc" => "By default for all posts on this template, the complete contents are displayed.", "id" => "suf_pop_excerpt", "parent" => "pop-template", "grouping" => "pop-settings", "type" => "radio", "options" => array("content" => "Display full content", "excerpt" => "Display excerpt", "list" => "Display list", "tiles" => 'Display tiles', "mosaic" => 'Display mosaic'), "std" => "content"), array("name" => "Number of Full content posts on \"Page of Posts\" template", "desc" => "In the Excerpt, List and Tile display you can choose to show the first few posts with full content. Set the number of posts for which you want the full content displayed (ignored if you select full content above): ", "id" => "suf_pop_fc_number", "parent" => "pop-template", "grouping" => "pop-settings", "type" => "select", "options" => array("0" => "0 (Zero)", "1" => "1 (One)", "2" => "2 (Two)", "3" => "3 (Three)", "4" => "4 (Four)", "5" => "5 (Five)", "6" => "6 (Six)", "7" => "7 (Seven)", "8" => "8 (Eight)", "9" => "9 (Nine)", "10" => "10 (Ten)"), "std" => "0"), array("name" => "Single Category", "type" => "sub-section-3", "category" => "category-template", "parent" => "templates"), array("name" => "The \"Category\" template", "desc" => "The category template is applied whenever you open a category. It displays all posts associated with a category.\r\n\t\t\t\tSuffusion natively supports the <a href='http://wordpress.org/extend/plugins/category-icons/'>\"Category Icons\" plugin</a>.\r\n\t\t\t\tSo if you have the plugin installed, the icon for the category will be automatically displayed. <br/>\r\n\t\t\t\t<b>This template is automatically assigned to every category &ndash; you cannot manually assign it.</b>", "parent" => "category-template", "type" => "blurb"), array("name" => "Enable Category Introduction?", "desc" => "By default the name of the category and its description are not shown on a category page. You can change it: ", "id" => "suf_cat_info_enabled", "parent" => "category-template", "type" => "radio", "options" => array("enabled" => "Category Information enabled", "not-enabled" => "Category Information not enabled"), "std" => "not-enabled"), array("name" => "All Categories", "type" => "sub-section-3", "category" => "categories-template", "parent" => "templates"), array("name" => "The \"All Categories\" template", "desc" => "The \"All Categories\" template can be used if you want to list out all your categories on a single page.\r\n\t\t\t\tYou can additionally decide to show the categories hierarchically, or show the RSS feed for each category or the number of posts in each category.", "parent" => "categories-template", "type" => "blurb"), array("name" => "List categories hierarchically?", "desc" => "You can decide if you want to list your categories in a hierarchical manner: ", "id" => "suf_temp_cats_hierarchical", "parent" => "categories-template", "type" => "radio", "options" => array("hierarchical" => "Categories listed hierarchically", "flat" => "Categories listed flat"), "std" => "hierarchical"), array("name" => "Show RSS feeds for each category?", "desc" => "You can display a link to an RSS feed for each category: ", "id" => "suf_temp_cats_rss", "parent" => "categories-template", "type" => "radio", "options" => array("show" => "Show RSS feed", "hide" => "Hide RSS feed"), "std" => "show"), array("name" => "Show post count for each category?", "desc" => "You can display the number of posts in each category. Categories with 0 posts are excluded: ", "id" => "suf_temp_cats_post_count", "parent" => "categories-template", "type" => "radio", "options" => array("show" => "Show Post Count", "hide" => "Hide Post Count"), "std" => "hide"), array("name" => "Single Tag", "type" => "sub-section-3", "category" => "tag-template", "parent" => "templates"), array("name" => "The \"Tag\" template", "desc" => "The tag template is <b>automatically</b> applied whenever you open a tag &ndash; <b>you cannot manually assign it</b>.\r\n\t\tIt displays all posts with a particular tag. ", "parent" => "tag-template", "type" => "blurb"), array("name" => "Show Tag Description", "desc" => "By default the name of the Tag and its description are not shown on a tag page. You can change it: ", "id" => "suf_tag_info_enabled", "parent" => "tag-template", "type" => "radio", "options" => array("enabled" => "Tag Description enabled", "not-enabled" => "Tag Description not enabled"), "std" => "not-enabled"), array("name" => "Single Author", "type" => "sub-section-3", "category" => "author-template", "parent" => "templates"), array("name" => "The single \"Author\" template", "desc" => "The author template is <b>automatically</b> applied whenever you open an author page &ndash; <b>you cannot manually assign it</b>.\r\n\t\tIt displays all posts associated with an author.", "parent" => "author-template", "type" => "blurb"), array("name" => "Enable Author Introduction?", "desc" => "By default the name of the author and a the description are shown on an author page. You can change it: ", "id" => "suf_author_info_enabled", "parent" => "author-template", "type" => "radio", "options" => array("enabled" => "Author Information enabled", "not-enabled" => "Author Information not enabled"), "std" => "enabled"), array("name" => "Search ", "type" => "sub-section-3", "category" => "search-template", "parent" => "templates"), array("name" => "The Search template", "desc" => "The search template is applied whenever you get search results.", "parent" => "search-template", "type" => "blurb"), array("name" => "Enable Search introduction?", "desc" => "This shows an introductory section with a search query and some options.\r\n\t\t\tNote that in some cases the search text highlighting doesn't work if the JS is in the footer, set in Blog Features &rarr; Site Optimization: ", "id" => "suf_search_info_enabled", "parent" => "search-template", "type" => "radio", "options" => array("enabled" => "Search Information enabled", "not-enabled" => "Search Information not enabled"), "std" => "enabled"), array("name" => "Attachments", "type" => "sub-section-3", "category" => "att-template", "parent" => "templates"), array("name" => "Image Attachments", "desc" => "This is an inbuilt WP template that gets assigned when a user clicks an image attachment in a post.", "category" => "image-settings", "parent" => "att-template", "type" => "sub-section-4"), array("name" => "Comments", "desc" => "Disable comments on image attachments", "id" => "suf_image_comments", "parent" => "att-template", "grouping" => "image-settings", "type" => "checkbox", "std" => ""), array("name" => "Display Image Sizes?", "desc" => "You can display all image sizes for image attachments", "id" => "suf_image_show_sizes", "parent" => "att-template", "grouping" => "image-settings", "type" => "select", "options" => array("show" => "Display sizes", "hide" => "Hide sizes"), "std" => "hide"), array("name" => "Display EXIF data?", "desc" => "You can display the EXIF data for your images", "id" => "suf_image_show_exif", "parent" => "att-template", "grouping" => "image-settings", "type" => "select", "options" => array("show" => "Display EXIF", "hide" => "Hide EXIF data"), "std" => "hide"), array("name" => "EXIF data to display", "desc" => "Select what you want to show for EXIF data", "id" => "suf_image_exif_pieces", "parent" => "att-template", "grouping" => "image-settings", "type" => "multi-select", "options" => suffusion_get_formatted_options_array("suf_image_exif_pieces", array('file' => 'File Name', 'width' => 'Width', 'height' => 'Height', 'created_timestamp' => "Date taken", 'copyright' => 'Copyright', 'credit' => "Credit", 'title' => "Title", 'caption' => "Caption", 'camera' => "Camera", 'focal_length' => "Focal Length", 'aperture' => "Aperture", 'iso' => "ISO", 'shutter_speed' => "Shutter Speed")), "std" => ""), array("name" => "Audio Attachments", "desc" => "This is an inbuilt WP template that gets assigned when a user clicks an audio attachment in a post.", "category" => "audio-settings", "parent" => "att-template", "type" => "sub-section-4"), array("name" => "Comments", "desc" => "Disable comments on audio attachments", "id" => "suf_audio_comments", "parent" => "att-template", "grouping" => "audio-settings", "type" => "checkbox", "std" => ""), array("name" => "Audio template", "desc" => "How do you want the template to show an audio attachment?", "id" => "suf_audio_att_type", "parent" => "att-template", "grouping" => "audio-settings", "type" => "select", "options" => array("link" => "Display a link", "object" => "Display embedded content"), "std" => "link"), array("name" => "Height of content", "desc" => "You can set the height of the embedded content: ", "id" => "suf_audio_att_player_height", "grouping" => "audio-settings", "parent" => "att-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "30"), array("name" => "Width of content", "desc" => "You can set the width of the embedded content: ", "id" => "suf_audio_att_player_width", "grouping" => "audio-settings", "parent" => "att-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "300"), array("name" => "Application Attachments", "desc" => "This is an inbuilt WP template that gets assigned when a user clicks an application attachment in a post.", "category" => "app-settings", "parent" => "att-template", "type" => "sub-section-4"), array("name" => "Comments", "desc" => "Disable comments on application attachments", "id" => "suf_application_comments", "parent" => "att-template", "grouping" => "app-settings", "type" => "checkbox", "std" => ""), array("name" => "Application template", "desc" => "How do you want the template to show an application attachment?", "id" => "suf_application_att_type", "parent" => "att-template", "grouping" => "app-settings", "type" => "select", "options" => array("link" => "Display a link", "object" => "Display embedded content"), "std" => "link"), array("name" => "Width of content", "desc" => "You can set the width of the embedded content: ", "id" => "suf_application_att_player_width", "grouping" => "app-settings", "parent" => "att-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "300"), array("name" => "Text Attachments", "desc" => "This is an inbuilt WP template that gets assigned when a user clicks a text attachment in a post.", "category" => "text-settings", "parent" => "att-template", "type" => "sub-section-4"), array("name" => "Comments", "desc" => "Disable comments on text attachments", "id" => "suf_text_comments", "parent" => "att-template", "grouping" => "text-settings", "type" => "checkbox", "std" => ""), array("name" => "Text template", "desc" => "How do you want the template to show an text attachment?", "id" => "suf_text_att_type", "parent" => "att-template", "grouping" => "text-settings", "type" => "select", "options" => array("link" => "Display a link", "object" => "Display embedded content"), "std" => "link"), array("name" => "Width of content", "desc" => "You can set the width of the embedded content: ", "id" => "suf_text_att_player_width", "grouping" => "text-settings", "parent" => "att-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "300"), array("name" => "Video Attachments", "desc" => "This is an inbuilt WP template that gets assigned when a user clicks a video attachment in a post.", "category" => "video-settings", "parent" => "att-template", "type" => "sub-section-4"), array("name" => "Comments", "desc" => "Disable comments on video attachments", "id" => "suf_video_comments", "parent" => "att-template", "grouping" => "video-settings", "type" => "checkbox", "std" => ""), array("name" => "Video template", "desc" => "How do you want the template to show an video attachment?", "id" => "suf_video_att_type", "parent" => "att-template", "grouping" => "video-settings", "type" => "select", "options" => array("link" => "Display a link", "object" => "Display embedded content"), "std" => "link"), array("name" => "Height of content", "desc" => "You can set the height of the embedded content: ", "id" => "suf_video_att_player_height", "grouping" => "video-settings", "parent" => "att-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "225"), array("name" => "Width of content", "desc" => "You can set the width of the embedded content: ", "id" => "suf_video_att_player_width", "grouping" => "video-settings", "parent" => "att-template", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "300"), array("name" => "Sitemap", "type" => "sub-section-3", "category" => "sitemap-template", "parent" => "templates"), array("name" => "The Sitemap template", "desc" => "The sitemap template can be used to show users a path around your site.", "parent" => "sitemap-template", "type" => "blurb"), array("name" => "Contents of Sitemap", "desc" => "What do you want to show on your sitemap page?", "id" => "suf_sitemap_contents", "parent" => "sitemap-template", "type" => "multi-select", "options" => $suffusion_sitemap_entities, 'std' => ''), array("name" => "Label for Pages", "id" => "suf_sitemap_label_pages", "parent" => "sitemap-template", "type" => "text", "std" => "Pages"), array("name" => "Label for Categories", "id" => "suf_sitemap_label_categories", "parent" => "sitemap-template", "type" => "text", "std" => "Categories"), array("name" => "Label for Authors", "id" => "suf_sitemap_label_authors", "parent" => "sitemap-template", "type" => "text", "std" => "Authors"), array("name" => "Label for Yearly Archives", "id" => "suf_sitemap_label_yarchives", "parent" => "sitemap-template", "type" => "text", "std" => "Yearly Archives"), array("name" => "Label for Monthly Archives", "id" => "suf_sitemap_label_marchives", "parent" => "sitemap-template", "type" => "text", "std" => "Monthly Archives"), array("name" => "Label for Weekly Archives", "id" => "suf_sitemap_label_warchives", "parent" => "sitemap-template", "type" => "text", "std" => "Weekly Archives"), array("name" => "Label for Daily Archives", "id" => "suf_sitemap_label_darchives", "parent" => "sitemap-template", "type" => "text", "std" => "Daily Archives"), array("name" => "Label for Tags", "id" => "suf_sitemap_label_tags", "parent" => "sitemap-template", "type" => "text", "std" => "Tags"), array("name" => "Label for Blog Posts", "id" => "suf_sitemap_label_posts", "parent" => "sitemap-template", "type" => "text", "std" => "Blog Posts"), array("name" => "Sequence of Sitemap Contents", "desc" => "What order do you want your sitemap contents?", "id" => "suf_sitemap_entity_order", "parent" => "sitemap-template", "type" => "sortable-list", "std" => suffusion_entity_prepositions('sitemap')), array("name" => "Now Reading", "type" => "sub-section-3", "category" => "nr-template", "parent" => "templates"), array("name" => "The \"Now Reading\" plugin templates", "desc" => "If you have a site for book reviews the <a href='http://robm.me.uk/projects/plugins/wordpress/now-reading'>Now Reading plugin</a> is a gerat one to use.\r\n\t\t \tSuffusion has templates that support this plugin, which you can control here", "parent" => "nr-template", "type" => "blurb"), array("name" => "General Settings", "desc" => "Control the general display settings for all templates", "category" => "nr-general", "parent" => "nr-template", "type" => "sub-section-4"), array("name" => "Number of Books per row", "desc" => "For all pages displaying multiple books, how many books do you want to display per row? ", "id" => "suf_nr_books_per_row", "parent" => "nr-template", "grouping" => "nr-general", "type" => "select", "options" => array("1" => "1 (One)", "2" => "2 (Two)", "3" => "3 (Three)", "4" => "4 (Four)", "5" => "5 (Five)", "6" => "6 (Six)", "7" => "7 (Seven)", "8" => "8 (Eight)", "9" => "9 (Nine)", "10" => "10 (Ten)"), "std" => "4"), array("name" => "Width of book cover image", "desc" => "Set the width of the book cover image here", "id" => "suf_nr_main_cover_w", "parent" => "nr-template", "grouping" => "nr-general", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 108", "std" => "108"), array("name" => "Height of book cover image", "desc" => "Set the height of the book cover image here", "id" => "suf_nr_main_cover_h", "parent" => "nr-template", "grouping" => "nr-general", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 160", "std" => "160"), array("name" => "Text if no books are found for a section", "desc" => "If you are looking at a section that has no books what text would you like to display?", "id" => "suf_nr_no_books_text", "parent" => "nr-template", "grouping" => "nr-general", "type" => "textarea", "std" => "None"), array("name" => "Library Settings", "desc" => "Control the display of the Library view", "category" => "nr-lib", "parent" => "nr-template", "type" => "sub-section-4"), array("name" => "Title of Library Page", "id" => "suf_nr_lib_title", "parent" => "nr-template", "grouping" => "nr-lib", "type" => "text", "std" => "Library"), array("name" => "Display Currently Reading Books", "desc" => "Choose if you want to display the \"Currently Reading\" section", "id" => "suf_nr_lib_curr_show", "parent" => "nr-template", "grouping" => "nr-lib", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Section title for Currently Reading Books", "id" => "suf_nr_lib_curr_title", "parent" => "nr-template", "grouping" => "nr-lib", "type" => "text", "std" => "Currently Reading"), array("name" => "Section text for Currently Reading Books", "desc" => "This text will be displayed at the top of the Currently Reading section", "id" => "suf_nr_lib_curr_text", "parent" => "nr-template", "grouping" => "nr-lib", "type" => "textarea", "std" => ""), array("name" => "Display Unread Books", "desc" => "Choose if you want to display the \"Unread\" section", "id" => "suf_nr_lib_unread_show", "parent" => "nr-template", "grouping" => "nr-lib", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Section title for Unread Books", "id" => "suf_nr_lib_unread_title", "parent" => "nr-template", "grouping" => "nr-lib", "type" => "text", "std" => "Up Next"), array("name" => "Section text for Unread Books", "desc" => "This text will be displayed at the top of the Unread Books section", "id" => "suf_nr_lib_unread_text", "parent" => "nr-template", "grouping" => "nr-lib", "type" => "textarea", "std" => ""), array("name" => "Display Completed Books", "desc" => "Choose if you want to display the \"Completed\" section", "id" => "suf_nr_lib_completed_show", "parent" => "nr-template", "grouping" => "nr-lib", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Section title for Completed Books", "id" => "suf_nr_lib_completed_title", "parent" => "nr-template", "grouping" => "nr-lib", "type" => "text", "std" => "Finished Reading"), array("name" => "Section text for Completed Books", "desc" => "This text will be displayed at the top of the Completed Books section", "id" => "suf_nr_lib_completed_text", "parent" => "nr-template", "grouping" => "nr-lib", "type" => "textarea", "std" => ""), array("name" => "Order of sections", "desc" => "You can define the order in which the Currently Reading, Unread and Completed sections appear: ", "id" => "suf_nr_lib_order", "parent" => "nr-template", "grouping" => "nr-lib", "type" => "sortable-list", "std" => suffusion_entity_prepositions('nr')), array("name" => "Single Book Settings", "desc" => "Control the display of the Single Book view", "category" => "nr-single", "parent" => "nr-template", "type" => "sub-section-4"), array("name" => "Reading statistics: Show when book was added to library", "desc" => "This text will be displayed below the book's image", "id" => "suf_nr_single_added_show", "parent" => "nr-template", "grouping" => "nr-single", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Reading statistics: Tagline for when you added this book", "id" => "suf_nr_single_added_text", "parent" => "nr-template", "grouping" => "nr-single", "type" => "text", "std" => "Added on: "), array("name" => "Reading statistics: Show when you began reading this book", "desc" => "This text will be displayed below the book's image", "id" => "suf_nr_single_started_show", "parent" => "nr-template", "grouping" => "nr-single", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Reading statistics: Tagline for when you began reading this book", "id" => "suf_nr_single_started_text", "parent" => "nr-template", "grouping" => "nr-single", "type" => "text", "std" => "Started: "), array("name" => "Reading statistics: Show when you finished reading this book", "desc" => "This text will be displayed below the book's image", "id" => "suf_nr_single_finished_show", "parent" => "nr-template", "grouping" => "nr-single", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Reading statistics: Tagline for when you finished reading this book", "id" => "suf_nr_single_finished_text", "parent" => "nr-template", "grouping" => "nr-single", "type" => "text", "std" => "Finished: "), array("name" => "Show meta information about the book", "desc" => "This text will be displayed below the book's image. Meta tags are added through the Now Reading plugin.", "id" => "suf_nr_single_meta_show", "parent" => "nr-template", "grouping" => "nr-single", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Now Reading Widget Settings", "desc" => "Control the display of the Widget", "category" => "nr-w", "parent" => "nr-template", "type" => "sub-section-4"), array("name" => "Display Library Search", "desc" => "Choose where you want the search field for the Now Reading plugin", "id" => "suf_nr_wid_search_show", "parent" => "nr-template", "grouping" => "nr-w", "type" => "select", "options" => array("top" => "Top of widget", "bottom" => "Bottom of widget", "hide" => "Hide"), "std" => "bottom"), array("name" => "Display Currently Reading Books", "desc" => "Choose if you want to display the \"Currently Reading\" section", "id" => "suf_nr_wid_curr_show", "parent" => "nr-template", "grouping" => "nr-w", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Section title for Currently Reading Books", "id" => "suf_nr_wid_curr_title", "parent" => "nr-template", "grouping" => "nr-w", "type" => "text", "std" => "Currently Reading"), array("name" => "Display Unread Books", "desc" => "Choose if you want to display the \"Unread\" section", "id" => "suf_nr_wid_unread_show", "parent" => "nr-template", "grouping" => "nr-w", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Section title for Unread Books", "id" => "suf_nr_wid_unread_title", "parent" => "nr-template", "grouping" => "nr-w", "type" => "text", "std" => "Up Next"), array("name" => "Display Completed Books", "desc" => "Choose if you want to display the \"Completed\" section", "id" => "suf_nr_wid_completed_show", "parent" => "nr-template", "grouping" => "nr-w", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Section title for Completed Books", "id" => "suf_nr_wid_completed_title", "parent" => "nr-template", "grouping" => "nr-w", "type" => "text", "std" => "Finished Reading"), array("name" => "Order of sections", "desc" => "You can define the order in which the Currently Reading, Unread and Completed sections appear: ", "id" => "suf_nr_wid_order", "parent" => "nr-template", "grouping" => "nr-w", "type" => "sortable-list", "std" => suffusion_entity_prepositions('nr')), array("name" => "404 Page", "type" => "sub-section-3", "category" => "404-page", "parent" => "templates"), array("name" => "The \"404 Page\"", "desc" => "A 404 page is encountered when a user tries to access a page that isn't there. You can configure your 404 page title and content here.", "parent" => "404-page", "type" => "blurb"), array("name" => "Title of the 404 Page", "desc" => "You can set the title for the 404 page here. You can use short codes.\r\n\t\t\t\tWhile using short codes remember that not all short codes maybe available on a 404 page. E.g. [suffusion-the-year] will be available, but not [suffusion-the-author]", "id" => "suf_404_title", "parent" => "404-page", "type" => "text", "std" => $suffusion_404_title), array("name" => "Content of the 404 Page", "desc" => "You can set the content for the 404 page here. You can use short codes.\r\n\t\t\t\tWhile using short codes remember that not all short codes maybe available on a 404 page. E.g. [suffusion-the-year] will be available, but not [suffusion-the-author]", "id" => "suf_404_content", "parent" => "404-page", "type" => "textarea", "std" => $suffusion_404_content), array("name" => "Custom Layout template", "type" => "sub-section-3", "category" => "custom-layout", "parent" => "templates"), array("name" => "The \"Custom Layout\" template", "desc" => "The \"Custom Layout\" template offers you <b>5 special widget areas</b> that you can use to build pretty much any layout that you wish.\r\n\t\t\tEach widget area can be defined with a different number of columns. The heights of the widgets in each such widget area can be further controlled\r\n\t\t\tso as to maximize your look and feel effects. Define your defaults here, then use this template while creating a page.<br/>\r\n\t\t\tThe following is an example layout using this template:\r\n\t\t\t\t<div class='central-image'><img src=\"" . get_template_directory_uri() . "/admin/images/custom-layout.jpg\" alt='Widgets'/></div>\r\n\t\t\t<em>Tip: If you want to use this template and override the defaults from this page, save a draft of your page. That will activate the Custom Layout options</em><br/>\r\n\t\t\t<strong>Note:</strong>\r\n\t\t\t\t<ul class='margin-40'>\r\n\t\t\t\t\t<li>This template will not display the post content - only the widget areas.</li>\r\n\t\t\t\t\t<li>To get different widgets on different pages, use this capability with a plugin like Widget Logic.</li>\r\n\t\t\t\t\t<li>You can pick a specific sidebar layout for a page with this template.</li>\r\n\t\t\t\t</ul>\r\n\t\t\tFor each page you can override the defaults that you have set here by changing the settings under <em>Additional Options for Suffusion &rarr; Custom Layout</em>,\r\n\t\t\twhile editing the page. The <em>Custom Layout</em> tab will be visible when you have saved a draft of the page or published it.", "parent" => "custom-layout", "type" => "blurb"), array("name" => "Widget Area 1", "category" => "clt-wa1", "parent" => "custom-layout", "type" => "sub-section-4"), array("name" => "Number of columns", "id" => "suf_clt_wa1_cols", "parent" => "custom-layout", "grouping" => "clt-wa1", "type" => "select", "options" => array("1" => "1", "2" => "2", "3" => "3", "4" => "4", "5" => "5"), "std" => "1"), array("name" => "Height adjustment for widgets", "id" => "suf_clt_wa1_widget_height", "parent" => "custom-layout", "grouping" => "clt-wa1", "type" => "radio", "options" => array("all-row" => "All widgets in the same row in this widget area have the same height", "all" => "All widgets in this widget area have the same height", "original" => "No height adjustment", "masonry" => "All widgets have their original heights, but use JQuery Masonry to position them"), "std" => "all-row"), array("name" => "Default or custom skinning?", "desc" => "Override skin defaults", "id" => "suf_clt_wa1_skin_setting", "parent" => "custom-layout", "grouping" => "clt-wa1", "type" => "checkbox", "std" => ""), array("name" => "Widget Background", "id" => "suf_clt_wa1_skin_settings_bg", "parent" => "custom-layout", "grouping" => "clt-wa1", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Widget Border", "id" => "suf_clt_wa1_skin_settings_bg_border", "parent" => "custom-layout", "grouping" => "clt-wa1", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Widget Area 2", "category" => "clt-wa2", "parent" => "custom-layout", "type" => "sub-section-4"), array("name" => "Number of columns", "id" => "suf_clt_wa2_cols", "parent" => "custom-layout", "grouping" => "clt-wa2", "type" => "select", "options" => array("1" => "1", "2" => "2", "3" => "3", "4" => "4", "5" => "5"), "std" => "1"), array("name" => "Height adjustment for widgets", "id" => "suf_clt_wa2_widget_height", "parent" => "custom-layout", "grouping" => "clt-wa2", "type" => "radio", "options" => array("all-row" => "All widgets in the same row in this widget area have the same height", "all" => "All widgets in this widget area have the same height", "original" => "No height adjustment", "masonry" => "All widgets have their original heights, but use JQuery Masonry to position them"), "std" => "all-row"), array("name" => "Default or custom skinning?", "desc" => "Override skin defaults", "id" => "suf_clt_wa2_skin_setting", "parent" => "custom-layout", "grouping" => "clt-wa2", "type" => "checkbox", "std" => ""), array("name" => "Widget Background", "id" => "suf_clt_wa2_skin_settings_bg", "parent" => "custom-layout", "grouping" => "clt-wa2", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Widget Border", "id" => "suf_clt_wa2_skin_settings_bg_border", "parent" => "custom-layout", "grouping" => "clt-wa2", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Widget Area 3", "category" => "clt-wa3", "parent" => "custom-layout", "type" => "sub-section-4"), array("name" => "Number of columns", "id" => "suf_clt_wa3_cols", "parent" => "custom-layout", "grouping" => "clt-wa3", "type" => "select", "options" => array("1" => "1", "2" => "2", "3" => "3", "4" => "4", "5" => "5"), "std" => "1"), array("name" => "Height adjustment for widgets", "id" => "suf_clt_wa3_widget_height", "parent" => "custom-layout", "grouping" => "clt-wa3", "type" => "radio", "options" => array("all-row" => "All widgets in the same row in this widget area have the same height", "all" => "All widgets in this widget area have the same height", "original" => "No height adjustment", "masonry" => "All widgets have their original heights, but use JQuery Masonry to position them"), "std" => "all-row"), array("name" => "Default or custom skinning?", "desc" => "Override skin defaults", "id" => "suf_clt_wa3_skin_setting", "parent" => "custom-layout", "grouping" => "clt-wa3", "type" => "checkbox", "std" => ""), array("name" => "Widget Background", "id" => "suf_clt_wa3_skin_settings_bg", "parent" => "custom-layout", "grouping" => "clt-wa3", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Widget Border", "id" => "suf_clt_wa3_skin_settings_bg_border", "parent" => "custom-layout", "grouping" => "clt-wa3", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Widget Area 4", "category" => "clt-wa4", "parent" => "custom-layout", "type" => "sub-section-4"), array("name" => "Number of columns", "id" => "suf_clt_wa4_cols", "parent" => "custom-layout", "grouping" => "clt-wa4", "type" => "select", "options" => array("1" => "1", "2" => "2", "3" => "3", "4" => "4", "5" => "5"), "std" => "1"), array("name" => "Height adjustment for widgets", "id" => "suf_clt_wa4_widget_height", "parent" => "custom-layout", "grouping" => "clt-wa4", "type" => "radio", "options" => array("all-row" => "All widgets in the same row in this widget area have the same height", "all" => "All widgets in this widget area have the same height", "original" => "No height adjustment", "masonry" => "All widgets have their original heights, but use JQuery Masonry to position them"), "std" => "all-row"), array("name" => "Default or custom skinning?", "desc" => "Override skin defaults", "id" => "suf_clt_wa4_skin_setting", "parent" => "custom-layout", "grouping" => "clt-wa4", "type" => "checkbox", "std" => ""), array("name" => "Widget Background", "id" => "suf_clt_wa4_skin_settings_bg", "parent" => "custom-layout", "grouping" => "clt-wa4", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Widget Border", "id" => "suf_clt_wa4_skin_settings_bg_border", "parent" => "custom-layout", "grouping" => "clt-wa4", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Widget Area 5", "category" => "clt-wa5", "parent" => "custom-layout", "type" => "sub-section-4"), array("name" => "Number of columns", "id" => "suf_clt_wa5_cols", "parent" => "custom-layout", "grouping" => "clt-wa5", "type" => "select", "options" => array("1" => "1", "2" => "2", "3" => "3", "4" => "4", "5" => "5"), "std" => "1"), array("name" => "Height adjustment for widgets", "id" => "suf_clt_wa5_widget_height", "parent" => "custom-layout", "grouping" => "clt-wa5", "type" => "radio", "options" => array("all-row" => "All widgets in the same row in this widget area have the same height", "all" => "All widgets in this widget area have the same height", "original" => "No height adjustment", "masonry" => "All widgets have their original heights, but use JQuery Masonry to position them"), "std" => "all-row"), array("name" => "Default or custom skinning?", "desc" => "Override skin defaults", "id" => "suf_clt_wa5_skin_setting", "parent" => "custom-layout", "grouping" => "clt-wa5", "type" => "checkbox", "std" => ""), array("name" => "Widget Background", "id" => "suf_clt_wa5_skin_settings_bg", "parent" => "custom-layout", "grouping" => "clt-wa5", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Widget Border", "id" => "suf_clt_wa5_skin_settings_bg_border", "parent" => "custom-layout", "grouping" => "clt-wa5", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))));
<?php

/**
 * Lists out all the options from the Layouts Section of the theme options
 * This file is included in functions.php
 *
 * @package Suffusion
 * @subpackage Admin
 */
global $suffusion_404_title, $suffusion_404_content, $suffusion_all_sitemap_entities, $suffusion_sitemap_entities;
$suffusion_layouts_options = array(array("name" => "Layouts", "type" => "sub-section-2", "category" => "layouts", "parent" => "root"), array("name" => "Default Sidebar Layout", "type" => "sub-section-3", "category" => "default", "parent" => "layouts"), array("name" => "The \"Default\" Sidebar layout", "desc" => "This layout is assigned to every post / page / view on your site, unless specifically overridden.\n\t\t\tHere you should pick the layout that you will use most frequently. E.g. If you want 2 sidebars across your site, pick 2 sidebars below.\n\t\t\tYou can then position the sidebars left or right by going to <em>Sidebars &rarr; Sidebar 1</em> or <em>Sidebars &rarr; Sidebar 2</em>.", "parent" => "default", "type" => "blurb"), array("name" => "Sidebars", "category" => "sidebars", "parent" => "default", "type" => "sub-section-4"), array("name" => "How many sidebars?", "desc" => "The theme is set up with one sidebar (a two-column theme) by default. You could choose to have two sidebars (a three-column theme) or none if you want.\n\t\t\tUnless otherwise overridden in the other options, this will be applied to your entire blog.", "id" => "suf_sidebar_count", "parent" => "default", "grouping" => "sidebars", "type" => "radio", "options" => array("0" => "0 (Zero)", "1" => "1 (One)", "2" => "2 (Two)"), "std" => "1"), array("name" => "Position of Sidebar 1", "desc" => "If you have two sidebars enabled and both are positioned on the same side, this sidebar will be the outer one. " . "If you have only one sidebar enabled, this will control the position of that sidebar.", "id" => "suf_sidebar_alignment", "parent" => "default", "grouping" => "sidebars", "type" => "radio", "options" => array("left" => "Left", "right" => "Right"), "std" => "right"), array("name" => "Position of Sidebar 2", "desc" => "If you have two sidebars enabled and both are positioned on the same side, this sidebar will be the inner one. " . "If you have only one sidebar enabled, this setting will be ignored.", "id" => "suf_sidebar_2_alignment", "parent" => "default", "grouping" => "sidebars", "type" => "radio", "options" => array("left" => "Left", "right" => "Right"), "std" => "right"), array("name" => "Widths", "category" => "widths", "parent" => "default", "type" => "sub-section-4"), array("name" => "Default sizes / margins for page elements?", "desc" => "You can decide to go with the sizes and margins (gaps) defined with the theme for different page elements or pick your own. " . "If you choose custom styles then the settings you make here will override the theme's settings.", "id" => "suf_size_options", "parent" => "default", "grouping" => "widths", "type" => "radio", "note" => "Please set this option to \"Custom styles\" if you want to override the theme's settings for the header.", "options" => array("theme" => "Theme sizes and margins", "custom" => "Custom sizes and margins"), "std" => "custom"), array("name" => "Page Width Type", "desc" => "Your page can be fixed width or fluid/elastic width", "id" => "suf_wrapper_width_type", "parent" => "default", "grouping" => "widths", "type" => "radio", "options" => array("fixed" => "Fixed width", "fluid" => "Fluid/Flexible width"), "std" => "fixed"), array("name" => "Fluid width settings", "desc" => "In the fluid width layout your sidebars have a fixed width, while the overall width of your page is a percentage of the browser window's width.", "category" => "size-flexible", "parent" => "default", "type" => "sub-section-4"), array("name" => "Width of page", "id" => "suf_wrapper_width_flex", "parent" => "default", "grouping" => "size-flexible", "type" => "slider", "options" => array("range" => "min", "min" => 25, "max" => 100, "step" => 1, "size" => "400px", "unit" => "%"), "std" => 75), array("name" => "Maximum width", "desc" => "Set this value so that your typography stays consistent on large screens.", "id" => "suf_wrapper_width_flex_max", "parent" => "default", "grouping" => "size-flexible", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Value will be set to a default if blank or incompatible.", "std" => "1200"), array("name" => "Minimum width", "desc" => "Set this value so that your typography stays consistent on small screens.", "id" => "suf_wrapper_width_flex_min", "parent" => "default", "grouping" => "size-flexible", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Value will be set to a default if blank or incompatible.", "std" => "600"), array("name" => "Fixed width settings", "desc" => "In the fixed width layout the components of your page have widths fixed in pixels, irrespective of the size of your browser window.", "category" => "size-fixed", "parent" => "default", "type" => "sub-section-4"), array("name" => "Overall Page Width", "desc" => "Suffusion comes with 3 preset page width options: 800px, 1000px and 1200px. You can also define a custom width if you please, or allow the width of the page to be determined by the width of its main components like the sidebars and the main content column.\n\t\t\t\tDue to difficulties with fitting things on the page, the minimum size allowed is 600px. If you enter something less than 600, it is considered to be 600.", "id" => "suf_wrapper_width_preset", "parent" => "default", "grouping" => "size-fixed", "type" => "radio", "options" => array("800" => "800px", "1000" => "1000px", "1200" => "1200px", "custom" => "Custom width (defined below)", "custom-components" => "Custom width, but constructed from individual components (defined below)"), "std" => "1000"), array("name" => "Custom value for page width", "desc" => "If you have selected \"Custom width\" above, you can set the width here. Please enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 600 will be treated as 600. Note that if you are setting a width over here with the \"Custom width\" selection in place, the widths of the individual components like the main column, the sidebars etc. are auto-calculated", "id" => "suf_wrapper_width", "parent" => "default", "grouping" => "size-fixed", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 1000", "std" => "1000"), array("name" => "Custom component width - Custom value for main column width", "desc" => "If you have selected \"Custom width, but constructed from individual components\" above, you can set the width here for the main column.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 380 will be treated as 380. ", "id" => "suf_main_col_width", "parent" => "default", "grouping" => "size-fixed", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 725", "std" => "725"), array("name" => "Sidebar width settings", "desc" => "Sidebar widths are relevant in the fluid width layout and in the fixed width layout with the \"Custom width, but constructed from individual components\" selection.", "category" => "size-sb", "parent" => "default", "type" => "sub-section-4"), array("name" => "Custom component width - Custom value for width of first sidebar", "desc" => "If you have fluid widths or fixed widths with \"Custom width, but constructed from individual components\" above, you can set the width here for the first sidebar.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 95 will be treated as 95. ", "id" => "suf_sb_1_width", "parent" => "default", "grouping" => "size-sb", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 260", "std" => "260"), array("name" => "Custom component width - Custom value for width of second sidebar", "desc" => "If you have fluid widths or fixed widths with \"Custom width, but constructed from individual components\" above, you can set the width here for the second sidebar.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 95 will be treated as 95. ", "id" => "suf_sb_2_width", "parent" => "default", "grouping" => "size-sb", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 260", "std" => "260"), array("name" => "No Sidebars", "type" => "sub-section-3", "category" => "no-sidebars", "parent" => "layouts"), array("name" => "The \"No Sidebars\" layout", "desc" => "You can use the \"No Sidebars\" layout if you have a post / page where you don't want sidebars to show up, but the rest of your blog has sidebars enabled.\n\t\t\t\tTo set up posts / pages with this layout, select the \"No Sidebars\" layout while creating or updating a post / page.", "parent" => "no-sidebars", "type" => "blurb"), array("name" => "Enable Widget Area Below Header?", "desc" => "By default the \"Widget Area Below Header\" is enabled in the \"No Sidebars\" layout. You can change it: ", "id" => "suf_ns_wabh_enabled", "parent" => "no-sidebars", "type" => "radio", "options" => array("enabled" => "Widget Area below Header enabled", "not-enabled" => "Widget Area below Header not enabled"), "std" => "enabled"), array("name" => "Enable Widget Area Above Footer?", "desc" => "By default the \"Widget Area Above Footer\" is enabled in the \"No Sidebars\" layout. You can change it: ", "id" => "suf_ns_waaf_enabled", "parent" => "no-sidebars", "type" => "radio", "options" => array("enabled" => "Widget Area above Footer enabled", "not-enabled" => "Widget Area above Footer not enabled"), "std" => "enabled"), array("name" => "1 Left Sidebar", "type" => "sub-section-3", "category" => "1l-sidebar", "parent" => "layouts"), array("name" => "The \"1 Left Sidebar\" layout", "desc" => "You can use this layout if you have a post / page where you want a single sidebar to show up on the left.\n\t\t\t\tTo set up posts / pages with this layout, select the \"1 Left Sidebar\" layout while creating or updating a post / page.", "parent" => "1l-sidebar", "type" => "blurb"), array("name" => "Page Width Type", "desc" => "Your page can be fixed width or fluid/elastic width", "id" => "suf_1l_wrapper_width_type", "parent" => "1l-sidebar", "type" => "radio", "options" => array("fixed" => "Fixed width", "fluid" => "Fluid/Flexible width"), "std" => "fixed"), array("name" => "Fluid width settings", "desc" => "In the fluid width layout your sidebars have a fixed width, while the overall width of your page is a percentage of the browser window's width.", "category" => "1l-size-flexible", "parent" => "1l-sidebar", "type" => "sub-section-4"), array("name" => "Width of page", "id" => "suf_1l_wrapper_width_flex", "parent" => "1l-sidebar", "grouping" => "1l-size-flexible", "type" => "slider", "options" => array("range" => "min", "min" => 25, "max" => 100, "step" => 1, "size" => "400px", "unit" => "%"), "std" => 75), array("name" => "Maximum width", "desc" => "Set this value so that your typography stays consistent on large screens.", "id" => "suf_1l_wrapper_width_flex_max", "parent" => "1l-sidebar", "grouping" => "1l-size-flexible", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Value will be set to a default if blank or incompatible.", "std" => "1200"), array("name" => "Minimum width", "desc" => "Set this value so that your typography stays consistent on small screens.", "id" => "suf_1l_wrapper_width_flex_min", "parent" => "1l-sidebar", "grouping" => "1l-size-flexible", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Value will be set to a default if blank or incompatible.", "std" => "600"), array("name" => "Fixed width settings", "desc" => "In the fixed width layout the components of your page have widths fixed in pixels, irrespective of the size of your browser window.", "category" => "1l-size-fixed", "parent" => "1l-sidebar", "type" => "sub-section-4"), array("name" => "Overall Page Width", "desc" => "Suffusion comes with 3 preset page width options: 800px, 1000px and 1200px. You can also define a custom width if you please, or allow the width of the page to be determined by the width of its main components like the sidebars and the main content column.\n\t\t\t\tDue to difficulties with fitting things on the page, the minimum size allowed is 600px. If you enter something less than 600, it is considered to be 600.", "id" => "suf_1l_wrapper_width_preset", "parent" => "1l-sidebar", "grouping" => "1l-size-fixed", "type" => "radio", "options" => array("800" => "800px", "1000" => "1000px", "1200" => "1200px", "custom" => "Custom width (defined below)", "custom-components" => "Custom width, but constructed from individual components (defined below)"), "std" => "1000"), array("name" => "Custom value for page width", "desc" => "If you have selected \"Custom width\" above, you can set the width here. Please enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 600 will be treated as 600. Note that if you are setting a width over here with the \"Custom width\" selection in place, the widths of the individual components like the main column, the sidebars etc. are auto-calculated", "id" => "suf_1l_wrapper_width", "parent" => "1l-sidebar", "grouping" => "1l-size-fixed", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 1000", "std" => "1000"), array("name" => "Custom component width - Custom value for main column width", "desc" => "If you have selected \"Custom width, but constructed from individual components\" above, you can set the width here for the main column.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b> Anything below 380 will be treated as 380. ", "id" => "suf_1l_main_col_width", "parent" => "1l-sidebar", "grouping" => "1l-size-fixed", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 725", "std" => "725"), array("name" => "Custom component width - Custom value for width of sidebar", "desc" => "If you have selected \"Fluid width\" or \"Custom width, but constructed from individual components\" above, you can set the width here for the first sidebar.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b> Anything below 95 will be treated as 95. ", "id" => "suf_1l_sb_1_width", "parent" => "1l-sidebar", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 260", "std" => "260"), array("name" => "1 Right Sidebar", "type" => "sub-section-3", "category" => "1r-sidebar", "parent" => "layouts"), array("name" => "The \"1 Right Sidebar\" layout", "desc" => "You can use this layout if you have a post / page where you want a single sidebar to show up on the right.\n\t\t\t\tTo set up posts / pages with this layout, select the \"1 Right Sidebar\" layout while creating or updating a post / page.", "parent" => "1r-sidebar", "type" => "blurb"), array("name" => "Page Width Type", "desc" => "Your page can be fixed width or fluid/elastic width", "id" => "suf_1r_wrapper_width_type", "parent" => "1r-sidebar", "type" => "radio", "options" => array("fixed" => "Fixed width", "fluid" => "Fluid/Flexible width"), "std" => "fixed"), array("name" => "Fluid width settings", "desc" => "In the fluid width layout your sidebars have a fixed width, while the overall width of your page is a percentage of the browser window's width.", "category" => "1r-size-flexible", "parent" => "1r-sidebar", "type" => "sub-section-4"), array("name" => "Width of page", "id" => "suf_1r_wrapper_width_flex", "parent" => "1r-sidebar", "grouping" => "1r-size-flexible", "type" => "slider", "options" => array("range" => "min", "min" => 25, "max" => 100, "step" => 1, "size" => "400px", "unit" => "%"), "std" => 75), array("name" => "Maximum width", "desc" => "Set this value so that your typography stays consistent on large screens.", "id" => "suf_1r_wrapper_width_flex_max", "parent" => "1r-sidebar", "grouping" => "1r-size-flexible", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Value will be set to a default if blank or incompatible.", "std" => "1200"), array("name" => "Minimum width", "desc" => "Set this value so that your typography stays consistent on small screens.", "id" => "suf_1r_wrapper_width_flex_min", "parent" => "1r-sidebar", "grouping" => "1r-size-flexible", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Value will be set to a default if blank or incompatible.", "std" => "600"), array("name" => "Fixed width settings", "desc" => "In the fixed width layout the components of your page have widths fixed in pixels, irrespective of the size of your browser window.", "category" => "1r-size-fixed", "parent" => "1r-sidebar", "type" => "sub-section-4"), array("name" => "Overall Page Width", "desc" => "Suffusion comes with 3 preset page width options: 800px, 1000px and 1200px. You can also define a custom width if you please, or allow the width of the page to be determined by the width of its main components like the sidebars and the main content column.\n\t\t\t\tDue to difficulties with fitting things on the page, the minimum size allowed is 600px. If you enter something less than 600, it is considered to be 600.", "id" => "suf_1r_wrapper_width_preset", "parent" => "1r-sidebar", "grouping" => "1r-size-fixed", "type" => "radio", "options" => array("800" => "800px", "1000" => "1000px", "1200" => "1200px", "custom" => "Custom width (defined below)", "custom-components" => "Custom width, but constructed from individual components (defined below)"), "std" => "1000"), array("name" => "Custom value for page width", "desc" => "If you have selected \"Custom width\" above, you can set the width here. Please enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 600 will be treated as 600. Also note that if you are setting a width over here with the \"Custom width\" selection in place, the widths of the individual components like the main column, the sidebars etc. are auto-calculated", "id" => "suf_1r_wrapper_width", "parent" => "1r-sidebar", "grouping" => "1r-size-fixed", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 1000", "std" => "1000"), array("name" => "Custom component width - Custom value for main column width", "desc" => "If you have selected \"Custom width, but constructed from individual components\" above, you can set the width here for the main column.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 380 will be treated as 380. ", "id" => "suf_1r_main_col_width", "parent" => "1r-sidebar", "grouping" => "1r-size-fixed", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 725", "std" => "725"), array("name" => "Custom component width - Custom value for width of sidebar", "desc" => "If you have selected \"Fluid width\" or \"Custom width, but constructed from individual components\" above, you can set the width here for the first sidebar.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 95 will be treated as 95.", "id" => "suf_1r_sb_1_width", "parent" => "1r-sidebar", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 260", "std" => "260"), array("name" => "1 Left, 1 Right Sidebar", "type" => "sub-section-3", "category" => "1l1r-sidebar", "parent" => "layouts"), array("name" => "The \"1 Left and 1 Right Sidebar\" layout", "desc" => "You can use this layout if you have a post / page where you want a single sidebar to show up on the left and right sides.\n\t\t\t\tTo set up posts / pages with this layout, select the \"1 Left and 1 Right Sidebar\" layout while creating or updating a post / page.", "parent" => "1l1r-sidebar", "type" => "blurb"), array("name" => "Page Width Type", "desc" => "Your page can be fixed width or fluid/elastic width", "id" => "suf_1l1r_wrapper_width_type", "parent" => "1l1r-sidebar", "type" => "radio", "options" => array("fixed" => "Fixed width", "fluid" => "Fluid/Flexible width"), "std" => "fixed"), array("name" => "Fluid width settings", "desc" => "In the fluid width layout your sidebars have a fixed width, while the overall width of your page is a percentage of the browser window's width.", "category" => "1l1r-size-flexible", "parent" => "1l1r-sidebar", "type" => "sub-section-4"), array("name" => "Width of page", "id" => "suf_1l1r_wrapper_width_flex", "parent" => "1l1r-sidebar", "grouping" => "1l1r-size-flexible", "type" => "slider", "options" => array("range" => "min", "min" => 25, "max" => 100, "step" => 1, "size" => "400px", "unit" => "%"), "std" => 75), array("name" => "Maximum width", "desc" => "Set this value so that your typography stays consistent on large screens.", "id" => "suf_1l1r_wrapper_width_flex_max", "parent" => "1l1r-sidebar", "grouping" => "1l1r-size-flexible", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Value will be set to a default if blank or incompatible.", "std" => "1200"), array("name" => "Minimum width", "desc" => "Set this value so that your typography stays consistent on small screens.", "id" => "suf_1l1r_wrapper_width_flex_min", "parent" => "1l1r-sidebar", "grouping" => "1l1r-size-flexible", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Value will be set to a default if blank or incompatible.", "std" => "600"), array("name" => "Fixed width settings", "desc" => "In the fixed width layout the components of your page have widths fixed in pixels, irrespective of the size of your browser window.", "category" => "1l1r-size-fixed", "parent" => "1l1r-sidebar", "type" => "sub-section-4"), array("name" => "Overall Page Width", "desc" => "Suffusion comes with 3 preset page width options: 800px, 1000px and 1200px. You can also define a custom width if you please, or allow the width of the page to be determined by the width of its main components like the sidebars and the main content column.\n\t\t\t\tDue to difficulties with fitting things on the page, the minimum size allowed is 600px. If you enter something less than 600, it is considered to be 600.", "id" => "suf_1l1r_wrapper_width_preset", "parent" => "1l1r-sidebar", "grouping" => "1l1r-size-fixed", "type" => "radio", "options" => array("800" => "800px", "1000" => "1000px", "1200" => "1200px", "custom" => "Custom width (defined below)", "custom-components" => "Custom width, but constructed from individual components (defined below)"), "std" => "1000"), array("name" => "Custom value for page width", "desc" => "If you have selected \"Custom width\" above, you can set the width here. Please enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 600 will be treated as 600. Also note that if you are setting a width over here with the \"Custom width\" selection in place, the widths of the individual components like the main column, the sidebars etc. are auto-calculated", "id" => "suf_1l1r_wrapper_width", "parent" => "1l1r-sidebar", "grouping" => "1l1r-size-fixed", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 1000", "std" => "1000"), array("name" => "Custom component width - Custom value for main column width", "desc" => "If you have selected \"Custom width, but constructed from individual components\" above, you can set the width here for the main column.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 380 will be treated as 380.", "id" => "suf_1l1r_main_col_width", "parent" => "1l1r-sidebar", "grouping" => "1l1r-size-fixed", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 725", "std" => "725"), array("name" => "Sidebar width settings", "desc" => "Sidebar widths are relevant in the fluid width layout and in the fixed width layout with the \"Custom width, but constructed from individual components\" selection.", "category" => "1l1r-size-sb", "parent" => "1l1r-sidebar", "type" => "sub-section-4"), array("name" => "Custom component width - Custom value for width of left sidebar", "desc" => "If you have selected \"Custom width, but constructed from individual components\" above, you can set the width here for the first sidebar.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 95 will be treated as 95.", "id" => "suf_1l1r_sb_1_width", "parent" => "1l1r-sidebar", "grouping" => "1l1r-size-sb", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 260", "std" => "260"), array("name" => "Custom component width - Custom value for width of right sidebar", "desc" => "If you have selected \"Custom width, but constructed from individual components\" above, you can set the width here for the second sidebar.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 95 will be treated as 95.", "id" => "suf_1l1r_sb_2_width", "parent" => "1l1r-sidebar", "grouping" => "1l1r-size-sb", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 260", "std" => "260"), array("name" => "2 Left Sidebars", "type" => "sub-section-3", "category" => "2l-sidebars", "parent" => "layouts"), array("name" => "The \"2 Left Sidebars\" layout", "desc" => "You can use this layout if you have a post / page where you want two sidebars to show up on the left.\n\t\t\t\tTo set up posts / pages with this layout, select the \"2 Left Sidebars\" layout while creating or updating a post / page.", "parent" => "2l-sidebars", "type" => "blurb"), array("name" => "Page Width Type", "desc" => "Your page can be fixed width or fluid/elastic width", "id" => "suf_2l_wrapper_width_type", "parent" => "2l-sidebars", "type" => "radio", "options" => array("fixed" => "Fixed width", "fluid" => "Fluid/Flexible width"), "std" => "fixed"), array("name" => "Fluid width settings", "desc" => "In the fluid width layout your sidebars have a fixed width, while the overall width of your page is a percentage of the browser window's width.", "category" => "2l-size-flexible", "parent" => "2l-sidebars", "type" => "sub-section-4"), array("name" => "Width of page", "id" => "suf_2l_wrapper_width_flex", "parent" => "2l-sidebars", "grouping" => "2l-size-flexible", "type" => "slider", "options" => array("range" => "min", "min" => 25, "max" => 100, "step" => 1, "size" => "400px", "unit" => "%"), "std" => 75), array("name" => "Maximum width", "desc" => "Set this value so that your typography stays consistent on large screens.", "id" => "suf_2l_wrapper_width_flex_max", "parent" => "2l-sidebars", "grouping" => "2l-size-flexible", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Value will be set to a default if blank or incompatible.", "std" => "1200"), array("name" => "Minimum width", "desc" => "Set this value so that your typography stays consistent on small screens.", "id" => "suf_2l_wrapper_width_flex_min", "parent" => "2l-sidebars", "grouping" => "2l-size-flexible", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Value will be set to a default if blank or incompatible.", "std" => "600"), array("name" => "Fixed width settings", "desc" => "In the fixed width layout the components of your page have widths fixed in pixels, irrespective of the size of your browser window.", "category" => "2l-size-fixed", "parent" => "2l-sidebars", "type" => "sub-section-4"), array("name" => "Overall Page Width", "desc" => "Suffusion comes with 3 preset page width options: 800px, 1000px and 1200px. You can also define a custom width if you please, or allow the width of the page to be determined by the width of its main components like the sidebars and the main content column.\n\t\t\t\tDue to difficulties with fitting things on the page, the minimum size allowed is 600px. If you enter something less than 600, it is considered to be 600.", "id" => "suf_2l_wrapper_width_preset", "parent" => "2l-sidebars", "grouping" => "2l-size-fixed", "type" => "radio", "options" => array("800" => "800px", "1000" => "1000px", "1200" => "1200px", "custom" => "Custom width (defined below)", "custom-components" => "Custom width, but constructed from individual components (defined below)"), "std" => "1000"), array("name" => "Custom value for page width", "desc" => "If you have selected \"Custom width\" above, you can set the width here. Please enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 600 will be treated as 600. Also note that if you are setting a width over here with the \"Custom width\" selection in place, the widths of the individual components like the main column, the sidebars etc. are auto-calculated", "id" => "suf_2l_wrapper_width", "parent" => "2l-sidebars", "grouping" => "2l-size-fixed", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 1000", "std" => "1000"), array("name" => "Custom component width - Custom value for main column width", "desc" => "If you have selected \"Custom width, but constructed from individual components\" above, you can set the width here for the main column.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 380 will be treated as 380.", "id" => "suf_2l_main_col_width", "parent" => "2l-sidebars", "grouping" => "2l-size-fixed", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 725", "std" => "725"), array("name" => "Sidebar width settings", "desc" => "Sidebar widths are relevant in the fluid width layout and in the fixed width layout with the \"Custom width, but constructed from individual components\" selection.", "category" => "2l-size-sb", "parent" => "2l-sidebars", "type" => "sub-section-4"), array("name" => "Custom component width - Custom value for width of first sidebar", "desc" => "If you have selected \"Fluid width\" or \"Custom width, but constructed from individual components\" above, you can set the width here for the first sidebar.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 95 will be treated as 95.", "id" => "suf_2l_sb_1_width", "parent" => "2l-sidebars", "grouping" => "2l-size-sb", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 260", "std" => "260"), array("name" => "Custom component width - Custom value for width of second sidebar", "desc" => "If you have selected \"Fluid width\" or \"Custom width, but constructed from individual components\" above, you can set the width here for the second sidebar.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b> Anything below 95 will be treated as 95.", "id" => "suf_2l_sb_2_width", "parent" => "2l-sidebars", "grouping" => "2l-size-sb", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 260", "std" => "260"), array("name" => "2 Right Sidebars", "type" => "sub-section-3", "category" => "2r-sidebars", "parent" => "layouts"), array("name" => "The \"2 Right Sidebars\" layout", "desc" => "You can use this layout if you have a post / page where you want two sidebars to show up on the right.\n\t\t\t\tTo set up posts / pages with this layout, select the \"2 Right Sidebars\" layout while creating or updating a post / page.", "parent" => "2r-sidebars", "type" => "blurb"), array("name" => "Page Width Type", "desc" => "Your page can be fixed width or fluid/elastic width", "id" => "suf_2r_wrapper_width_type", "parent" => "2r-sidebars", "type" => "radio", "options" => array("fixed" => "Fixed width", "fluid" => "Fluid/Flexible width"), "std" => "fixed"), array("name" => "Fluid width settings", "desc" => "In the fluid width layout your sidebars have a fixed width, while the overall width of your page is a percentage of the browser window's width.", "category" => "2r-size-flexible", "parent" => "2r-sidebars", "type" => "sub-section-4"), array("name" => "Width of page", "id" => "suf_2r_wrapper_width_flex", "parent" => "2r-sidebars", "grouping" => "2r-size-flexible", "type" => "slider", "options" => array("range" => "min", "min" => 25, "max" => 100, "step" => 1, "size" => "400px", "unit" => "%"), "std" => 75), array("name" => "Maximum width", "desc" => "Set this value so that your typography stays consistent on large screens.", "id" => "suf_2r_wrapper_width_flex_max", "parent" => "2r-sidebars", "grouping" => "2r-size-flexible", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Value will be set to a default if blank or incompatible.", "std" => "1200"), array("name" => "Minimum width", "desc" => "Set this value so that your typography stays consistent on small screens.", "id" => "suf_2r_wrapper_width_flex_min", "parent" => "2r-sidebars", "grouping" => "2r-size-flexible", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Value will be set to a default if blank or incompatible.", "std" => "600"), array("name" => "Fixed width settings", "desc" => "In the fixed width layout the components of your page have widths fixed in pixels, irrespective of the size of your browser window.", "category" => "2r-size-fixed", "parent" => "2r-sidebars", "type" => "sub-section-4"), array("name" => "Overall Page Width", "desc" => "Suffusion comes with 3 preset page width options: 800px, 1000px and 1200px. You can also define a custom width if you please, or allow the width of the page to be determined by the width of its main components like the sidebars and the main content column.\n\t\t\t\tDue to difficulties with fitting things on the page, the minimum size allowed is 600px. If you enter something less than 600, it is considered to be 600.", "id" => "suf_2r_wrapper_width_preset", "parent" => "2r-sidebars", "grouping" => "2r-size-fixed", "type" => "radio", "options" => array("800" => "800px", "1000" => "1000px", "1200" => "1200px", "custom" => "Custom width (defined below)", "custom-components" => "Custom width, but constructed from individual components (defined below)"), "std" => "1000"), array("name" => "Custom value for page width", "desc" => "If you have selected \"Custom width\" above, you can set the width here. Please enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 600 will be treated as 600. Also note that if you are setting a width over here with the \"Custom width\" selection in place, the widths of the individual components like the main column, the sidebars etc. are auto-calculated", "id" => "suf_2r_wrapper_width", "parent" => "2r-sidebars", "grouping" => "2r-size-fixed", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 1000", "std" => "1000"), array("name" => "Custom component width - Custom value for main column width", "desc" => "If you have selected \"Custom width, but constructed from individual components\" above, you can set the width here for the main column.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 380 will be treated as 380.", "id" => "suf_2r_main_col_width", "parent" => "2r-sidebars", "grouping" => "2r-size-fixed", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 725", "std" => "725"), array("name" => "Sidebar width settings", "desc" => "Sidebar widths are relevant in the fluid width layout and in the fixed width layout with the \"Custom width, but constructed from individual components\" selection.", "category" => "2r-size-sb", "parent" => "2r-sidebars", "type" => "sub-section-4"), array("name" => "Custom component width - Custom value for width of first sidebar", "desc" => "If you have selected \"Fluid width\" or \"Custom width, but constructed from individual components\" above, you can set the width here for the first sidebar.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 95 will be treated as 95.", "id" => "suf_2r_sb_1_width", "parent" => "2r-sidebars", "grouping" => "2r-size-sb", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 260", "std" => "260"), array("name" => "Custom component width - Custom value for width of second sidebar", "desc" => "If you have selected \"Fluid width\" or \"Custom width, but constructed from individual components\" above, you can set the width here for the second sidebar.\n\t\t\t\tPlease enter the width in pixels. <b>Do not enter \"px\".</b>\n\t\t\t\tAnything below 95 will be treated as 95.", "id" => "suf_2r_sb_2_width", "parent" => "2r-sidebars", "grouping" => "2r-size-sb", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored. Incompatible values will be treated as 260", "std" => "260"), array("name" => "Responsive Layouts", "type" => "sub-section-3", "category" => "responsive", "parent" => "layouts"), array("name" => "Enable Responsive Layouts", "desc" => "Enable responsive layouts", "id" => "suf_enable_responsive", "parent" => "responsive", "type" => "checkbox", 'std' => ''), array("name" => "Breakpoints", "desc" => "Check the breakpoints that you want to enable", "id" => "suf_responsive_stops", "parent" => "responsive", "type" => "multi-select", "options" => suffusion_get_formatted_options_array(array('980px' => '980px', '650px' => '650px', '480px' => '480px', '320px' => '320px', '240px' => '240px')), "std" => '980px,650px,480px,320px,240px'), array("name" => "Scaling", "desc" => "Don't allow pinch and zoom on touch devices. Selecting this will fix <a href='http://filamentgroup.com/examples/iosScaleBug/'>a bug on mobile Safari</a>.", "id" => "suf_responsive_prevent_user_scaling", "parent" => "responsive", "type" => "checkbox", 'std' => ''), array("name" => "Switches", "desc" => "Select the widths at which you want the default behaviour to change", "category" => "responsive-switches", "parent" => "responsive", "type" => "sub-section-4"), array("name" => "Header Foreground Images (Logos)", "desc" => "Resize header foreground images (logos) proportionately", "id" => "suf_responsive_scale_header", "parent" => "responsive", "grouping" => "responsive-switches", "type" => "checkbox", 'std' => ''), array("name" => "Navigation Menu", "desc" => "If your browser window is narrower than the following, the navigation menus become \"Select\" lists. Note that a mega-menu is not displayed in a select list:", "id" => "suf_responsive_nav_switch", "parent" => "responsive", "grouping" => "responsive-switches", "type" => "select", "options" => array('always' => 'Always', '240px' => '240px', '320px' => '320px', '480px' => '480px', '650px' => '650px', '980px' => '980px', 'never' => 'Never'), "std" => '480px'), array("name" => "Excerpt thumbnails", "desc" => "If your browser window is narrower than the following, the thumbnails in excerpts appear above the text:", "id" => "suf_responsive_thumb_switch", "parent" => "responsive", "grouping" => "responsive-switches", "type" => "select", "options" => array('always' => 'Always', '240px' => '240px', '320px' => '320px', '480px' => '480px', '650px' => '650px', '980px' => '980px', 'never' => 'Never'), "std" => '480px'), array("name" => "Pullout-style bylines", "desc" => "If your browser window is narrower than the following, the pullout-style bylines appear below the content:", "id" => "suf_responsive_pullout_switch", "parent" => "responsive", "grouping" => "responsive-switches", "type" => "select", "options" => array('always' => 'Always', '240px' => '240px', '320px' => '320px', '480px' => '480px', '650px' => '650px', '980px' => '980px', 'never' => 'Never'), "std" => '480px'), array("name" => "240px", "desc" => "Control general settings for screens narrower than 240px", "category" => "responsive-240", "parent" => "responsive", "type" => "sub-section-4"), array("name" => "Sidebar display", "desc" => "If sidebars are enabled, how do you want to show them?", "id" => "suf_responsive_240_sb", "parent" => "responsive", "grouping" => "responsive-240", "type" => "select", "options" => array('below' => 'Show below content', 'kill' => 'Do not show sidebar(s)'), "std" => 'below'), array("name" => "320px", "desc" => "Control general settings for screens narrower than 320px", "category" => "responsive-320", "parent" => "responsive", "type" => "sub-section-4"), array("name" => "Sidebar display", "desc" => "If sidebars are enabled, how do you want to show them?", "id" => "suf_responsive_320_sb", "parent" => "responsive", "grouping" => "responsive-320", "type" => "select", "options" => array('below' => 'Show below content', 'below-beside' => 'Show below content, but if there are 2 sidebars, show them beside each other', 'kill' => 'Do not show sidebar(s)'), "std" => 'below'), array("name" => "480px", "desc" => "Control general settings for screens narrower than 480px", "category" => "responsive-480", "parent" => "responsive", "type" => "sub-section-4"), array("name" => "Sidebar display", "desc" => "If sidebars are enabled, how do you want to show them?", "id" => "suf_responsive_480_sb", "parent" => "responsive", "grouping" => "responsive-480", "type" => "select", "options" => array('below' => 'Show below content', 'below-beside' => 'Show below content, but if there are 2 sidebars, show them beside each other', 'kill' => 'Do not show sidebar(s)'), "std" => 'below'), array("name" => "Columns in components", "desc" => "Configure the number of columns in various components for screens narrower than 480px:", "id" => "suf_responsive_480_columns", "parent" => "responsive", "grouping" => "responsive-480", "type" => "associative-array", "options" => array("Component" => suffusion_get_horizontal_components(), "Number of Columns" => array('name' => 'columns', 'type' => 'select', 'options' => array('1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', 'kill' => 'Hide'))), "std" => ""), array("name" => "650px", "desc" => "Control general settings for screens narrower than 650px", "category" => "responsive-650", "parent" => "responsive", "type" => "sub-section-4"), array("name" => "Sidebar display", "desc" => "If sidebars are enabled, how do you want to show them?", "id" => "suf_responsive_650_sb", "parent" => "responsive", "grouping" => "responsive-650", "type" => "select", "options" => array('below' => 'Show below content', 'below-beside' => 'Show below content, but if there are 2 sidebars, show them beside each other', 'in-position' => 'Show in original position', 'kill' => 'Do not show sidebar(s)'), "std" => 'below-beside'), array("name" => "Columns in components", "desc" => "Configure the number of columns in various components for screens narrower than 650px:", "id" => "suf_responsive_650_columns", "parent" => "responsive", "grouping" => "responsive-650", "type" => "associative-array", "options" => array("Component" => suffusion_get_horizontal_components(), "Number of Columns" => array('name' => 'columns', 'type' => 'select', 'options' => array('1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', 'kill' => 'Hide'))), "std" => ""), array("name" => "980px", "desc" => "Control general settings for screens narrower than 980px", "category" => "responsive-980", "parent" => "responsive", "type" => "sub-section-4"), array("name" => "Sidebar display", "desc" => "If sidebars are enabled, how do you want to show them?", "id" => "suf_responsive_980_sb", "parent" => "responsive", "grouping" => "responsive-980", "type" => "select", "options" => array('below' => 'Show below content', 'below-beside' => 'Show below content, but if there are 2 sidebars, show them beside each other', 'in-position' => 'Show in original position', 'kill' => 'Do not show sidebar(s)'), "std" => 'in-position'), array("name" => "Columns in components", "desc" => "Configure the number of columns in various components for screens narrower than 980px:", "id" => "suf_responsive_980_columns", "parent" => "responsive", "grouping" => "responsive-980", "type" => "associative-array", "options" => array("Component" => suffusion_get_horizontal_components(), "Number of Columns" => array('name' => 'columns', 'type' => 'select', 'options' => array('1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', 'kill' => 'Hide'))), "std" => ""), array("name" => "Front / Blog Page Views", "type" => "sub-section-3", "category" => "blog-page", "parent" => "layouts"), array("name" => "Sidebar layout", "desc" => "The \"Blog\" page (set in <em>Settings &rarr; Reading</em>) will inherit the default number of sidebars. You can change this behavior:", "id" => "suf_blog_sidebar_count", "parent" => "blog-page", "type" => "radio", "options" => array("default" => "Get default sidebar layout", "0" => "0 (Zero) - Get \"No Sidebars\" settings", "1l" => "1 Left - Get \"1 Left Sidebar\" settings", "1r" => "1 Right - Get \"1 Right Sidebar\" settings", "1l1r" => "1 Left, 1 Right - Get \"1 Left, 1 Right Sidebar\" settings", "2l" => "2 Left - Get \"2 Left Sidebars\" settings", "2r" => "2 Right - Get \"2 Right Sidebars\" settings"), "std" => "default"), array("name" => "Full posts / excerpts / list / tiles / mosaic", "id" => "suf_index_excerpt", "parent" => "blog-page", "type" => "radio", "options" => array("content" => "Display full content", "excerpt" => "Display excerpt", "list" => "Display list", "tiles" => 'Display tiles', "mosaic" => 'Display mosaic'), "std" => "content"), array("name" => "Number of Full content posts on Front Page", "desc" => "In the Excerpt, List and Tile display you can choose to show the first few posts with full content: ", "id" => "suf_index_fc_number", "parent" => "blog-page", "type" => "select", "options" => array("0" => "0 (Zero)", "1" => "1 (One)", "2" => "2 (Two)", "3" => "3 (Three)", "4" => "4 (Four)", "5" => "5 (Five)", "6" => "6 (Six)", "7" => "7 (Seven)", "8" => "8 (Eight)", "9" => "9 (Nine)", "10" => "10 (Ten)"), "std" => "0"), array("name" => "Category Views", "type" => "sub-section-3", "category" => "category-page", "parent" => "layouts"), array("name" => "Sidebar layout", "desc" => "A page displaying posts in a category will inherit the default number of sidebars. You can change this behavior:", "id" => "suf_category_sidebar_count", "parent" => "category-page", "type" => "radio", "options" => array("default" => "Get default sidebar layout", "0" => "0 (Zero) - Get \"No Sidebars\" settings", "1l" => "1 Left - Get \"1 Left Sidebar\" settings", "1r" => "1 Right - Get \"1 Right Sidebar\" settings", "1l1r" => "1 Left, 1 Right - Get \"1 Left, 1 Right Sidebar\" settings", "2l" => "2 Left - Get \"2 Left Sidebars\" settings", "2r" => "2 Right - Get \"2 Right Sidebars\" settings"), "std" => "default"), array("name" => "Full posts / excerpts / list / tiles / mosaic", "id" => "suf_category_excerpt", "parent" => "category-page", "type" => "radio", "options" => array("content" => "Display full content", "excerpt" => "Display excerpt", "list" => "Display list", "tiles" => 'Display tiles', "mosaic" => 'Display mosaic'), "std" => "content"), array("name" => "Number of Full content posts for Categories", "desc" => "In the Excerpt, List and Tile display you can choose to show the first few posts with full content: ", "id" => "suf_category_fc_number", "parent" => "category-page", "type" => "select", "options" => array("0" => "0 (Zero)", "1" => "1 (One)", "2" => "2 (Two)", "3" => "3 (Three)", "4" => "4 (Four)", "5" => "5 (Five)", "6" => "6 (Six)", "7" => "7 (Seven)", "8" => "8 (Eight)", "9" => "9 (Nine)", "10" => "10 (Ten)"), "std" => "0"), array("name" => "Tag Views", "type" => "sub-section-3", "category" => "tag-page", "parent" => "layouts"), array("name" => "Sidebar layout", "desc" => "A page displaying posts in a tag will inherit the default number of sidebars. You can change this behavior:", "id" => "suf_tag_sidebar_count", "parent" => "tag-page", "type" => "radio", "options" => array("default" => "Get default sidebar layout", "0" => "0 (Zero) - Get \"No Sidebars\" settings", "1l" => "1 Left - Get \"1 Left Sidebar\" settings", "1r" => "1 Right - Get \"1 Right Sidebar\" settings", "1l1r" => "1 Left, 1 Right - Get \"1 Left, 1 Right Sidebar\" settings", "2l" => "2 Left - Get \"2 Left Sidebars\" settings", "2r" => "2 Right - Get \"2 Right Sidebars\" settings"), "std" => "default"), array("name" => "Full posts / excerpts / list / tiles / mosaic", "id" => "suf_tag_excerpt", "parent" => "tag-page", "type" => "radio", "options" => array("content" => "Display full content", "excerpt" => "Display excerpt", "list" => "Display list", "tiles" => 'Display tiles', "mosaic" => 'Display mosaic'), "std" => "content"), array("name" => "Number of Full content posts for Tags", "desc" => "In the Excerpt, List and Tile display you can choose to show the first few posts with full content: ", "id" => "suf_tag_fc_number", "parent" => "tag-page", "type" => "select", "options" => array("0" => "0 (Zero)", "1" => "1 (One)", "2" => "2 (Two)", "3" => "3 (Three)", "4" => "4 (Four)", "5" => "5 (Five)", "6" => "6 (Six)", "7" => "7 (Seven)", "8" => "8 (Eight)", "9" => "9 (Nine)", "10" => "10 (Ten)"), "std" => "0"), array("name" => "Author Views", "type" => "sub-section-3", "category" => "author-page", "parent" => "layouts"), array("name" => "Sidebar layout", "desc" => "A page displaying posts in a tag will inherit the default number of sidebars. You can change this behavior:", "id" => "suf_author_sidebar_count", "parent" => "author-page", "type" => "radio", "options" => array("default" => "Get default sidebar layout", "0" => "0 (Zero) - Get \"No Sidebars\" settings", "1l" => "1 Left - Get \"1 Left Sidebar\" settings", "1r" => "1 Right - Get \"1 Right Sidebar\" settings", "1l1r" => "1 Left, 1 Right - Get \"1 Left, 1 Right Sidebar\" settings", "2l" => "2 Left - Get \"2 Left Sidebars\" settings", "2r" => "2 Right - Get \"2 Right Sidebars\" settings"), "std" => "default"), array("name" => "Full posts / excerpts / list / tiles / mosaic", "id" => "suf_author_excerpt", "parent" => "author-page", "type" => "radio", "options" => array("content" => "Display full content", "excerpt" => "Display excerpt", "list" => "Display list", "tiles" => 'Display tiles', "mosaic" => 'Display mosaic'), "std" => "content"), array("name" => "Number of Full content posts for Authors", "desc" => "In the Excerpt, List and Tile display you can choose to show the first few posts with full content: ", "id" => "suf_author_fc_number", "parent" => "author-page", "type" => "select", "options" => array("0" => "0 (Zero)", "1" => "1 (One)", "2" => "2 (Two)", "3" => "3 (Three)", "4" => "4 (Four)", "5" => "5 (Five)", "6" => "6 (Six)", "7" => "7 (Seven)", "8" => "8 (Eight)", "9" => "9 (Nine)", "10" => "10 (Ten)"), "std" => "0"), array("name" => "Date Archive Views", "type" => "sub-section-3", "category" => "archives-page", "parent" => "layouts"), array("name" => "Sidebar layout", "desc" => "A page displaying posts in a date archive will inherit the default number of sidebars. You can change this behavior:", "id" => "suf_date_sidebar_count", "parent" => "archives-page", "type" => "radio", "options" => array("default" => "Get default sidebar layout", "0" => "0 (Zero) - Get \"No Sidebars\" settings", "1l" => "1 Left - Get \"1 Left Sidebar\" settings", "1r" => "1 Right - Get \"1 Right Sidebar\" settings", "1l1r" => "1 Left, 1 Right - Get \"1 Left, 1 Right Sidebar\" settings", "2l" => "2 Left - Get \"2 Left Sidebars\" settings", "2r" => "2 Right - Get \"2 Right Sidebars\" settings"), "std" => "default"), array("name" => "Full posts / excerpts / list / tiles / mosaic", "id" => "suf_archive_excerpt", "parent" => "archives-page", "type" => "radio", "options" => array("content" => "Display full content", "excerpt" => "Display excerpt", "list" => "Display list", "tiles" => 'Display tiles', "mosaic" => 'Display mosaic'), "std" => "content"), array("name" => "Number of Full content posts for date-based archives", "desc" => "In the Excerpt, List and Tile display you can choose to show the first few posts with full content: ", "id" => "suf_archive_fc_number", "parent" => "archives-page", "type" => "select", "options" => array("0" => "0 (Zero)", "1" => "1 (One)", "2" => "2 (Two)", "3" => "3 (Three)", "4" => "4 (Four)", "5" => "5 (Five)", "6" => "6 (Six)", "7" => "7 (Seven)", "8" => "8 (Eight)", "9" => "9 (Nine)", "10" => "10 (Ten)"), "std" => "0"), array("name" => "Search Result Views", "type" => "sub-section-3", "category" => "search-page", "parent" => "layouts"), array("name" => "Sidebar layout", "desc" => "A page displaying posts in a search results will inherit the default number of sidebars. You can change this behavior:", "id" => "suf_search_sidebar_count", "parent" => "search-page", "type" => "radio", "options" => array("default" => "Get default sidebar layout", "0" => "0 (Zero) - Get \"No Sidebars\" settings", "1l" => "1 Left - Get \"1 Left Sidebar\" settings", "1r" => "1 Right - Get \"1 Right Sidebar\" settings", "1l1r" => "1 Left, 1 Right - Get \"1 Left, 1 Right Sidebar\" settings", "2l" => "2 Left - Get \"2 Left Sidebars\" settings", "2r" => "2 Right - Get \"2 Right Sidebars\" settings"), "std" => "default"), array("name" => "Full posts / excerpts / list / tiles / mosaic", "id" => "suf_search_excerpt", "parent" => "search-page", "type" => "radio", "options" => array("content" => "Display full content", "excerpt" => "Display excerpt", "list" => "Display list", "tiles" => 'Display tiles', "mosaic" => 'Display mosaic'), "std" => "content"), array("name" => "Number of Full content posts for Search Results", "desc" => "In the Excerpt, List and Tile display you can choose to show the first few posts with full content: ", "id" => "suf_search_fc_number", "parent" => "search-page", "type" => "select", "options" => array("0" => "0 (Zero)", "1" => "1 (One)", "2" => "2 (Two)", "3" => "3 (Three)", "4" => "4 (Four)", "5" => "5 (Five)", "6" => "6 (Six)", "7" => "7 (Seven)", "8" => "8 (Eight)", "9" => "9 (Nine)", "10" => "10 (Ten)"), "std" => "0"), array("name" => "Layout: Excerpt / List / Tile / Mosaic / Full", "type" => "sub-section-3", "category" => "excerpt-settings", "parent" => "layouts"), array("name" => "Full content posts on first page / all pages (for selections above)", "desc" => "Show full content posts only on the first page of a category/tag/time archive etc. This Setting will also apply to Templates &rarr; Page of Posts: ", "id" => "suf_fc_view_first_only", "parent" => "excerpt-settings", "type" => "radio", "options" => array("first" => "First page only", "all" => "All pages (second, third etc)"), "std" => "first"), array("name" => "General Excerpt settings", "desc" => "Control general settings for excerpts", "category" => "excerpt-gen", "parent" => "excerpt-settings", "type" => "sub-section-4"), array("name" => "Number of words in auto-generated excerpts", "desc" => "By default auto-generated excerpts in WordPress are 55 words long. You can set this length to anything you like:", "id" => "suf_excerpt_custom_length", "parent" => "excerpt-settings", "grouping" => "excerpt-gen", "type" => "text", "hint" => "Enter the number of words here.", "std" => "55"), array("name" => "\"Read more\" style", "desc" => "Pick how you want your \"Read more\" for excerpts to appear: ", "id" => "suf_excerpt_read_more_style", "parent" => "excerpt-settings", "grouping" => "excerpt-gen", "type" => "select", "options" => array("replace" => "Replace the \"[...]\" text at the end of an automatic excerpt (nothing appears for manual excerpts or short posts", "append" => "Append a link to every excerpt (the \"[...]\" text will show for automatic excerpts)"), "std" => "replace"), array("name" => "\"Read more\" text in excerpts", "desc" => "By default auto-generated excerpts in WordPress end with \"[...]\". If you have chosen to \"replace\" above, the \"[...]\" is replaced.\n\t\t\tOtherwise this is appended to the excerpt:", "id" => "suf_excerpt_custom_more_text", "parent" => "excerpt-settings", "grouping" => "excerpt-gen", "type" => "text", "std" => "[...]"), array("name" => "Thumbnail settings", "desc" => "Control settings for thumbnails", "category" => "excerpt-thumb", "parent" => "excerpt-settings", "type" => "sub-section-4"), array("name" => "Show thumbnails for excerpts", "desc" => "If you are retrieving an excerpt, you can display a thumbnail for it.\n\t\t\tSo if you have a Post Thumbnail set in your Edit Page or Edit Post screen (right side), this takes precedence.\n\t\t\tOtherwise the thumbnail is picked up from the URL provided in the \"Thumbnail\" setting of a post or a page:", "id" => "suf_show_excerpt_thumbnail", "parent" => "excerpt-settings", "grouping" => "excerpt-thumb", "type" => "radio", "options" => array("show" => "Display Thumbnail, if available", "hide" => "Hide Thumbnail"), "std" => "show"), array("name" => "Show featured images for full content", "desc" => "Note that to use this feature your thumbnail must be defined in the \"Featured Image\" section of your Edit Page or Edit Post screen:", "id" => "suf_show_content_thumbnail", "parent" => "excerpt-settings", "grouping" => "excerpt-thumb", "type" => "radio", "options" => array("show" => "Display featured image, if available", "hide" => "Don't show any image"), "std" => "show"), array("name" => "Image preference order", "desc" => "You can change the order of preference for picking up images. If an image is not found for your first preference, the next one is looked for: ", "id" => "suf_excerpt_img_pref", "parent" => "excerpt-settings", "grouping" => "excerpt-thumb", "type" => "sortable-list", "std" => suffusion_entity_prepositions('thumb-excerpt')), array("name" => "Proportional resizing", "desc" => "If you are resizing an image 400x200 px to 250x150, the resizing is disproportionate. How do you want to handle the resize in such a scenario?", "id" => "suf_excerpt_tt_zc", "parent" => "excerpt-settings", "grouping" => "excerpt-thumb", "type" => "radio", "options" => array("0" => "Preserve original proportions (final size might be different from desired size)", "1" => "Transform to desired proportions (image might get cropped)"), "std" => "1"), array("name" => "Set compression quality", "desc" => "Adjust this if you want to change the quality of your compressed image. The default is 75:", "id" => "suf_excerpt_tt_quality", "parent" => "excerpt-settings", "grouping" => "excerpt-thumb", "type" => "slider", "options" => array("range" => "min", "min" => 25, "max" => 100, "step" => 1, "size" => "400px", "unit" => ""), "std" => 75), array("name" => "Thumbnail alignment in excerpts", "desc" => "You can set the thumbnail (if present) to appear either on the left or on the right of the excerpt:", "id" => "suf_excerpt_thumbnail_alignment", "parent" => "excerpt-settings", "grouping" => "excerpt-thumb", "type" => "radio", "options" => array("left" => "Show thumbnail on the left of the excerpt", "right" => "Show thumbnail on the right of the excerpt"), "std" => "left"), array("name" => "Thumbnail size in excerpts", "desc" => "You can set the size of the thumbnail (if present). This is the size of the thumbnail in the excerpt:", "id" => "suf_excerpt_thumbnail_size", "parent" => "excerpt-settings", "grouping" => "excerpt-thumb", "type" => "radio", "options" => array("thumbnail" => "Thumbnail size, as defined in Settings -&gt; Media", "medium" => "Medium size, as defined in Settings -&gt; Media", "large" => "Large size, as defined in Settings -&gt; Media", "full" => "Full size of the image", "custom" => "Custom size defined below"), "std" => "thumbnail"), array("name" => "Custom width of thumbnail", "desc" => "If you have chosen to define a custom size above, please enter the width in pixels:", "id" => "suf_excerpt_thumbnail_custom_width", "parent" => "excerpt-settings", "grouping" => "excerpt-thumb", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "200"), array("name" => "Custom height of thumbnail", "desc" => "If you have chosen to define a custom size above, please enter the height in pixels:", "id" => "suf_excerpt_thumbnail_custom_height", "parent" => "excerpt-settings", "grouping" => "excerpt-thumb", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "200"), array("name" => "List layout", "desc" => "Control settings for \"Display List\" option ", "category" => "layout-list", "parent" => "excerpt-settings", "type" => "sub-section-4"), array("name" => "Number of posts in \"Display List\" option", "desc" => "If you have selected \"Display List\" for any of the views above, you can control the number of posts to show per page:", "id" => "suf_excerpt_list_count", "parent" => "excerpt-settings", "grouping" => "layout-list", "type" => "radio", "options" => array("all" => "Show all results", "posts-per-page" => "Show as many posts as allowed in the 'Posts Per Page' setting in Settings -&gt; Reading"), "std" => "all"), array("name" => "List style in \"Display List\" option", "desc" => "If you have selected \"Display List\" for any of the views above, you can choose to show ordered or unordered lists:", "id" => "suf_excerpt_list_style", "parent" => "excerpt-settings", "grouping" => "layout-list", "type" => "radio", "options" => array("ul" => "Unordered List", "ol" => "Ordered List"), "std" => "ul"), array("name" => "Tile layout", "desc" => "Control settings for \"Display Tiles\" option ", "category" => "layout-tiles", "parent" => "excerpt-settings", "type" => "sub-section-4"), array("name" => "Number of excerpts per row in \"Display Tiles\" option", "desc" => "If you have selected \"Display Tiles\" option for any of the views above, you can control the number of excerpts (tiles) to show per row:", "id" => "suf_tile_excerpts_per_row", "parent" => "excerpt-settings", "grouping" => "layout-tiles", "type" => "select", "options" => array("1" => "1 (One)", "2" => "2 (Two)", "3" => "3 (Three)", "4" => "4 (Four)", "5" => "5 (Five)", "6" => "6 (Six)", "7" => "7 (Seven)", "8" => "8 (Eight)", "9" => "9 (Nine)", "10" => "10 (Ten)"), "std" => "3"), array("name" => "Thumbnail container for excerpts", "desc" => "You can show thumbnails for excerpts in the tiles display: ", "id" => "suf_tile_images_enabled", "parent" => "excerpt-settings", "grouping" => "layout-tiles", "type" => "radio", "options" => array("show" => "Always show Thumbnail container", "hide" => "Always hide Thumbnail container", "hide-empty" => "Hide Thumbnail container if there is no thumbnail"), "std" => "show"), array("name" => "Thumbnail container height for excerpts", "desc" => "For the purposes of visual consistency you can set the height of the box in which the thumbnail will be placed. Your thumbnail will be \"cropped\" to this height: ", "id" => "suf_tile_image_box_height", "parent" => "excerpt-settings", "grouping" => "layout-tiles", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "100"), array("name" => "Thumbnail image and size settings", "desc" => "By default this uses the image preference order, size and other settings defined under <i>Templates &rarr; Magazine</i>: ", "id" => "suf_tile_image_settings", "parent" => "excerpt-settings", "grouping" => "layout-tiles", "type" => "radio", "options" => array("inherit" => "Use settings under <i>Templates &rarr; Magazine</i>", "native" => "Use settings below"), "std" => "inherit"), array("name" => "Image preference order", "desc" => "You can change the order of preference for picking up images. If an image is not found for your first preference, the next one is looked for: ", "id" => "suf_tile_img_pref", "parent" => "excerpt-settings", "grouping" => "layout-tiles", "type" => "sortable-list", "std" => suffusion_entity_prepositions('thumb-tiles')), array("name" => "Tile thumbnail image scaling", "desc" => "You can set a custom size for your excerpt thumbnail images, or let the size be the same as that of the regular excerpt images: ", "id" => "suf_tile_image_size", "parent" => "excerpt-settings", "grouping" => "layout-tiles", "type" => "radio", "options" => array("excerpt" => "Same size as excerpt images", "custom" => "Custom size (defined below)"), "std" => "excerpt"), array("name" => "Custom height of thumbnail image in tiles", "desc" => "If you have picked a custom size for the excerpt thumbnail images above, you can set the height here: ", "id" => "suf_tile_image_custom_height", "parent" => "excerpt-settings", "grouping" => "layout-tiles", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "200"), array("name" => "Custom width of thumbnail image in tiles", "desc" => "If you have picked a custom size for the excerpt thumbnail images above, you can set the width here: ", "id" => "suf_tile_image_custom_width", "parent" => "excerpt-settings", "grouping" => "layout-tiles", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "200"), array("name" => "Proportional resizing", "desc" => "If you are resizing an image 400x200 px to 250x150, the resizing is disproportionate. How do you want to handle the resize in such a scenario?", "id" => "suf_tile_zc", "parent" => "excerpt-settings", "grouping" => "layout-tiles", "type" => "radio", "options" => array("default" => "Inherit setting from thumbnail above", "0" => "Preserve original proportions (final size might be different from desired size)", "1" => "Transform to desired proportions (image might get cropped)"), "std" => "default"), array("name" => "Display Tiles - Alignment of post title in Excerpts", "desc" => "You can set the alignment for the post title in the excerpts: ", "id" => "suf_tile_title_alignment", "parent" => "excerpt-settings", "grouping" => "layout-tiles", "type" => "radio", "options" => array("theme" => "Theme Default", "left" => "Left", "center" => "Center", "right" => "Right"), "std" => "theme"), array("name" => "Tile Layout Bylines", "desc" => "Control how bylines are displayed for excerpts", "category" => "tile-layout-bylines", "parent" => "excerpt-settings", "type" => "sub-section-4"), array("name" => "Show bylines for tiled excerpts", "desc" => "You can show bylines for magazine excerpts: ", "id" => "suf_tile_layout_bylines_enabled", "grouping" => "tile-layout-bylines", "parent" => "excerpt-settings", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Show post date", "id" => "suf_tile_layout_bylines_post_date", "grouping" => "tile-layout-bylines", "parent" => "excerpt-settings", "grouping" => "layout-tiles", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Show \"Posted by\"", "id" => "suf_tile_layout_bylines_posted_by", "grouping" => "tile-layout-bylines", "parent" => "excerpt-settings", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Show \"Categories\"", "id" => "suf_tile_layout_bylines_categories", "grouping" => "tile-layout-bylines", "parent" => "excerpt-settings", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Show \"Tags\"", "id" => "suf_tile_layout_bylines_tags", "grouping" => "tile-layout-bylines", "parent" => "excerpt-settings", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Show \"Comments\"", "id" => "suf_tile_layout_bylines_comments", "grouping" => "tile-layout-bylines", "parent" => "excerpt-settings", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Show \"Permalinks\"", "id" => "suf_tile_layout_bylines_permalinks", "grouping" => "tile-layout-bylines", "parent" => "excerpt-settings", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "show"), array("name" => "Mosaic layout", "desc" => "Control settings for \"Display Mosaic\" option ", "category" => "layout-mosaic", "parent" => "excerpt-settings", "type" => "sub-section-4"), array("name" => "Width of mosaic thumbnail", "desc" => "If you have selected \"Display Mosaic\" option for any of the views above, set the width of each mosaic thumbnail:", "id" => "suf_mosaic_thumbnail_width", "parent" => "excerpt-settings", "grouping" => "layout-mosaic", "type" => "select", "options" => array("64" => "64px", "96" => "96px", "128" => "128px", "192" => "192px", "256" => "256px"), "std" => "96"), array("name" => "Height of mosaic thumbnail", "desc" => "If you have selected \"Display Mosaic\" option for any of the views above, set the width of each mosaic thumbnail:", "id" => "suf_mosaic_thumbnail_height", "parent" => "excerpt-settings", "grouping" => "layout-mosaic", "type" => "select", "options" => array("64" => "64px", "96" => "96px", "128" => "128px", "192" => "192px", "256" => "256px"), "std" => "96"), array("name" => "Proportional resizing", "desc" => "If you are resizing an image 400x300 px to 128x128, the resizing is disproportionate. How do you want to handle the resize in such a scenario?", "id" => "suf_mosaic_zc", "parent" => "excerpt-settings", "grouping" => "layout-mosaic", "type" => "radio", "options" => array("0" => "Preserve original proportions (final size might be different from desired size)", "1" => "Transform to desired proportions (image might get cropped)"), "std" => "1"), array("name" => "Constrain the number of thumbnails per row", "desc" => "You can set the number of thumbnails per row by defining the padding around the thumbnails, or by fixing the number of thumbnails per row", "id" => "suf_mosaic_constrain_row", "parent" => "excerpt-settings", "grouping" => "layout-mosaic", "type" => "radio", "options" => array("padding" => "Fix the padding around the thumbnails", "count" => "Fix the number of thumbnails per row"), "std" => "padding"), array("name" => "Constrain by padding", "desc" => " If you have constrained by padding above, enter the number of pixels here to pad the thumbs by", "id" => "suf_mosaic_constrain_by_padding", "parent" => "excerpt-settings", "grouping" => "layout-mosaic", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "50"), array("name" => "Constrain by number of thumbnails", "desc" => " If you have constrained by number of thumbnails per row above, enter the number of thumbnails", "id" => "suf_mosaic_constrain_by_count", "parent" => "excerpt-settings", "grouping" => "layout-mosaic", "type" => "slider", "options" => array("range" => "min", "min" => 1, "max" => 15, "step" => 1, "size" => "400px", "unit" => ""), "std" => 5), array("name" => "Allow thumbnail zooming", "desc" => "You can open the original image for a mosaic thumbnail without going to the post", "id" => "suf_mosaic_zoom", "parent" => "excerpt-settings", "grouping" => "layout-mosaic", "type" => "radio", "options" => array("zoom" => "Allow zooming", "no-zoom" => "Disallow zooming"), "std" => "zoom"), array("name" => "Zooming library if zooming is allowed", "desc" => "Which JS library should be used?", "id" => "suf_mosaic_zoom_library", "parent" => "excerpt-settings", "grouping" => "layout-mosaic", "type" => "radio", "options" => array("fancybox" => "Fancybox", "colorbox" => "Colorbox", "none" => "None: default to a plugin's script and save bandwidth. You must have a plugin that bundles Fancybox or Colorbox to select this."), "std" => "fancybox"), array("name" => "Show post title below thumbnail?", "id" => "suf_mosaic_show_title", "parent" => "excerpt-settings", "grouping" => "layout-mosaic", "type" => "radio", "options" => array("show" => "Show", "hide" => "Hide"), "std" => "hide"));
<?php

/**
 * Lists out all the options from the Theme Skinning Section of the theme options
 * This file is included in functions.php
 *
 * @package Suffusion
 * @subpackage Admin
 */
global $suffusion_theme_name, $suffusion_safe_font_faces;
$suffusion_theme_skinning_options = array(array("name" => "Skinning", "type" => "sub-section-2", "category" => "skinning", "parent" => "root"), array("name" => "Theme selection", "type" => "sub-section-3", "category" => "theme-selection", "parent" => "skinning"), array("name" => "Color Scheme", "desc" => "Choose from one of the pre-defined color schemes. You can customize the colors further, if you wish.", "id" => "suf_color_scheme", "parent" => "theme-selection", "type" => "radio", "options" => array("light-theme-green" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Light-theme-green.jpg' alt='Green on a light theme'/><p>Green on a light theme</p></div>", "dark-theme-green" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Dark-theme-green.jpg' alt='Green on a dark theme'/><p>Green on a dark theme</p></div>", "light-theme-pale-blue" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Light-theme-pale-blue.jpg' alt='Pale Blue on a light theme'/><p>Pale Blue on a light theme</p></div>", "dark-theme-pale-blue" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Dark-theme-pale-blue.jpg' alt='Pale Blue on a dark theme'/><p>Pale Blue on a dark theme</p></div>", "light-theme-royal-blue" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Light-theme-royal-blue.jpg' alt='Royal Blue on a light theme'/><p>Royal Blue on a light theme</p></div>", "dark-theme-royal-blue" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Dark-theme-royal-blue.jpg' alt='Royal Blue on a dark theme'/><p>Royal Blue on a dark theme</p></div>", "light-theme-gray-1" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Light-theme-gray-1.jpg' alt='Gray Shade 1 on a light theme'/><p>Gray Shade 1 on a light theme</p></div>", "dark-theme-gray-1" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Dark-theme-gray-1.jpg' alt='Gray Shade 1 on a dark theme'/><p>Gray Shade 1 on a dark theme</p></div>", "light-theme-gray-2" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Light-theme-gray-2.jpg' alt='Gray Shade 2 on a light theme'/><p>Gray Shade 2 on a light theme</p></div>", "dark-theme-gray-2" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Dark-theme-gray-2.jpg' alt='Gray Shade 2 on a dark theme'/><p>Gray Shade 2 on a dark theme</p></div>", "light-theme-red" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Light-theme-red.jpg' alt='Red on a light theme'/><p>Red on a light theme</p></div>", "dark-theme-red" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Dark-theme-red.jpg' alt='Red on a dark theme'/><p>Red on a dark theme</p></div>", "light-theme-orange" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Light-theme-orange.jpg' alt='Orange on a light theme'/><p>Orange on a light theme</p></div>", "dark-theme-orange" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Dark-theme-orange.jpg' alt='Orange on a dark theme'/><p>Orange on a dark theme</p></div>", "light-theme-purple" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Light-theme-purple.jpg' alt='Purple on a light theme'/><p>Purple on a light theme</p></div>", "dark-theme-purple" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/Dark-theme-purple.jpg' alt='Purple on a dark theme'/><p>Purple on a dark theme</p></div>", "minima" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/minima.jpg' alt='Minima'/><p>Minima</p></div>", "photonique" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/photonique.jpg' alt='Photonique'/><p>Photonique</p></div>", "scribbles" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/photonique.jpg' alt='Scribbles'/><p>Scribbles</p></div>"), "std" => "light-theme-gray-1"), array("name" => "Icon Sets", "type" => "sub-section-3", "category" => "icon-sets", "parent" => "skinning"), array("name" => "Icon Sets", "desc" => "Choose from one of the pre-defined icon sets. These apply mostly to byline, page navigation and comment form elements. A lot of these icons are from a <a href='http://www.studiopress.com/graphics/icon-set-bloggers.htm'>set generously released under GPL by StudioPress</a>.", "id" => "suf_iconset", "parent" => "icon-sets", "type" => "radio", "options" => array("iconset-0" => "<div class='picture'><img src='" . get_template_directory_uri() . "/images/iconset-0.png' alt='Set 1'/><p>Set 1</p></div>", "iconset-1" => "<div class='picture'><img src='" . get_template_directory_uri() . "/images/iconset-1.png' alt='Set 2'/><p>Set 2</p></div>", "iconset-2" => "<div class='picture'><img src='" . get_template_directory_uri() . "/images/iconset-2.png' alt='Set 3'/><p>Set 3</p></div>", "iconset-3" => "<div class='picture'><img src='" . get_template_directory_uri() . "/images/iconset-3.png' alt='Set 4'/><p>Set 4</p></div>", "iconset-4" => "<div class='picture'><img src='" . get_template_directory_uri() . "/images/iconset-4.png' alt='Set 5'/><p>Set 5</p></div>", "iconset-5" => "<div class='picture'><img src='" . get_template_directory_uri() . "/images/iconset-5.png' alt='Set 6'/><p>Set 6</p></div>", "iconset-6" => "<div class='picture'><img src='" . get_template_directory_uri() . "/images/iconset-6.png' alt='Set 6'/><p>Set 7</p></div>", "theme" => "Theme Default"), "std" => "theme"), array("name" => "Show icons", "desc" => "Show icons for the following (applicable to the blog layout only):", "id" => "suf_little_icons_enabled", "parent" => "icon-sets", "type" => "multi-select", "options" => suffusion_get_formatted_options_array("suf_little_icons_enabled", array('author' => 'Post/page author', 'date' => 'Post/page date', 'category' => 'Post category', 'tags' => 'Post tag', 'permalink' => 'Post permalink', 'comments' => 'Post/page comments', 'edit' => 'Post/page edit (seen by a logged in author only)')), "std" => "author,date,category,tags,permalink,comments,edit"), array("name" => "Navigation Bar Above Header", "desc" => "Control the settings for the Navigation Bar Above Header", "category" => "navt-skin-settings", "parent" => "skinning", "type" => "sub-section-3"), array("name" => "Default or custom?", "id" => "suf_navt_skin_def_cust", "type" => "radio", "parent" => "navt-skin-settings", "options" => array("theme" => "Theme styles", "custom" => "Custom styles"), "std" => "theme"), array("name" => "Navigation Bar Background", "desc" => "Setup the background of the navigation bar.", "id" => "suf_navt_skin_settings_bg", "parent" => "navt-skin-settings", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Navigation Bar Border", "desc" => "Setup the border of the navigation bar.", "id" => "suf_navt_skin_settings_bg_border", "parent" => "navt-skin-settings", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Navigation Bar Background Font", "desc" => "Setup the font for the navigation bar background.", "id" => "suf_navt_skin_settings_bg_font", "parent" => "navt-skin-settings", "type" => "font", "options" => array(), "std" => array("color" => "#444444", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "14", "font-size-type" => "px")), array("name" => "Navigation Menu Items", "desc" => "Setup the background of the navigation menu items in your page. This is the default background of the navigation menu items.", "id" => "suf_navt_skin_settings", "parent" => "navt-skin-settings", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Navigation Menu Items Border", "desc" => "Setup the border of the navigation bar.", "id" => "suf_navt_skin_settings_border", "parent" => "navt-skin-settings", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Navigation Menu Items Font", "desc" => "Setup the font for the menu items.", "id" => "suf_navt_skin_settings_font", "parent" => "navt-skin-settings", "type" => "font", "options" => array(), "std" => array("color" => "#444444", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "14", "font-size-type" => "px")), array("name" => "Navigation Menu Items: Hover", "desc" => "This is the background of a navigation menu item upon hover.", "id" => "suf_navt_skin_settings_hover", "parent" => "navt-skin-settings", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Navigation Menu Items: Hover Border", "desc" => "Setup the border of the navigation bar.", "id" => "suf_navt_skin_settings_hover_border", "parent" => "navt-skin-settings", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Navigation Menu Items: Hover Font", "desc" => "Setup the font for the menu items upon hover.", "id" => "suf_navt_skin_settings_hover_font", "parent" => "navt-skin-settings", "type" => "font", "options" => array(), "std" => array("color" => "#444444", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "14", "font-size-type" => "px")), array("name" => "Navigation Menu Items: Visited", "desc" => "This is the background of a visited item in the navigation menu.", "id" => "suf_navt_skin_settings_visited", "parent" => "navt-skin-settings", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Navigation Menu Items: Visited Border", "desc" => "Setup the border of the navigation bar.", "id" => "suf_navt_skin_settings_visited_border", "parent" => "navt-skin-settings", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Navigation Menu Items: Visited Font", "desc" => "Setup the font for the visited menu items.", "id" => "suf_navt_skin_settings_visited_font", "parent" => "navt-skin-settings", "type" => "font", "options" => array(), "std" => array("color" => "#444444", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "14", "font-size-type" => "px")), array("name" => "Navigation Menu Items: Highlighted", "desc" => "This is the background of a navigation menu item upon highlighting.", "id" => "suf_navt_skin_settings_hl", "parent" => "navt-skin-settings", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Navigation Menu Items: Highlighted Border", "desc" => "Setup the border of the navigation bar.", "id" => "suf_navt_skin_settings_hl_border", "parent" => "navt-skin-settings", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Navigation Menu Items: Highlighted Font", "desc" => "Setup the font for the menu items upon highlighting.", "id" => "suf_navt_skin_settings_hl_font", "parent" => "navt-skin-settings", "type" => "font", "options" => array(), "std" => array("color" => "#444444", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "14", "font-size-type" => "px")), array("name" => "Header", "type" => "sub-section-3", "category" => "header-styles", "parent" => "skinning"), array("name" => "Default styles or custom styles for header?", "desc" => "You can decide to go with the colors / text styles of the theme you are using for the header, or choose your own. " . "If you choose default colors / text styles here then the rest of your settings in this section will be ignored. " . "If you choose custom styles then the settings you make here will override the theme's settings.", "id" => "suf_header_style_setting", "parent" => "header-styles", "type" => "radio", "note" => "Please set this option to \"Custom styles\" if you want to override the theme's settings for the header.", "options" => array("theme" => "Theme styles", "custom" => "Custom styles"), "std" => "theme"), array("name" => "Header Background Image Type", "desc" => "You can set an image to use for the header. You can either use a predefined image or a custom gradient or nothing at all.", "id" => "suf_header_image_type", "parent" => "header-styles", "type" => "radio", "options" => array("image" => "Use a predefined image", "gradient" => "Use a custom gradient", "rot-image" => "Use a rotating set of images from a folder", "none" => "No image"), "std" => "image"), array("name" => "Header Background Image", "desc" => "Set the image to use for the header background. If this makes the header text unreadble you can try changing the header color. " . "If you have chosen default styles above or a gradient then this setting will be ignored.", "id" => "suf_header_background_image", "parent" => "header-styles", "type" => "upload", "hint" => "Enter the full URL here (including http://), or click on \"Upload Image\"", "std" => ""), array("name" => "Header Background Image Tiling", "desc" => "Set how the predefined header background image should be tiled. This will define how the image will repeat on the background. " . "If you have chosen default styles above or not selected a background image then this setting will be ignored.", "id" => "suf_header_background_repeat", "parent" => "header-styles", "type" => "radio", "options" => array("repeat" => "Repeat both horizontally and vertically", "repeat-x" => "Repeat horizontally only", "repeat-y" => "Repeat vertically only", "no-repeat" => "Do not repeat - show background once only"), "std" => "repeat"), array("name" => "Header Background Image Position", "desc" => "Set the position of the predefined header background image. " . "If you have chosen default styles above or not selected a background image then this setting will be ignored.", "id" => "suf_header_background_position", "parent" => "header-styles", "type" => "radio", "options" => array("top left" => "Top left", "top center" => "Top center", "top right" => "Top right", "center left" => "Center left", "center center" => "Middle of the page", "center right" => "Center right", "bottom left" => "Bottom left", "bottom center" => "Bottom center", "bottom right" => "Bottom right"), "std" => "top left"), array("name" => "Folder for Rotating Header background", "desc" => "Set the folder for rotating header images. If you are not using a rotating header image you can ignore this.", "id" => "suf_header_background_rot_folder", "parent" => "header-styles", "type" => "text", "hint" => "Enter the path to a folder under " . WP_CONTENT_DIR, "std" => ""), array("name" => "Header Background Gradient Style", "desc" => "Choose the style to use for the header gradient. This will be used only if the \"Header Image Type\" is set to \"Use a custom gradient\" and you have custom styles picked.", "id" => "suf_header_gradient_style", "parent" => "header-styles", "type" => "radio", "options" => array("top-down" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/gradient-t2d.jpg' alt='Top to Bottom'/><br /><p>Top to Bottom</p></div>", "down-top" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/gradient-d2t.jpg' alt='Bottom to Top'/><br /><p>Bottom to Top</p></div>", "left-right" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/gradient-l2r.jpg' alt='Left to Right'/><br /><p>Left to Right</p></div>", "right-left" => "<div class='picture'><img src='" . get_template_directory_uri() . "/admin/images/gradient-r2l.jpg' alt='Right to Left'/><br /><p>Right to Left</p></div>"), "std" => "top-down"), array("name" => "Header Background Gradient Start Color", "desc" => "Set the starting color for the gradient. The gradient goes from the Start color to the End color. " . "This will be used only if the \"Header Image Type\" is set to \"Use a custom gradient\" and you have custom styles picked. ", "id" => "suf_header_gradient_start_color", "parent" => "header-styles", "type" => "color-picker", "std" => "FFFFFF"), array("name" => "Header Background Gradient End Color", "desc" => "Set the ending color for the gradient. The gradient goes from the Start color to the End color. " . "This will be used only if the \"Header Image Type\" is set to \"Use a custom gradient\" and you have custom styles picked. ", "id" => "suf_header_gradient_end_color", "parent" => "header-styles", "type" => "color-picker", "std" => "000000"), array("name" => "Header Foreground Image Type", "desc" => "You might want to use a logo or simply have text in your header:", "id" => "suf_header_fg_image_type", "parent" => "header-styles", "type" => "radio", "options" => array("image" => "Use a predefined image or logo", "text" => "Use text"), "std" => "text"), array("name" => "Header Foreground Image", "desc" => "Set the image to use for the header. This could be a logo or a stylized header using your own fonts and graphics. " . "If you have chosen default styles above or a text header then this setting will be ignored.", "id" => "suf_header_fg_image", "parent" => "header-styles", "type" => "upload", "hint" => "Enter the full URL here (including http://), or click on \"Upload Image\"", "std" => ""), array("name" => "Blog Title / Header Color", "desc" => "Set the color of the blog title / header. You can leave the default values in if you don't have a header image. " . "You may need to tweak the colors in case of you have a header background, so that the header can be seen. " . "If you have choose to hide your header (in the layout section) then this setting will be ignored.", "id" => "suf_blog_title_color", "parent" => "header-styles", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_blog_title_color", $suffusion_theme_name)), array("name" => "Blog Title / Header Decoration", "desc" => "Set the effects of the blog title / header. " . "If you have choose to hide your header (in the layout section) then this setting will be ignored.", "id" => "suf_blog_title_style", "parent" => "header-styles", "type" => "radio", "options" => array("underline" => "Underlined", "none" => "None"), "std" => "none"), array("name" => "Blog Title / Header Hover Color", "desc" => "Set the color of the blog title / header when you hover over it. You can leave the default values in if you don't have a header image. " . "You may need to tweak the colors in case of you have a header background, so that the header can be seen. " . "If you have choose to hide your header (in the layout section) then this setting will be ignored.", "id" => "suf_blog_title_hover_color", "parent" => "header-styles", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_blog_title_hover_color", $suffusion_theme_name)), array("name" => "Blog Title / Header Hover Decoration", "desc" => "Set the effects to show when you hover over the blog title / header. " . "If you have choose to hide your header (in the layout section) then this setting will be ignored.", "id" => "suf_blog_title_hover_style", "parent" => "header-styles", "type" => "radio", "options" => array("underline" => "Underlined", "none" => "None"), "std" => "none"), array("name" => "Blog Description / Sub-header Color", "desc" => "Set the color of the blog description / sub-header. You can leave the default values in if you don't have a header image or a header background. " . "You may need to tweak the colors in case of you have a header background, so that the header can be seen. " . "If you have choose to hide your header (in the layout section) then this setting will be ignored.", "id" => "suf_blog_description_color", "parent" => "header-styles", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_blog_description_color", $suffusion_theme_name)), array("name" => "Empty Space Between Top of Page and Header", "desc" => "There is a gap of 20px between the top of the page and the header. You can change it here. " . "If you have chosen default styles above then this setting will be ignored.", "id" => "suf_wrapper_margin", "parent" => "header-styles", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "20"), array("name" => "Minimum Height of the Header image", "desc" => "The minimum header is 55px high by default. You can change this setting if you have a header image needs to fit.\r\n\t\t\tNote that both above and below the header is 15px of padding, making the effective minimum height of the header 85px.", "id" => "suf_header_height", "parent" => "header-styles", "type" => "text", "hint" => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.", "std" => "55"), array("name" => "Navigation Bar Below Header", "desc" => "Control the settings for the Navigation Bar Below Header", "category" => "nav-skin-settings", "parent" => "skinning", "type" => "sub-section-3"), array("name" => "Default or custom?", "id" => "suf_nav_skin_def_cust", "type" => "radio", "parent" => "nav-skin-settings", "options" => array("theme" => "Theme styles", "custom" => "Custom styles"), "std" => "theme"), array("name" => "Navigation Bar Background", "desc" => "Setup the background of the navigation bar.", "id" => "suf_nav_skin_settings_bg", "parent" => "nav-skin-settings", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Navigation Bar Border", "desc" => "Setup the border of the navigation bar.", "id" => "suf_nav_skin_settings_bg_border", "parent" => "nav-skin-settings", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#ffffff', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Navigation Bar Background Font", "desc" => "Setup the font for the navigation bar background.", "id" => "suf_nav_skin_settings_bg_font", "parent" => "nav-skin-settings", "type" => "font", "options" => array(), "std" => array("color" => "#444444", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "14", "font-size-type" => "px")), array("name" => "Navigation Menu Items", "desc" => "Setup the background of the navigation menu items in your page. This is the default background of the navigation menu items.", "id" => "suf_nav_skin_settings", "parent" => "nav-skin-settings", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Navigation Menu Items Border", "desc" => "Setup the border of the navigation bar.", "id" => "suf_nav_skin_settings_border", "parent" => "nav-skin-settings", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Navigation Menu Items Font", "desc" => "Setup the font for the menu items.", "id" => "suf_nav_skin_settings_font", "parent" => "nav-skin-settings", "type" => "font", "options" => array(), "std" => array("color" => "#444444", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "14", "font-size-type" => "px")), array("name" => "Navigation Menu Items: Hover", "desc" => "This is the background of a navigation menu item upon hover.", "id" => "suf_nav_skin_settings_hover", "parent" => "nav-skin-settings", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Navigation Menu Items: Hover Border", "desc" => "Setup the border of the navigation bar.", "id" => "suf_nav_skin_settings_hover_border", "parent" => "nav-skin-settings", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Navigation Menu Items: Hover Font", "desc" => "Setup the font for the menu items upon hover.", "id" => "suf_nav_skin_settings_hover_font", "parent" => "nav-skin-settings", "type" => "font", "options" => array(), "std" => array("color" => "#444444", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "14", "font-size-type" => "px")), array("name" => "Navigation Menu Items: Visited", "desc" => "This is the background of a visited item in the navigation menu.", "id" => "suf_nav_skin_settings_visited", "parent" => "nav-skin-settings", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Navigation Menu Items: Visited Border", "desc" => "Setup the border of the navigation bar.", "id" => "suf_nav_skin_settings_visited_border", "parent" => "nav-skin-settings", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Navigation Menu Items: Visited Font", "desc" => "Setup the font for the visited menu items.", "id" => "suf_nav_skin_settings_visited_font", "parent" => "nav-skin-settings", "type" => "font", "options" => array(), "std" => array("color" => "#444444", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "14", "font-size-type" => "px")), array("name" => "Navigation Menu Items: Highlighted", "desc" => "This is the background of a navigation menu item upon highlighting.", "id" => "suf_nav_skin_settings_hl", "parent" => "nav-skin-settings", "type" => "background", "options" => array(), "std" => array("color" => '#ffffff', "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Navigation Menu Items: Highlighted Border", "desc" => "Setup the border of the navigation bar.", "id" => "suf_nav_skin_settings_hl_border", "parent" => "nav-skin-settings", "type" => "border", "options" => array(), "std" => array('top' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'right' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'), 'bottom' => array('colortype' => 'custom', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 1, 'border-width-type' => 'px'), 'left' => array('colortype' => 'transparent', 'color' => '#cccccc', 'style' => 'none', 'border-width' => 0, 'border-width-type' => 'px'))), array("name" => "Navigation Menu Items: Highlighted Font", "desc" => "Setup the font for the menu items upon highlighting.", "id" => "suf_nav_skin_settings_hl_font", "parent" => "nav-skin-settings", "type" => "font", "options" => array(), "std" => array("color" => "#444444", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "14", "font-size-type" => "px")), array("name" => "Body Background", "desc" => "Control the settings for the background of the main body.", "category" => "body-bg-settings", "parent" => "skinning", "type" => "sub-section-3"), array("name" => "Default or custom backgrounds for main body?", "desc" => "<b> If you are using WP's native background features, this section will be completely ignored.</b> You can decide to go with the colors / text styles of the theme you are using, or choose your own. " . "If you choose default colors / text styles here then the rest of your settings in this section will be ignored. " . "If you choose custom styles then the settings you make here will override the theme's settings.", "id" => "suf_body_style_setting", "parent" => "body-bg-settings", "note" => "Please set this option to \"Custom styles\" if you want to override the theme's settings for the body.", "type" => "radio", "options" => array("theme" => "Theme styles", "custom" => "Custom styles"), "std" => "theme"), array("name" => "Body Background Color", "desc" => "Set the color of the background on which the page is. " . "Note that you can have a dark theme on a white background - the colors of the main content window are unaffected by this. " . "If you have chosen default styles above then this setting will be ignored.", "id" => "suf_body_background_color", "parent" => "body-bg-settings", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_body_background_color", $suffusion_theme_name)), array("name" => "Body Background Image", "desc" => "Set the image to use for the background. " . "If you have chosen default styles above then this setting will be ignored.", "id" => "suf_body_background_image", "parent" => "body-bg-settings", "type" => "upload", "hint" => "Enter the full URL here (including http://), or click on \"Upload Image\"", "std" => ""), array("name" => "Body Background Image Tiling", "desc" => "Set how the background image should be tiled. This will define how the image will repeat on the background. " . "If you have chosen default styles above or not selected a background image then this setting will be ignored.", "id" => "suf_body_background_repeat", "parent" => "body-bg-settings", "type" => "radio", "options" => array("repeat" => "Repeat both horizontally and vertically", "repeat-x" => "Repeat horizontally only", "repeat-y" => "Repeat vertically only", "no-repeat" => "Do not repeat - show background once only"), "std" => "repeat"), array("name" => "Background Image Scrolling", "desc" => "You can define your background image to either scroll with the rest of your content or stay fixed. " . "If you have chosen default styles above or not selected a background image then this setting will be ignored.", "id" => "suf_body_background_attachment", "parent" => "body-bg-settings", "type" => "radio", "options" => array("scroll" => "Let the background scroll with the rest of the page", "fixed" => "Keep the background fixed"), "std" => "scroll"), array("name" => "Background Image Position", "desc" => "Set the position of the background image. " . "If you have chosen default styles above or not selected a background image then this setting will be ignored.", "id" => "suf_body_background_position", "parent" => "body-bg-settings", "type" => "radio", "options" => array("top left" => "Top left", "top center" => "Top center", "top right" => "Top right", "center left" => "Center left", "center center" => "Middle of the page", "center right" => "Center right", "bottom left" => "Bottom left", "bottom center" => "Bottom center", "bottom right" => "Bottom right"), "std" => "top left"), array("name" => "Main Wrapper", "desc" => "Control the settings for the wrapper of the main content", "category" => "wrapper-bg-settings", "parent" => "skinning", "type" => "sub-section-3"), array("name" => "Default or custom?", "id" => "suf_wrapper_settings_def_cust", "type" => "radio", "parent" => "wrapper-bg-settings", "options" => array("theme" => "Theme styles", "custom" => "Custom styles"), "std" => "theme"), array("name" => "Main Wrapper Background", "desc" => "Setup the background of the main container in your page. " . "If you have chosen default styles above then this setting will be ignored.", "id" => "suf_wrapper_bg_settings", "parent" => "wrapper-bg-settings", "type" => "background", "options" => array(), "std" => array("color" => suffusion_evaluate_style("suf_wrapper_background_color", $suffusion_theme_name), "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Show Shadows", "desc" => "You can choose to drop a shadow for your page. Shadows look cool on light backgrounds and not so much on dark backgrounds.", "id" => "suf_show_shadows", "parent" => "wrapper-bg-settings", "type" => "radio", "options" => array("hide" => "Don't show a shadow", "show" => "Show shadow of the main window"), "std" => "hide"), array("name" => "Post Background", "desc" => "Control the settings for the post background", "category" => "post-bg-settings", "parent" => "skinning", "type" => "sub-section-3"), array("name" => "Default or custom?", "id" => "suf_post_bg_settings_def_cust", "type" => "radio", "parent" => "post-bg-settings", "options" => array("theme" => "Theme styles", "custom" => "Custom styles"), "std" => "theme"), array("name" => "Post Background", "desc" => "Setup the background of the post. If you have chosen default styles above then this setting will be ignored.", "id" => "suf_post_bg_settings", "parent" => "post-bg-settings", "type" => "background", "options" => array(), "std" => array("color" => suffusion_evaluate_style("suf_post_background_color", $suffusion_theme_name), "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "custom")), array("name" => "Date Box", "desc" => "Control the settings for the date box on posts", "category" => "date-box-settings", "parent" => "skinning", "type" => "sub-section-3"), array("name" => "Hide date box?", "id" => "suf_date_box_show", "desc" => "If you don't want to show the date box on posts you can choose to hide it", "type" => "radio", "parent" => "date-box-settings", "options" => array("theme" => "Theme Default", "show" => "Show", "hide" => "Hide", "hide-search" => "Hide on search results. This is useful if your search returns a mix of pages and posts, because it makes the results look consistent (pages don't have a date box)"), "std" => "theme"), array("name" => "Default or custom?", "id" => "suf_date_box_settings_def_cust", "type" => "radio", "parent" => "date-box-settings", "options" => array("theme" => "Theme styles", "custom" => "Custom styles"), "std" => "theme"), array("name" => "Date Box", "desc" => "Setup the background of the date box. If you have chosen default styles above then this setting will be ignored. If you are setting your own image, make sure it is 48x48 px in size.", "id" => "suf_date_box_settings", "parent" => "date-box-settings", "type" => "background", "options" => array(), "std" => array("color" => "#FFFFFF", "image" => "", "trans" => "0", "position" => "top left", "repeat" => "repeat", "attachment" => "scroll", "colortype" => "transparent")), array("name" => "Month Font", "desc" => "Setup the font for the month to be displayed.", "id" => "suf_date_box_mfont", "parent" => "date-box-settings", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "50", "font-size-type" => "%")), array("name" => "Date Font", "desc" => "Setup the font for the date to be displayed.", "id" => "suf_date_box_dfont", "parent" => "date-box-settings", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "100", "font-size-type" => "%")), array("name" => "Year Font", "desc" => "Setup the font for the year to be displayed.", "id" => "suf_date_box_yfont", "parent" => "date-box-settings", "type" => "font", "options" => array(), "std" => array("color" => "#FFFFFF", "font-face" => "Arial, Helvetica, sans-serif", "font-weight" => "normal", "font-style" => "normal", "font-variant" => "normal", "font-size" => "50", "font-size-type" => "%")), array("name" => "Custom Emphasis Elements", "type" => "sub-section-3", "category" => "emphasis-setup", "parent" => "skinning"), array("name" => "Custom elements to enhance page appearance", "desc" => "Suffusion comes with predefined elements that you can use for emphasizing sections of your blog. There are four types defined\r\n\t\t\t\t<ul class='margin-20'>\r\n\t\t\t\t\t<li>Download - class='download'</li>\r\n\t\t\t\t\t<li>Announcement - class='announcement'</li>\r\n\t\t\t\t\t<li>Note - class='note'</li>\r\n\t\t\t\t\t<li>Warning - class='warning'</li>\r\n\t\t\t\t</ul>\r\n\t\t\t\tTo use any of these elements you can enclose text on your blog within &lt;p&gt; and &lt;/p&gt; tags or &lt;div&gt; and &lt;/div&gt; tags with the class name:\r\n\r\n\t\t\t\t<ul class='margin-20'>\r\n\t\t\t\t\t<li>&lt;p class='download'&gt; Some stuff to download &lt;/p&gt; or &lt;div class='download'&gt;Some other stuff to download&lt;/div&gt;</li>\r\n\t\t\t\t\t<li>&lt;p class='announcement'&gt; Some announcements &lt;/p&gt; or &lt;div class='announcement'&gt;Some more announcements&lt;/div&gt;</li>\r\n\t\t\t\t\t<li>&lt;p class='note'&gt; Notes &lt;/p&gt; or &lt;div class='announcement'&gt;More notes&lt;/div&gt;</li>\r\n\t\t\t\t\t<li>&lt;p class='warning'&gt; Warnings &lt;/p&gt; or &lt;div class='warning'&gt;Other warnings&lt;/div&gt;</li>\r\n\t\t\t\t</ul>", "parent" => "emphasis-setup", "type" => "blurb"), array("name" => "Default styles for emphasis elements?", "desc" => "You can decide to go with the emphasis styles defined with the theme or pick your own. " . "If you choose custom styles then the settings you make here will override the theme's settings.", "id" => "suf_emphasis_customization", "parent" => "emphasis-setup", "type" => "radio", "note" => "Please set this option to \"Custom styles\" if you want to override the theme's settings for the emphasis elements.", "options" => array("theme" => "Theme styles", "custom" => "Custom styles"), "std" => "theme"), array("name" => "Download", "desc" => "Change setting for the download class", "category" => "emphasis-download", "parent" => "emphasis-setup", "type" => "sub-section-4"), array("name" => "Download Block Font Color", "desc" => "Set the font color for text within a \"download\" block. ", "id" => "suf_download_font_color", "parent" => "emphasis-setup", "grouping" => "emphasis-download", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_download_font_color", $suffusion_theme_name)), array("name" => "Download Block Background Color", "desc" => "Set the background color for a \"download\" block. ", "id" => "suf_download_background_color", "parent" => "emphasis-setup", "grouping" => "emphasis-download", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_download_background_color", $suffusion_theme_name)), array("name" => "Download Block Border Color", "desc" => "Set the border color for a \"download\" block. ", "id" => "suf_download_border_color", "parent" => "emphasis-setup", "grouping" => "emphasis-download", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_download_border_color", $suffusion_theme_name)), array("name" => "Announcement", "desc" => "Change setting for the announcement class", "category" => "emphasis-announcement", "parent" => "emphasis-setup", "type" => "sub-section-4"), array("name" => "Announcement Block Font Color", "desc" => "Set the font color for text within a \"announcement\" block. ", "id" => "suf_announcement_font_color", "parent" => "emphasis-setup", "grouping" => "emphasis-announcement", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_announcement_font_color", $suffusion_theme_name)), array("name" => "Announcement Block Background Color", "desc" => "Set the background color for a \"announcement\" block. ", "id" => "suf_announcement_background_color", "parent" => "emphasis-setup", "grouping" => "emphasis-announcement", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_announcement_background_color", $suffusion_theme_name)), array("name" => "Announcement Block Border Color", "desc" => "Set the border color for a \"announcement\" block. ", "id" => "suf_announcement_border_color", "parent" => "emphasis-setup", "grouping" => "emphasis-announcement", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_announcement_border_color", $suffusion_theme_name)), array("name" => "Note", "desc" => "Change setting for the note class", "category" => "emphasis-note", "parent" => "emphasis-setup", "type" => "sub-section-4"), array("name" => "Note Block Font Color", "desc" => "Set the font color for text within a \"note\" block. ", "id" => "suf_note_font_color", "parent" => "emphasis-setup", "grouping" => "emphasis-note", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_note_font_color", $suffusion_theme_name)), array("name" => "Note Block Background Color", "desc" => "Set the background color for a \"note\" block. ", "id" => "suf_note_background_color", "parent" => "emphasis-setup", "grouping" => "emphasis-note", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_note_background_color", $suffusion_theme_name)), array("name" => "Note Block Border Color", "desc" => "Set the border color for a \"note\" block. ", "id" => "suf_note_border_color", "parent" => "emphasis-setup", "grouping" => "emphasis-note", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_note_border_color", $suffusion_theme_name)), array("name" => "Warning", "desc" => "Change setting for the warning class", "category" => "emphasis-warning", "parent" => "emphasis-setup", "type" => "sub-section-4"), array("name" => "Warning Block Font Color", "desc" => "Set the font color for text within a \"warning\" block. ", "id" => "suf_warning_font_color", "parent" => "emphasis-setup", "grouping" => "emphasis-warning", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_warning_font_color", $suffusion_theme_name)), array("name" => "Warning Block Background Color", "desc" => "Set the background color for a \"warning\" block. ", "id" => "suf_warning_background_color", "parent" => "emphasis-setup", "grouping" => "emphasis-warning", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_warning_background_color", $suffusion_theme_name)), array("name" => "Warning Block Border Color", "desc" => "Set the border color for a \"warning\" block. ", "id" => "suf_warning_border_color", "parent" => "emphasis-setup", "grouping" => "emphasis-warning", "type" => "color-picker", "std" => suffusion_evaluate_style("suf_warning_border_color", $suffusion_theme_name)));