__('Random', 'options_framework_theme'), 'sliceDown' => __('Slice Down', 'options_framework_theme'), 'sliceUp' => __('Slice Up', 'options_framework_theme'), 'sliceUpLeft' => __('Slice Up Left', 'options_framework_theme'), 'sliceUpDown' => __('Slice Up Down', 'options_framework_theme'), 'sliceUpDownLeft' => __('Slice Up Down Left', 'options_framework_theme'), 'fold' => __('Fold', 'options_framework_theme'), 'boxRandom' => __('Box Random', 'options_framework_theme'), 'slideInRight' => __('Slide In Right', 'options_framework_theme'), 'slideInLeft' => __('Slide In Left', 'options_framework_theme'), 'boxRain' => __('Box Rain', 'options_framework_theme'), 'boxRainReverse' => __('Box Rain Reverse', 'options_framework_theme'), 'boxRainGrow' => __('Box Rain Grow', 'options_framework_theme'), 'boxRainGrowReverse' => __('Box Rain Grow Reverse', 'options_framework_theme'), 'fade' => __('Fade', 'options_framework_theme') ); $true_false = array( 'true' => __('true', 'options_framework_theme'), 'false' => __('false', 'options_framework_theme') ); //Basic Settings $options[] = array( 'name' => __('Basic Settings', 'options_framework_theme'), 'type' => 'heading'); $options[] = array( 'name' => __('Site Logo', 'options_framework_theme'), 'desc' => __('Leave Blank to use text Heading.', 'options_framework_theme'), 'id' => 'logo', 'class' => '', 'type' => 'upload'); $options[] = array( 'name' => __('Enable Excerpts on Homepage', 'options_framework_theme'), 'desc' => __('By default, the theme shows either the full post or content up till the point where you placed the <!--more--> tag. Check this if you want to you enable Excerpts on Homepage. Excerpts are short summary of your posts.', 'options_framework_theme'), 'id' => 'excerpt1', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('Copyright Text', 'options_framework_theme'), 'desc' => __('Some Text regarding copyright of your site, you would like to display in the footer.', 'options_framework_theme'), 'id' => 'footertext2', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Header Scripts', 'options_framework_theme'), 'desc' => __('Insert scripts or code before the closing </head> tag in the document source:', 'options_framework_theme'), 'id' => 'headcode1', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Footer Scripts', 'options_framework_theme'), 'desc' => __('Insert scripts or code before the closing </body> tag in the document source:', 'options_framework_theme'), 'id' => 'footercode1', 'std' => '', 'type' => 'textarea'); //Design Settings $options[] = array( 'name' => __('Layout Settings', 'options_framework_theme'), 'type' => 'heading'); $options[] = array( 'name' => "Sidebar Layout", 'desc' => "Select Layout for Posts & Pages.", 'id' => "sidebar-layout", 'std' => "right", 'type' => "images", 'options' => array( 'left' => $imagepath . '2cl.png', 'right' => $imagepath . '2cr.png') ); $options[] = array( 'name' => __('Custom CSS', 'options_framework_theme'), 'desc' => __('Some Custom Styling for your site. Place any css codes here instead of the style.css file.', 'options_framework_theme'), 'id' => 'style2', 'std' => '', 'type' => 'textarea'); //SLIDER SETTINGS $options[] = array( 'name' => __('Slider Settings', 'options_framework_theme'), 'type' => 'heading'); $options[] = array( 'name' => __('Enable Slider', 'options_framework_theme'), 'desc' => __('Check this to Enable Slider.', 'options_framework_theme'), 'id' => 'slider_enabled', 'type' => 'checkbox', 'std' => '0' ); $options[] = array( 'name' => __('Transition Effect', 'options_framework_theme'), 'desc' => __('Select how you want your slides to appear and disappear.', 'options_framework_theme'), 'id' => 'trans_effect', 'std' => 'random', 'type' => 'select', 'class' => 'mini', 'options' => $slider_effect_array); $options[] = array( 'name' => __('Transition Duration', 'options_framework_theme'), 'desc' => __('How long each slide will show? Time in milliseconds.', 'options_framework_theme'), 'id' => 'pause_time', 'std' => '4000', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Transition Duration', 'options_framework_theme'), 'desc' => __('Time to complete the transition effect in milliseconds.', 'options_framework_theme'), 'id' => 'anim_speed', 'std' => '500', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Random Start', 'options_framework_theme'), 'desc' => __('Enable the Slideshow from a Random Slide', 'options_framework_theme'), 'id' => 'random_start', 'std' => 'false', 'class' => 'mini', 'type' => 'select', 'options' => $true_false); $options[] = array( 'name' => __('Using the Slider', 'options_framework_theme'), 'desc' => __('This Slider supports upto 5 Images. To show only 3 Slides in the slider, upload only 3 images. Leave the rest Blank. For best results, upload images of size 1180x500px.', 'options_framework_theme'), 'type' => 'info'); $options[] = array( 'name' => __('Slider Image 1', 'options_framework_theme'), 'desc' => __('First Slide', 'options_framework_theme'), 'id' => 'slide1', 'class' => '', 'type' => 'upload'); $options[] = array( 'desc' => __('Title', 'options_framework_theme'), 'id' => 'slidetitle1', 'std' => '', 'type' => 'text'); $options[] = array( 'desc' => __('Description or Tagline', 'options_framework_theme'), 'id' => 'slidedesc1', 'std' => '', 'type' => 'textarea'); $options[] = array( 'desc' => __('Url', 'options_framework_theme'), 'id' => 'slideurl1', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Slider Image 2', 'options_framework_theme'), 'desc' => __('Second Slide', 'options_framework_theme'), 'class' => '', 'id' => 'slide2', 'type' => 'upload'); $options[] = array( 'desc' => __('Title', 'options_framework_theme'), 'id' => 'slidetitle2', 'std' => '', 'type' => 'text'); $options[] = array( 'desc' => __('Description or Tagline', 'options_framework_theme'), 'id' => 'slidedesc2', 'std' => '', 'type' => 'textarea'); $options[] = array( 'desc' => __('Url', 'options_framework_theme'), 'id' => 'slideurl2', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Slider Image 3', 'options_framework_theme'), 'desc' => __('Third Slide', 'options_framework_theme'), 'id' => 'slide3', 'class' => '', 'type' => 'upload'); $options[] = array( 'desc' => __('Title', 'options_framework_theme'), 'id' => 'slidetitle3', 'std' => '', 'type' => 'text'); $options[] = array( 'desc' => __('Description or Tagline', 'options_framework_theme'), 'id' => 'slidedesc3', 'std' => '', 'type' => 'textarea'); $options[] = array( 'desc' => __('Url', 'options_framework_theme'), 'id' => 'slideurl3', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Slider Image 4', 'options_framework_theme'), 'desc' => __('Fourth Slide', 'options_framework_theme'), 'id' => 'slide4', 'class' => '', 'type' => 'upload'); $options[] = array( 'desc' => __('Title', 'options_framework_theme'), 'id' => 'slidetitle4', 'std' => '', 'type' => 'text'); $options[] = array( 'desc' => __('Description or Tagline', 'options_framework_theme'), 'id' => 'slidedesc4', 'std' => '', 'type' => 'textarea'); $options[] = array( 'desc' => __('Url', 'options_framework_theme'), 'id' => 'slideurl4', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Slider Image 5', 'options_framework_theme'), 'desc' => __('Fifth Slide', 'options_framework_theme'), 'id' => 'slide5', 'class' => '', 'type' => 'upload'); $options[] = array( 'desc' => __('Title', 'options_framework_theme'), 'id' => 'slidetitle5', 'std' => '', 'type' => 'text'); $options[] = array( 'desc' => __('Description or Tagline', 'options_framework_theme'), 'id' => 'slidedesc5', 'std' => '', 'type' => 'textarea'); $options[] = array( 'desc' => __('Url', 'options_framework_theme'), 'id' => 'slideurl5', 'std' => '', 'type' => 'text'); //Social Settings $options[] = array( 'name' => __('Social Settings', 'options_framework_theme'), 'type' => 'heading'); $options[] = array( 'name' => __('Facebook', 'options_framework_theme'), 'desc' => __('Facebook Profile or Page URL i.e. http://facebook.com/username/ ', 'options_framework_theme'), 'id' => 'facebook', 'std' => '', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Twitter', 'options_framework_theme'), 'desc' => __('Twitter Username', 'options_framework_theme'), 'id' => 'twitter', 'std' => '', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Google Plus', 'options_framework_theme'), 'desc' => __('Google Plus profile url, including "http://"', 'options_framework_theme'), 'id' => 'google', 'std' => '', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Feeburner', 'options_framework_theme'), 'desc' => __('URL for your RSS Feeds', 'options_framework_theme'), 'id' => 'feedburner', 'std' => '', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Pinterest', 'options_framework_theme'), 'desc' => __('Your Pinterest Profile URL', 'options_framework_theme'), 'id' => 'pinterest', 'std' => '', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Instagram', 'options_framework_theme'), 'desc' => __('Your Instagram Profile URL', 'options_framework_theme'), 'id' => 'instagram', 'std' => '', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Linked In', 'options_framework_theme'), 'desc' => __('Your Linked In Profile URL', 'options_framework_theme'), 'id' => 'linkedin', 'std' => '', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Youtube', 'options_framework_theme'), 'desc' => __('Your Youtube Channel URL', 'options_framework_theme'), 'id' => 'youtube', 'std' => '', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Tumblr', 'options_framework_theme'), 'desc' => __('Your Tumblr Blog URL', 'options_framework_theme'), 'id' => 'tumblr', 'std' => '', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Flickr', 'options_framework_theme'), 'desc' => __('Your Flickr Profile URL', 'options_framework_theme'), 'id' => 'flickr', 'std' => '', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Dribbble', 'options_framework_theme'), 'desc' => __('Your Dribble Profile URL', 'options_framework_theme'), 'id' => 'dribble', 'std' => '', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'name' => __('Support', 'options_framework_theme'), 'type' => 'heading'); $options[] = array( 'desc' => __('frelocatersthemes WordPress theme has been Designed and Created by Rohit Tripathi. For any Queries or help regarding this theme, use the support forums. You can also ask questions about this theme on WordPress.org Support Forums. I will answer your queries there too.', 'options_framework_theme'), 'type' => 'info'); $options[] = array( 'desc' => __('A Documentation file has been provided with the theme, for your convenience. frelocatersthemes Theme Documentation. ', 'options_framework_theme'), 'type' => 'info'); $options[] = array( 'desc' => __('Follow Me on Twitter to know about my upcoming themes.', 'options_framework_theme'), 'type' => 'info'); $options[] = array( 'name' => __('Live Demo Blog', 'options_framework_theme'), 'desc' => __('For your convenience, we have created a Live Demo Blog of the theme frelocatersthemes. You can take a look at and find out how your site would look once complete.', 'options_framework_theme'), 'type' => 'info'); $options[] = array( 'name' => __('Regenerating Post Thumbnails', 'options_framework_theme'), 'desc' => __('If you are using frelocatersthemes Theme on a New Wordpress Installation, then you can skip this section.
But if you have just switched to this theme from some other theme, then you are requested regenerate all the post thumbnails. It will fix all the issues you are facing with distorted & ugly homepage thumbnail Images. ', 'options_framework_theme'), 'type' => 'info'); $options[] = array( 'desc' => __('To Regenerate all Thumbnail images, Install and Activate the Regenerate Thumbnails WP Plugin. Then from Tools > Regen. Thumbnails, re-create thumbnails for all your existing images. And your blog will look even more stylish with frelocatersthemes theme.
', 'options_framework_theme'), 'type' => 'info'); $options[] = array( 'desc' => __('Note: Regenerating the thumbnails, will not affect your original images. It will just generate a separate image file for those images.', 'options_framework_theme'), 'type' => 'info'); $options[] = array( 'name' => __('Theme Credits', 'options_framework_theme'), 'desc' => __('Check this if you want to you do not want to give us credit in your site footer.', 'options_framework_theme'), 'id' => 'credit1', 'std' => '0', 'type' => 'checkbox'); return $options; }