array( 'section_title' => 'Welcome to the Parallax Me', 'menu_title' => '', 'bgcolor' => '#ffffff', 'bgimage' => '', 'class' => 'services cf', 'content' => '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam semper diam metus, ac laoreet justo fringilla sed. Integer sit amet erat libero. Vivamus consectetur facilisis fringilla. In cursus nisi non rhoncus aliquam. In sed augue massa. Ut congue mi vel tellus ultrices imperdiet. Praesent varius massa ornare, fermentum ipsum sed, tristique nisi. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam semper diam metus, ac laoreet justo fringilla sed. Integer sit amet erat libero. Vivamus consectetur facilisis fringilla. In cursus nisi non rhoncus aliquam. In sed augue massa. Ut congue mi vel tellus ultrices imperdiet. Praesent varius massa ornare, fermentum ipsum sed, tristique nisi. Aliquam erat volutpat.

' ), 2 => array( 'section_title' => 'Who We Are', 'menu_title' => 'ABOUT', 'bgcolor' => '#f6f6f6', 'bgimage' => '', 'class' => 'parallaxme', 'content' => '

Aenean et volutpat augue. Cras vitae tellus eget nunc sagittis cursus a quis leo. Curabitur lobortis, ligula ut dapibus semper, dui eros egestas sem, a tempus sapien turpis sit amet turpis. Sed viverra facilisis orci eget porta.

Fusce lacinia est in porta interdum. In quis iaculis augue. In euismod odio nec quam rutrum, quis gravida eros blandit. Morbi consectetur sapien nec euismod viverra. Mauris iaculis congue sapien et dictum. Maecenas iaculis mauris quis magna congue tempus.

Suspendisse pharetra elit vitae pellentesque tempor. Etiam ut bibendum enim. Vestibulum velit odio, rhoncus vitae orci semper, imperdiet pellentesque diam. Suspendisse potenti. Sed ac facilisis justo.

' ), 3 => array( 'section_title' => 'Services', 'menu_title' => 'Services', 'bgcolor' => '#f0f1ec', 'bgimage' => get_template_directory_uri().'/images/section-test-bg.jpg', 'class' => 'services_txt cf', 'content' => '

Service

Web Design

Donec velit augue, scelerisque non dignissim non, commodo eget erat. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Service

Mobile Website

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec velit augue, scelerisque non dignissim non, commodo eget erat.

Service

Wordpress Themes

Donec velit augue, scelerisque non dignissim non, commodo eget erat. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

' ), 4 => array( 'section_title' => 'Photo Gallery', 'menu_title' => 'Gallery', 'bgcolor' => '#f6f6f6', 'bgimage' => '', 'class' => '', 'content' => '
' ), 5 => array( 'section_title' => 'Features', 'menu_title' => 'Blog', 'bgcolor' => '#ffffff', 'bgimage' => '', 'class' => '', 'content' => '

blog01

Responsive

Vivamus pellentesque pretium est eu molestie. Ut ut tincidunt turpis. Aliquam pretium vulputate pretium. Vivamus imperdiet lectus velit, a rutrum

blog02

Fast Loading

Phasellus fermentum augue vulputate, pulvinar odio in, semper risus. Donec rhoncus dolor in tortor venenatis, ac pharetra mauris venenatis. Aliquam

blog03

Customizable

Phasellus fermentum augue vulputate, pulvinar odio in, semper risus. Donec rhoncus dolor in tortor venenatis, ac pharetra mauris venenatis. Aliquam

' ), 6 => array( 'section_title' => 'Contact Us', 'menu_title' => 'Contact', 'bgcolor' => '#f6f6f6', 'bgimage' => '', 'class' => 'hello cf', 'content' => '

Parallax-Me

123, Test Street Ave
Saltlake City, Utah
United States

Email: you@example-mail.com

Phone: 111-222-3333

Fax: 333-444-5555

Mobile: 222-333-4444

' ), ); $options = array(); //Basic Settings $options[] = array( 'name' => __('Basic Settings', 'skt-parallaxme'), 'type' => 'heading'); $options[] = array( 'name' => __('Logo', 'skt-parallaxme'), 'desc' => __('Upload your main logo here', 'skt-parallaxme'), 'id' => 'logo', 'class' => '', 'std' => "", 'type' => 'upload'); $options[] = array( 'name' => __('Favicon', 'skt-parallaxme'), 'desc' => __('Upload favicon for website', 'skt-parallaxme'), 'id' => 'favicon', 'class' => '', 'std' => ' ', 'type' => 'upload'); $options[] = array( 'name' => __('Footer Logo', 'skt-parallaxme'), 'desc' => __('Upload footer logo here', 'skt-parallaxme'), 'id' => 'footerlogo', 'class' => '', 'std' => "", 'type' => 'upload'); $options[] = array( 'name' => __('Footer Right (Designed by) Text', 'skt-parallaxme'), 'desc' => __('Some text for footer of your site, you would like to display in the footer.', 'skt-parallaxme'), 'id' => 'footertext', 'std' => '© 2023. Design by SKT Themes', 'type' => 'textarea'); $options[] = array( 'name' => __('Custom CSS', 'skt-parallaxme'), 'desc' => __('Some Custom Styling for your site. Place any css codes here instead of the style.css file.', 'skt-parallaxme'), 'id' => 'style2', 'std' => '', 'type' => 'textarea'); //Layout Settings $options[] = array( 'name' => __('Sections', 'skt-parallaxme'), 'type' => 'heading'); $options[] = array( 'name' => __('Number of Sections', 'skt-parallaxme'), 'desc' => __('Select number of sections', 'skt-parallaxme'), 'id' => 'numsection', 'type' => 'select', 'std' => '6', 'options' => array_combine(range(1,10), range(1,10)) ); $numsecs = of_get_option( 'numsection', 6 ); for( $n=1; $n<=$numsecs; $n++){ $options[] = array( 'desc' => __("

Section

", 'skt-parallaxme'), 'class' => 'toggle_title', 'type' => 'info'); $options[] = array( 'name' => __('Section Title', 'skt-parallaxme'), 'id' => 'sectiontitle'.$n, 'std' => ( ( isset($section_text[$n]['section_title']) ) ? $section_text[$n]['section_title'] : '' ), 'type' => 'text'); $options[] = array( 'name' => __('Menu Title', 'skt-parallaxme'), 'desc' => __('This title will display in the header menu. Leave blank to hide in menu', 'skt-parallaxme'), 'id' => 'menutitle'.$n, 'std' => ( ( isset($section_text[$n]['menu_title']) ) ? $section_text[$n]['menu_title'] : '' ), 'type' => 'text'); $options[] = array( 'name' => __('Section CSS Class', 'skt-parallaxme'), 'desc' => __('Set class for this section.', 'skt-parallaxme'), 'id' => 'sectionclass'.$n, 'std' => ( ( isset($section_text[$n]['class']) ) ? $section_text[$n]['class'] : '' ), 'type' => 'text'); $options[] = array( 'name' => __('Section Content', 'skt-parallaxme'), 'id' => 'sectioncontent'.$n, 'std' => ( ( isset($section_text[$n]['content']) ) ? $section_text[$n]['content'] : '' ), 'type' => 'editor'); } //SLIDER SETTINGS $options[] = array( 'name' => __('Homepage Slider', 'skt-parallaxme'), 'type' => 'heading'); $options[] = array( 'name' => __('Inner Page Slider', 'skt-parallaxme'), 'desc' => __('Show / Hide inner page slider', 'skt-parallaxme'), 'id' => 'innerpageslider', 'type' => 'select', 'std' => 'hide', 'options' => array('show'=>'Show', 'hide'=>'Hide') ); $options[] = array( 'name' => __('Slider Image 1', 'skt-parallaxme'), 'desc' => __('Upload / select image for slide 1', 'skt-parallaxme'), 'id' => 'slide1', 'class' => '', 'std' => get_template_directory_uri()."/images/slides/slide01.jpg", 'type' => 'upload'); $options[] = array( 'desc' => __('Title 1', 'skt-parallaxme'), 'id' => 'slidetitle1', 'std' => 'Awesome' , 'type' => 'text'); $options[] = array( 'name' => __('Slider Image 2', 'skt-parallaxme'), 'desc' => __('Upload / select image for slide 2', 'skt-parallaxme'), 'id' => 'slide2', 'class' => '', 'std' => get_template_directory_uri()."/images/slides/slide02.jpg", 'type' => 'upload'); $options[] = array( 'desc' => __('Title 2', 'skt-parallaxme'), 'id' => 'slidetitle2', 'std' => 'Design' , 'type' => 'text'); $options[] = array( 'name' => __('Slider Image 3', 'skt-parallaxme'), 'desc' => __('Upload / select image for slide 3', 'skt-parallaxme'), 'id' => 'slide3', 'class' => '', 'std' => get_template_directory_uri()."/images/slides/slide03.jpg", 'type' => 'upload'); $options[] = array( 'desc' => __('Title 3', 'skt-parallaxme'), 'id' => 'slidetitle3', 'std' => 'Meets' , 'type' => 'text'); $options[] = array( 'name' => __('Slider Image 4', 'skt-parallaxme'), 'desc' => __('Upload / select image for slide 4', 'skt-parallaxme'), 'id' => 'slide4', 'class' => '', 'std' => get_template_directory_uri()."/images/slides/slide04.jpg", 'type' => 'upload'); $options[] = array( 'desc' => __('Title 4', 'skt-parallaxme'), 'id' => 'slidetitle4', 'std' => 'Easy' , 'type' => 'text'); $options[] = array( 'name' => __('Slider Image 5', 'skt-parallaxme'), 'desc' => __('Upload / select image for slide 5', 'skt-parallaxme'), 'id' => 'slide5', 'class' => '', 'std' => get_template_directory_uri()."/images/slides/slide05.jpg", 'type' => 'upload'); $options[] = array( 'desc' => __('Title 5', 'skt-parallaxme'), 'id' => 'slidetitle5', 'std' => 'Set-up' , 'type' => 'text'); //Social Settings $options[] = array( 'name' => __('Social Settings', 'skt-parallaxme'), 'type' => 'heading'); $options[] = array( 'desc' => __('Please set the value of following fields, as per the instructions given along. If you do not want to use an icon, just leave it blank. If some icons are showing up, even when no value is set then make sure they are completely blank, and just save the options once. They will not be shown anymore.', 'skt-parallaxme'), 'type' => 'info'); $options[] = array( 'name' => __('Facebook', 'skt-parallaxme'), 'desc' => __('Facebook Profile or Page URL i.e. http://facebook.com/username/ ', 'skt-parallaxme'), 'id' => 'facebook', 'std' => '#', 'type' => 'text', 'subtype' => 'url'); $options[] = array( 'name' => __('Twitter', 'skt-parallaxme'), 'desc' => __('Twitter Username', 'skt-parallaxme'), 'id' => 'twitter', 'std' => '#', 'type' => 'text', 'subtype' => 'url'); $options[] = array( 'name' => __('Google Plus', 'skt-parallaxme'), 'desc' => __('Google Plus profile url, including "http://"', 'skt-parallaxme'), 'id' => 'google', 'std' => '#', 'type' => 'text', 'subtype' => 'url'); $options[] = array( 'name' => __('Linkedin', 'skt-parallaxme'), 'desc' => __('Linkedin URL', 'skt-parallaxme'), 'id' => 'linkedin', 'std' => '#', 'type' => 'text', 'subtype' => 'url'); $options[] = array( 'name' => __('YouTube', 'skt-parallaxme'), 'desc' => __('YouTube URL', 'skt-parallaxme'), 'id' => 'youtube', 'std' => '#', 'type' => 'text', 'subtype' => 'url'); // Support $options[] = array( 'name' => __('Our Themes', 'skt-parallaxme'), 'type' => 'heading'); $options[] = array( 'desc' => __('SKT Parallax Me WordPress theme has been Designed and Created by SKT Themes.', 'skt-parallaxme'), 'type' => 'info'); $options[] = array( 'desc' => '

Buy PRO version for only $39 with more features.

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