Available On premium"; /*-----------------------------------------------------------------------------------*/ /* The Options Array */ /*-----------------------------------------------------------------------------------*/ // Set the Options Array global $of_options; $of_options = array(); //Header Options $of_options[] = array( "name" => "Header Options", "type" => "heading" ); $of_options[] = array( "name" => "Top Slogan", "desc" => "", "id" => "top_left", "std" => "

Top Slogan

", "icon" => true, "type" => "info" ); $of_options[] = array( "name" => "Slogan Text", "desc" => "Top Left Slogan For Site", "id" => "top_left_slogan", "std" => "", "type" => "text" ); $of_options[] = array( "name" => "Slogan Background", "desc" => "Choose Background Color", "id" => "slogan_bg_color", "std" => "#47a3da", "type" => "color" ); $of_options[] = array( "name" => "Slogan Text Color", "desc" => "Choose Text Color", "id" => "slogan_text_color", "std" => "#ffffff", "type" => "color" ); $of_options[] = array( "name" => "Header Contacts", "desc" => "", "id" => "header_info", "std" => "

Header Contact Info

", "icon" => true, "type" => "info" ); $of_options[] = array( "name" => "Contact Number", "desc" => "Enter Contact Info.", "id" => "header_contact_number", "std" => "xxx xxx xxxx", "type" => "text" ); $of_options[] = array( "name" => "Contact Email", "desc" => "Enter eMail Id.", "id" => "header_email", "std" => "admin@admin.com", "type" => "text" ); $of_options[] = array( "name" => "Display Social Icons on Header", "desc" => "Select the checkbox to show social media icons on the Header", "id" => "social_icons_header", "std" => 1, "type" => "switch" ); $of_options[] = array( "name" => "Header Info", "desc" => "", "id" => "header_info", "std" => "

Logo Options

", "icon" => true, "type" => "info" ); $of_options[] = array( "name" => "Logo", "desc" => "Select an image file for your logo.", "id" => "header_logo", "std" => get_template_directory_uri() . "/images/headers/logo.png", "mod" => "", "type" => "media" ); $of_options[] = array( "name" => "Header Info", "desc" => "", "id" => "header_info", "std" => "

Page Title Bar Options

", "icon" => true, "type" => "info" ); $of_options[] = array( "name" => "Background Image", "desc" => "Default Title Area Background Image for Category, Tag, Search, Archive(minimum width:1600px height:800px)", "id" => "default_background_image", "std" => get_template_directory_uri() . "/images/title-bg.jpg", "type" => "upload" ); $of_options[] = array( "name" => "Header Info", "desc" => "", "id" => "header_info", "std" => "

Breadcrumb Options

", "icon" => true, "type" => "info" ); $of_options[] = array( "name" => "Breadcrumb on website", "desc" => "Display breadcrumbs", "id" => "breadcrumb_showhide", "std" => 1, "type" => "switch" ); //Footer Section $of_options[] = array( "name" => "Footer Options", "type" => "heading", "icon" => ADMIN_IMAGES . "footer.png" ); $of_options[] = array( "name" => "Copyright Area ", "desc" => "", "id" => "copyright_area_title", "std" => "

Copyright Area

", "icon" => true, "type" => "info" ); $of_options[] = array( "name" => "Copyright Bar", "desc" => "Copyright bar.", "id" => "footer_copyright", "std" => 1, "type" => "switch" ); $of_options[] = array( "name" => "Copyright Text", "desc" => "Enter the text that displays in the copyright bar. HTML markup can be used.", "id" => "footer_text", "std" => 'Copyright 2014 Zolothemes | All Rights Reserved | Powered by Zolothemes', "type" => "textarea" ); //Homepage Section $of_options[] = array( "name" => "Home Section", "type" => "heading", "icon" => ADMIN_IMAGES . "home.png" ); $of_options[] = array( "name" => "Homepage Parallax ", "desc" => "", "id" => "homepage_parallax_setting", "std" => "

Parallax Section

", "icon" => true, "type" => "info" ); $of_options[] = array( "name" => "Parallax Section Text", "desc" => "", "id" => "homepage_parallax_text", "std" => "your search terms.", "icon" => true, "type" => "text" ); $of_options[] = array( "name" => "Parallax Section Image", "desc" => "", "id" => "homepage_parallax_image", "std" => get_template_directory_uri() . "/images/callout-bg.jpg", "type" => "upload" ); $of_options[] = array( "name" => "Homepage Callout ", "desc" => "", "id" => "homepage_callout_setting", "std" => "

Callout Section

", "icon" => true, "type" => "info" ); $of_options[] = array( "name" => "Callout Section Text", "desc" => "", "id" => "homepage_callout_text", "std" => "Actually, all that jQuery does is moves the backgrounds relative.", "icon" => true, "type" => "text" ); $of_options[] = array( "name" => "Callout Button Text", "desc" => "", "id" => "callout_button_text", "std" => "View Portfolio", "icon" => true, "type" => "text" ); $of_options[] = array( "name" => "Callout Button Link", "desc" => "", "id" => "callout_button_link", "std" => "http://zolothemes.com/", "icon" => true, "type" => "text" ); $of_options[] = array( "name" => "Callout Section Background", "desc" => "", "id" => "callout_section_bg_color", "std" => "#47a3da", "type" => "color" ); //Typography Options $of_options[] = array( "name" => "Typography Options", "type" => "heading" ); $of_options[] = array( "name" => "Premium Info", "desc" => "", "id" => "premium_info", "std" => $premium_link, "icon" => true, "type" => "info" ); //Style Option $of_options[] = array( "name" => "Styling Options", "type" => "heading" ); $of_options[] = array( "name" => "Premium Info", "desc" => "", "id" => "premium_info", "std" => $premium_link, "icon" => true, "type" => "info" ); //Blog Options $of_options[] = array( "name" => "Blog Options", "type" => "heading" ); $of_options[] = array( "name" => "Premium Info", "desc" => "", "id" => "premium_info", "std" => $premium_link, "icon" => true, "type" => "info" ); //Social Sharing $of_options[] = array( "name" => "Social Sharing Box", "type" => "heading" ); $of_options[] = array( "name" => "Premium Info", "desc" => "", "id" => "premium_info", "std" => $premium_link, "icon" => true, "type" => "info" ); //Social Media Links $of_options[] = array( "name" => "Social Media Links", "type" => "heading" ); $of_options[] = array( "name" => "Social Media Links", "desc" => "", "id" => "social_media_links", "std" => "

Social Media Links

", "icon" => true, "type" => "info" ); $of_options[] = array( "name" => "Facebook", "desc" => "Insert your custom link to show the Facebook icon. Leave blank to hide icon.", "id" => "facebook_link", "std" => "", "type" => "text" ); $of_options[] = array( "name" => "Twitter", "desc" => "Insert your custom link to show the Twitter icon. Leave blank to hide icon.", "id" => "twitter_link", "std" => "", "type" => "text" ); $of_options[] = array( "name" => "Google+", "desc" => "Insert your custom link to show the Google+ icon. Leave blank to hide icon.", "id" => "google_link", "std" => "", "type" => "text" ); $of_options[] = array( "name" => "LinkedIn", "desc" => "Insert your custom link to show the LinkedIn icon. Leave blank to hide icon.", "id" => "linkedin_link", "std" => "", "type" => "text" ); $of_options[] = array( "name" => "Youtube", "desc" => "Insert your custom link to show the Youtube icon. Leave blank to hide icon.", "id" => "youtube_link", "std" => "", "type" => "text" ); // Custom Css $of_options[] = array( "name" => "Custom CSS", "type" => "heading" ); $of_options[] = array( "name" => "Premium Info", "desc" => "", "id" => "premium_info", "std" => $premium_link, "icon" => true, "type" => "info" ); //Analytics $of_options[] = array( "name" => "Analytics", "type" => "heading", "icon" => ADMIN_IMAGES . "analytics.png" ); $of_options[] = array( "name" => "Premium Info", "desc" => "", "id" => "premium_info", "std" => $premium_link, "icon" => true, "type" => "info" ); // Backup Options $of_options[] = array( "name" => "Backup Options", "type" => "heading", "icon" => ADMIN_IMAGES . "backup.png" ); $of_options[] = array( "name" => "Premium Info", "desc" => "", "id" => "premium_info", "std" => $premium_link, "icon" => true, "type" => "info" ); } //End function: of_options() } //End chack if function exists: of_options() ?>