__('Basic', 'niyo-holiday'), 'type' => 'heading'); $options[] = array( 'name' => __('Logo', 'niyo-holiday'), 'desc' => __('Upload your main logo here', 'niyo-holiday'), 'id' => 'logo', 'class' => '', 'std' => '', 'type' => 'upload'); $options[] = array( 'name' => __('Favicon', 'niyo-holiday'), 'desc' => __('Upload favicon for website', 'niyo-holiday'), 'id' => 'favicon', 'class' => '', 'std' => '', 'type' => 'upload'); $options[] = array( 'name' => __('Footer copyright Text', 'niyo-holiday'), 'desc' => __('Some text for footer copyright section of your site.', 'niyo-holiday'), 'id' => 'footertext', 'std' => 'Copyright © 2014. Niyo Holiday Theme', 'type' => 'textarea'); //Layout Settings $options[] = array( 'name' => __('Layout', 'niyo-holiday'), 'type' => 'heading'); $options[] = array( 'name' => __('Custom CSS', 'niyo-holiday'), 'desc' => __('Some Custom Styling for your site. Place any css codes here instead of the style.css file.', 'niyo-holiday'), 'id' => 'style2', 'std' => '', 'type' => 'textarea'); //SLIDER SETTINGS $options[] = array( 'name' => __('Background Slider', 'niyo-holiday'), 'type' => 'heading'); $options[] = array( 'name' => __('Background Slider', 'niyo-holiday'), 'desc' => __('Show background slider on home page or all pages', 'niyo-holiday'), 'id' => 'backgroundslider', 'type' => 'select', 'std' => 'home', 'options' => array('home'=>'Home page only', 'all'=>'All pages') ); $options[] = array( 'name' => __('Slider Image 1', 'niyo-holiday'), 'desc' => __('Select / upload image for slide 1', 'niyo-holiday'), 'id' => 'slide1', 'class' => '', 'std' => get_template_directory_uri()."/images/slides/slide1.jpg", 'type' => 'upload'); $options[] = array( 'desc' => __('Title 1', 'niyo-holiday'), 'id' => 'slidetitle1', 'std' => 'Welcome to Niyo Holiday WordPress Theme', 'type' => 'text'); $options[] = array( 'name' => __('Slider Image 2', 'niyo-holiday'), 'desc' => __('Select / upload image for slide 2', 'niyo-holiday'), 'id' => 'slide2', 'class' => '', 'std' => get_template_directory_uri()."/images/slides/slide2.jpg", 'type' => 'upload'); $options[] = array( 'desc' => __('Title 2', 'niyo-holiday'), 'id' => 'slidetitle2', 'std' => 'Responsive - Viewable in Mobile and Tablet', 'type' => 'text'); $options[] = array( 'name' => __('Slider Image 3', 'niyo-holiday'), 'desc' => __('Select / upload image for slide 3', 'niyo-holiday'), 'id' => 'slide3', 'class' => '', 'std' => get_template_directory_uri()."/images/slides/slide3.jpg", 'type' => 'upload'); $options[] = array( 'desc' => __('Title 3', 'niyo-holiday'), 'id' => 'slidetitle3', 'std' => '5 Level Dropdown Navigation', 'type' => 'text'); $options[] = array( 'name' => __('Slider Image 4', 'niyo-holiday'), 'desc' => __('Select / upload image for slide 4', 'niyo-holiday'), 'id' => 'slide4', 'class' => '', 'std' => '', 'type' => 'upload'); $options[] = array( 'desc' => __('Title 4', 'niyo-holiday'), 'id' => 'slidetitle4', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Slider Image 5', 'niyo-holiday'), 'desc' => __('Select / upload image for slide 5', 'niyo-holiday'), 'id' => 'slide5', 'class' => '', 'std' => '', 'type' => 'upload'); $options[] = array( 'desc' => __('Title 5', 'niyo-holiday'), 'id' => 'slidetitle5', 'std' => '', 'type' => 'text'); // Support $options[] = array( 'name' => __('More', 'niyo-holiday'), 'type' => 'heading'); $options[] = array( 'desc' => __('

Niyo Holiday WordPress theme has been Designed and Developed by Niyo Themes.




For support email us at niyothemes@gmail.com




Donate us via PayPal at wirepayments@gmail.com

', 'niyo-holiday'), 'type' => 'info'); return $options; }