slug; endforeach; endif; $settings_options = array(); // START PAGE 0 $settings_options[] = array( 'name' => 'Go Pro', 'type' => 'start_menu', 'id' => 'gopro_page', 'icon' => 'down', ); $settings_options[] = array( 'name' => 'Upgrade to BoldR Pro!', 'desc' => '', 'id' => 'gopro', 'type' => 'gopro', 'default' => '', ); $settings_options[] = array('type' => 'end_menu'); // END PAGE 0 // START PAGE 1 $settings_options[] = array( 'name' => 'Main settings', 'type' => 'start_menu', 'id' => 'main', 'icon' => 'control', ); $settings_options[] = array( 'name' => 'Logo', 'desc' => 'Upload your own logo', 'id' => 'logo', 'type' => 'image', 'default' => get_template_directory_uri() .'/img/logo.png', ); $settings_options[] = array( 'name' => 'Favicon', 'desc' => 'Set your favicon. 16x16 or 32x32 pixels, either 8-bit or 24-bit colors. PNG (W3C standard), GIF, or ICO.', 'id' => 'favicon', 'type' => 'image', 'default' => '', ); $settings_options[] = array( 'name' => 'Blog Sidebar Side', 'desc' => 'Select the side of the sidebar for the index and single posts of your blog.', 'id' => 'blog_sidebar_side', 'type' => 'select', 'default' => 'Right', 'values' => array ('Right', 'Left'), ); $settings_options[] = array( 'name' => 'Blog Index Content', 'desc' => 'Select what content should be displayed on blog index pages.', 'id' => 'blog_index_content', 'type' => 'select', 'default' => 'Full Content', 'values' => array ('Full Content', 'Default Excerpt', 'Icefit Improved Excerpt'), ); $settings_options[] = array( 'name' => 'Activate slider on blog page', 'desc' => 'Enable slideshow on blog index page.', 'id' => 'blog_slider', 'type' => 'select', 'default' => 'Off', 'values' => array ('Off', 'On'), ); $settings_options[] = array( 'name' => 'Slides category for blog page', 'desc' => 'Select which slides to use for the blog index slideshow.', 'id' => 'blog_slides_cat', 'type' => 'select', 'default' => 'All Slides', 'values' => $slides_cat, ); $settings_options[] = array( 'name' => 'Tracking Code', 'desc' => 'Paste your own custom code to be added in the footer (i.e. Google Analytics tracking code).', 'id' => 'tracking_code', 'default' => '', 'type' => 'textarea', ); $settings_options[] = array( 'name' => 'Custom CSS', 'desc' => 'Paste your custom CSS here', 'id' => 'custom_css', 'default' => '', 'type' => 'textarea', ); $settings_options[] = array( 'name' => 'Footer note (Copyright)', 'desc' => 'Customize the copyright note at the bottom of your site - or leave it as is and give credits to the author :)
You can use the following dynamic tokens: %date%, %sitename%', 'id' => 'footer_note', 'default' => 'Copyright © %date% %sitename% | Powered by WordPress | Design by <a href="http://www.iceablethemes.com">Iceable Themes</a>', 'type' => 'text', ); $settings_options[] = array( 'name' => 'Copyright start year', 'desc' => 'Enter the year this website was created to compute the copyright %date% token.', 'id' => 'copyright_start_year', 'default' => '2013', 'type' => 'text', ); $settings_options[] = array('type' => 'end_menu'); // END PAGE 1 // START PAGE 2 $settings_options[] = array( 'name' => 'Create Sidebars', 'type' => 'start_menu', 'id' => 'page2', 'icon' => 'list', ); $settings_options[] = array( 'name' => 'Additional Sidebars', 'desc' => 'Enter titles for your additional sidebars (one per line)', 'id' => 'unlimited_sidebar', 'type' => 'textarea', 'default' => '', ); $settings_options[] = array('type' => 'end_menu', 'id' => 'endpage2'); // END PAGE 2 // START PAGE 3 $settings_options[] = array( 'name' => 'Styling', 'type' => 'start_menu', 'id' => 'styles', 'icon' => 'picture', ); $settings_options[] = array( 'name' => 'Layout', 'desc' => 'Choose between wide or boxed layout', 'id' => 'layout', 'type' => 'radio', 'default' => 'Boxed', 'values' => array ('Wide', 'Boxed'), ); $settings_options[] = array( 'name' => 'Background Color (boxed layout)', 'desc' => 'Set a background color (for boxed layout - used as fallback only if an image is set below)', 'id' => 'background_color', 'type' => 'color', 'default' => '#333', ); $settings_options[] = array( 'name' => 'Background Image (boxed layout)', 'desc' => 'Upload your own background (for boxed layout)', 'id' => 'background_image', 'type' => 'image', 'default' => get_template_directory_uri() .'/img/black-leather.png' ); $settings_options[] = array( 'name' => 'Main Color', 'desc' => 'Set the main color', 'id' => 'main_color', 'type' => 'color', 'default' => '#25ceff', ); $settings_options[] = array( 'name' => 'Headings Font', 'desc' => 'Choose a font for headings', 'id' => 'headings_font', 'type' => 'font', 'default' => 'Oswald', ); $settings_options[] = array('type' => 'end_menu', 'id' => 'endpage3'); // END PAGE 3 // START PAGE 4 $settings_options[] = array( 'name' => 'Social Media', 'type' => 'start_menu', 'id' => 'socialmedia', 'icon' => 'target', ); $settings_options[] = array( 'name' => 'Facebook URL', 'desc' => '', 'id' => 'facebook_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Twitter URL', 'desc' => '', 'id' => 'twitter_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Google Plus URL', 'desc' => '', 'id' => 'googleplus_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Linkedin URL', 'desc' => '', 'id' => 'linkedin_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Instagram URL', 'desc' => '', 'id' => 'instagram_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Pinterest URL', 'desc' => '', 'id' => 'pinterest_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Tumblr URL', 'desc' => '', 'id' => 'tumblr_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'StumbleUpon URL', 'desc' => '', 'id' => 'stumbleupon_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Dribbble URL', 'desc' => '', 'id' => 'dribbble_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Behance URL', 'desc' => '', 'id' => 'behance_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Deviantart URL', 'desc' => '', 'id' => 'deviantart_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Flickr URL', 'desc' => '', 'id' => 'flickr_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Youtube URL', 'desc' => '', 'id' => 'youtube_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Vimeo URL', 'desc' => '', 'id' => 'vimeo_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'Yelp URL', 'desc' => '', 'id' => 'yelp_url', 'type' => 'text', 'default' => '', ); $settings_options[] = array( 'name' => 'RSS Feed URL', 'desc' => '', 'id' => 'rss_url', 'type' => 'text', 'default' => get_bloginfo('rss2_url'), ); $settings_options[] = array('type' => 'end_menu', 'id' => 'endpage4'); // END PAGE 4 return $settings_options; } ?>