/**
 * Share Template Tags
 * the final function with the conditional.
 */
function onepage_section_show()
{
    /* Get the options */
    $option = get_option('onepage_options');
    /* Check Services */
    $sections = onepage_sections_default();
    if (isset($option['onepage_sort'])) {
        $sections = $option['onepage_sort'];
    }
    if (!$sections) {
        return;
    }
    /* render button */
    return apply_filters('onepage_section_show', onepage_get_section($sections));
}
    public static function Onepage_Settings()
    {
        $choices = array();
        $sections = onepage_sections();
        foreach ($sections as $key => $val) {
            $choices[$key] = $val['label'];
        }
        $onepage_settings = array('onepage_header_logo_img' => array('id' => 'onepage_options[onepage_header_logo_img]', 'label' => __('Logo Image', 'one-page'), 'description' => __('Upload logo image, this image will appears when <b>Display Header Text</b> option not checked.', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_header_positon_upgrade' => array('id' => 'onepage_options[onepage_header_positon_upgrade]', 'label' => __('Header Position', 'one-page'), 'description' => sprintf(__("Check out the <a href='%s' target='_blank'>PRO version </a>for full control over Header Position!", 'one-page'), esc_url('https://www.inkthemes.com/wp-themes/free-one-page-wordpress-theme/')), 'type' => 'option', 'setting_type' => 'upgrade_msg2', 'default' => ''), 'onepage_header_ad' => array('id' => 'onepage_options[onepage_header_ad]', 'label' => '', 'description' => '', 'type' => 'option', 'setting_type' => 'ad', 'default' => '', 'image_url' => ONEPAGE_DIR_URI . 'assets/images/one-page-ad-1.png', 'link_url' => esc_url('https://www.inkthemes.com/members/signup/vIOmPtHQ')), 'onepage_top_call_us_icon' => array('id' => 'onepage_options[onepage_top_call_us_icon]', 'label' => __('Call Us Icon', 'one-page'), 'description' => sprintf(__('To display icons, Use bootstrap or font awesome icon code.
You can refer the codes from links below. %s', 'one-page') . '<br>' . esc_attr('Write icon class only. e.g, for bootstrap glyphicon&nbsp;write&nbsp;"glyphicon-eye-open" & for font awesome&nbsp;write&nbsp;"fa fa-book"'), '<a href="https://fortawesome.github.io/Font-Awesome/icons/">https://fortawesome.github.io/Font-Awesome/icons/</a>,<br/><a href="http://getbootstrap.com/components/">http://getbootstrap.com/components/</a>'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'fa fa-phone'), 'onepage_top_call_us' => array('id' => 'onepage_options[onepage_top_call_us]', 'label' => __('Call Us Number', 'one-page'), 'description' => __('Write call us number', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_header_unlimited_SIcons_upgrade' => array('id' => 'onepage_options[onepage_header_unlimited_SIcons_upgrade]', 'label' => __('Header Section Social Icon Shortcode', 'one-page'), 'description' => sprintf(__("Check out the <a href='%s' target='_blank'>PRO version </a>for full control over unlimited social icon for Header Section!", 'one-page'), esc_url('https://www.inkthemes.com/wp-themes/free-one-page-wordpress-theme/')), 'type' => 'option', 'setting_type' => 'upgrade_msg2', 'default' => ''), 'onepage_header_bg_color' => array('id' => 'onepage_options[onepage_header_bg_color]', 'label' => __('Header Background Color', 'one-page'), 'description' => __('Set header background color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_header_logo_text_color' => array('id' => 'onepage_options[onepage_header_logo_text_color]', 'label' => __('Logo Text Color', 'one-page'), 'description' => __('Set logo text color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#272727'), 'onepage_header_strip_bg_color' => array('id' => 'onepage_options[onepage_header_strip_bg_color]', 'label' => __('Header Top Strip Background Color', 'one-page'), 'description' => __('Set header top strip background color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#444'), 'onepage_top_call_us_num_color' => array('id' => 'onepage_options[onepage_top_call_us_num_color]', 'label' => __('Call Us Text Color', 'one-page'), 'description' => __('Set call us text color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_top_call_us_icon_color' => array('id' => 'onepage_options[onepage_top_call_us_icon_color]', 'label' => __('Call Us Icon Color', 'one-page'), 'description' => __('Set call us icon color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_menu_list_color' => array('id' => 'onepage_options[onepage_menu_list_color]', 'label' => __('Menu List Color', 'one-page'), 'description' => __('Set menu-list text color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#272727'), 'onepage_menu_list_hover_bg_color' => array('id' => 'onepage_options[onepage_menu_list_hover_bg_color]', 'label' => __('Menu-list Hover Color', 'one-page'), 'description' => __('Set menu-list hover background color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#eee'), 'onepage_menu_list_active_bg_color' => array('id' => 'onepage_options[onepage_menu_list_active_bg_color]', 'label' => __('Active Menu-List Background Color', 'one-page'), 'description' => __('Set active menu-list background color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffcc81'), 'onepage_menu_list_hover_border_color' => array('id' => 'onepage_options[onepage_menu_list_hover_border_color]', 'label' => __('Menu-List Border Color', 'one-page'), 'description' => __('Set menu-list border color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#e39d37'), 'onepage_typography_update' => array('id' => 'onepage_options[onepage_typography_update]', 'description' => sprintf(__("Check out the <a href='%s' target='_blank'>PRO version </a>for full control over Typography!", 'one-page'), esc_url('https://www.inkthemes.com/wp-themes/free-one-page-wordpress-theme/')), 'setting_type' => 'upgrade_msg'), 'onepage_section_order' => array('id' => 'onepage_options[onepage_sort]', 'label' => __('Section Order', 'one-page'), 'description' => __('Drag the section', 'one-page'), 'type' => 'option', 'setting_type' => 'sort', 'choices' => $choices, 'default' => onepage_sections_default()), 'onepage_hp_custom_sec_update' => array('id' => 'onepage_options[onepage_hp_custom_sec_update]', 'description' => sprintf(__("Check out the <a href='%s' target='_blank'>PRO version </a>for full control over Homepage Custom Section!", 'one-page'), esc_url('https://www.inkthemes.com/wp-themes/free-one-page-wordpress-theme/')), 'setting_type' => 'upgrade_msg'), 'onepage_theme_layout_update' => array('id' => 'onepage_options[onepage_theme_layout_update]', 'description' => sprintf(__("Check out the <a href='%s' target='_blank'>PRO version </a>for full control over the layout of the theme!", 'one-page'), esc_url('https://www.inkthemes.com/wp-themes/free-one-page-wordpress-theme/')), 'setting_type' => 'upgrade_msg'), 'onepage_theme_sidebar_update' => array('id' => 'onepage_options[onepage_theme_sidebar_update]', 'description' => sprintf(__("Check out the <a href='%s' target='_blank'>PRO version </a>for full control over the position of the sidebar!", 'one-page'), esc_url('https://www.inkthemes.com/wp-themes/free-one-page-wordpress-theme/')), 'setting_type' => 'upgrade_msg'), 'onepage_slider_image_1' => array('id' => 'onepage_options[onepage_slider_image_1]', 'label' => __('Image', 'one-page'), 'description' => __('Upload image for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_slider_heading_1' => array('id' => 'onepage_options[onepage_slider_heading_1]', 'label' => __('Heading', 'one-page'), 'description' => __('Enter heading for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_slider_subheading_1' => array('id' => 'onepage_options[onepage_slider_subheading_1]', 'label' => __('Sub Heading', 'one-page'), 'description' => __('Enter sub heading for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_slider_button_text_1' => array('id' => 'onepage_options[onepage_slider_button_text_1]', 'label' => __('Button Text', 'one-page'), 'description' => __('Enter text for button', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_slider_button_link_1' => array('id' => 'onepage_options[onepage_slider_button_link_1]', 'label' => __('Button Link', 'one-page'), 'description' => __('Enter the button link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_slider_image_2' => array('id' => 'onepage_options[onepage_slider_image_2]', 'label' => __('Image', 'one-page'), 'description' => __('Upload image for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_slider_heading_2' => array('id' => 'onepage_options[onepage_slider_heading_2]', 'label' => __('Heading', 'one-page'), 'description' => __('Enter heading for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_slider_subheading_2' => array('id' => 'onepage_options[onepage_slider_subheading_2]', 'label' => __('Sub Heading', 'one-page'), 'description' => __('Enter sub heading for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_slider_button_text_2' => array('id' => 'onepage_options[onepage_slider_button_text_2]', 'label' => __('Button Text', 'one-page'), 'description' => __('Enter text for button', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_slider_button_link_2' => array('id' => 'onepage_options[onepage_slider_button_link_2]', 'label' => __('Button Link', 'one-page'), 'description' => __('Enter the button link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_slider_image_3' => array('id' => 'onepage_options[onepage_slider_image_3]', 'label' => __('Image', 'one-page'), 'description' => __('Upload image for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_slider_heading_3' => array('id' => 'onepage_options[onepage_slider_heading_3]', 'label' => __('Heading', 'one-page'), 'description' => __('Enter heading for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_slider_subheading_3' => array('id' => 'onepage_options[onepage_slider_subheading_3]', 'label' => __('Sub Heading', 'one-page'), 'description' => __('Enter sub heading for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_slider_button_text_3' => array('id' => 'onepage_options[onepage_slider_button_text_3]', 'label' => __('Button Text', 'one-page'), 'description' => __('Enter text for button', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_slider_button_link_3' => array('id' => 'onepage_options[onepage_slider_button_link_3]', 'label' => __('Button Link', 'one-page'), 'description' => __('Enter the button link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_slider_image_4' => array('id' => 'onepage_options[onepage_slider_image_4]', 'label' => __('Image', 'one-page'), 'description' => __('Upload image for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_slider_heading_4' => array('id' => 'onepage_options[onepage_slider_heading_4]', 'label' => __('Heading', 'one-page'), 'description' => __('Enter heading for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_slider_subheading_4' => array('id' => 'onepage_options[onepage_slider_subheading_4]', 'label' => __('Sub Heading', 'one-page'), 'description' => __('Enter sub heading for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_slider_button_text_4' => array('id' => 'onepage_options[onepage_slider_button_text_4]', 'label' => __('Button Text', 'one-page'), 'description' => __('Enter text for button', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_slider_button_link_4' => array('id' => 'onepage_options[onepage_slider_button_link_4]', 'label' => __('Button Link', 'one-page'), 'description' => __('Enter the button link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_slider_image_5' => array('id' => 'onepage_options[onepage_slider_image_5]', 'label' => __('Image', 'one-page'), 'description' => __('Upload image for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_slider_heading_5' => array('id' => 'onepage_options[onepage_slider_heading_5]', 'label' => __('Heading', 'one-page'), 'description' => __('Enter heading for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_slider_subheading_5' => array('id' => 'onepage_options[onepage_slider_subheading_5]', 'label' => __('Sub Heading', 'one-page'), 'description' => __('Enter sub heading for slider', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_slider_button_text_5' => array('id' => 'onepage_options[onepage_slider_button_text_5]', 'label' => __('Button Text', 'one-page'), 'description' => __('Enter text for button', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_slider_button_link_5' => array('id' => 'onepage_options[onepage_slider_button_link_5]', 'label' => __('Button Link', 'one-page'), 'description' => __('Enter the button link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_slider_trans_1' => array('id' => 'onepage_options[onepage_slider_trans_1]', 'label' => __('Slider #1 Transition Effect', 'one-page'), 'description' => __('Set transition effect for the slide', 'one-page'), 'type' => 'option', 'setting_type' => 'select', 'default' => 'horizontal', 'choices' => array('horizontal' => 'Horizontal', 'vertical' => 'Vertical')), 'onepage_slider_trans_2' => array('id' => 'onepage_options[onepage_slider_trans_2]', 'label' => __('Slider #2 Transition Effect', 'one-page'), 'description' => __('Set transition effect for the slide', 'one-page'), 'type' => 'option', 'setting_type' => 'select', 'default' => 'horizontal', 'choices' => array('horizontal' => 'Horizontal', 'vertical' => 'Vertical')), 'onepage_slider_trans_3' => array('id' => 'onepage_options[onepage_slider_trans_3]', 'label' => __('Slider #3 Transition Effect', 'one-page'), 'description' => __('Set transition effect for the slide', 'one-page'), 'type' => 'option', 'setting_type' => 'select', 'default' => 'horizontal', 'choices' => array('horizontal' => 'Horizontal', 'vertical' => 'Vertical')), 'onepage_slider_trans_4' => array('id' => 'onepage_options[onepage_slider_trans_4]', 'label' => __('Slider #4 Transition Effect', 'one-page'), 'description' => __('Set transition effect for the slide', 'one-page'), 'type' => 'option', 'setting_type' => 'select', 'default' => 'horizontal', 'choices' => array('horizontal' => 'Horizontal', 'vertical' => 'Vertical')), 'onepage_slider_trans_5' => array('id' => 'onepage_options[onepage_slider_trans_5]', 'label' => __('Slider #5 Transition Effect', 'one-page'), 'description' => __('Set transition effect for the slide', 'one-page'), 'type' => 'option', 'setting_type' => 'select', 'default' => 'horizontal', 'choices' => array('horizontal' => 'Horizontal', 'vertical' => 'Vertical')), 'onepage_slider_overlay_1' => array('id' => 'onepage_options[onepage_slider_overlay_1]', 'label' => __('Slider #1 Overlay Color', 'one-page'), 'description' => __('Set overlay color for the slide', 'one-page'), 'type' => 'option', 'setting_type' => 'alpha_color', 'default' => 'rgba(29, 105, 165, 0.69)'), 'onepage_slider_overlay_2' => array('id' => 'onepage_options[onepage_slider_overlay_2]', 'label' => __('Slider #2 Overlay Color', 'one-page'), 'description' => __('Set overlay color for the slide', 'one-page'), 'type' => 'option', 'setting_type' => 'alpha_color', 'default' => 'rgba(29, 105, 165, 0.69)'), 'onepage_slider_overlay_3' => array('id' => 'onepage_options[onepage_slider_overlay_3]', 'label' => __('Slider #3 Overlay Color', 'one-page'), 'description' => __('Set overlay color for the slide', 'one-page'), 'type' => 'option', 'setting_type' => 'alpha_color', 'default' => 'rgba(29, 105, 165, 0.69)'), 'onepage_slider_overlay_4' => array('id' => 'onepage_options[onepage_slider_overlay_4]', 'label' => __('Slider #4 Overlay Color', 'one-page'), 'description' => __('Set overlay color for the slide', 'one-page'), 'type' => 'option', 'setting_type' => 'alpha_color', 'default' => 'rgba(29, 105, 165, 0.69)'), 'onepage_slider_overlay_5' => array('id' => 'onepage_options[onepage_slider_overlay_5]', 'label' => __('Slider #5 Overlay Color', 'one-page'), 'description' => __('Set overlay color for the slide', 'one-page'), 'type' => 'option', 'setting_type' => 'alpha_color', 'default' => 'rgba(29, 105, 165, 0.69)'), 'onepage_service_section_heading' => array('id' => 'onepage_options[onepage_service_section_heading]', 'label' => __('Main Heading', 'one-page'), 'description' => __('Service Section main heading', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_service_section_sub_heading' => array('id' => 'onepage_options[onepage_service_section_sub_heading]', 'label' => __('Sub Heading', 'one-page'), 'description' => __('Service Section sub heading', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_service_box_icon_1' => array('id' => 'onepage_options[onepage_service_box_icon_1]', 'label' => __('Box Icon', 'one-page'), 'description' => sprintf(__('To display icons, Use bootstrap or font awesome icon code.
You can refer the codes from links below. %s', 'one-page') . '<br>' . esc_attr('Write icon class only. e.g, for bootstrap glyphicon&nbsp;write&nbsp;"glyphicon-eye-open" & for font awesome&nbsp;write&nbsp;"fa fa-book"'), '<a href="https://fortawesome.github.io/Font-Awesome/icons/">https://fortawesome.github.io/Font-Awesome/icons/</a>,<br/><a href="http://getbootstrap.com/components/">http://getbootstrap.com/components/</a>'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'glyphicon-paperclip'), 'onepage_service_box_heading_1' => array('id' => 'onepage_options[onepage_service_box_heading_1]', 'label' => __('Box Heading', 'one-page'), 'description' => __('Enter heading for box', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_service_box_desc_1' => array('id' => 'onepage_options[onepage_service_box_desc_1]', 'label' => __('Box Description', 'one-page'), 'description' => __('Enter description for box', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_service_box_icon_2' => array('id' => 'onepage_options[onepage_service_box_icon_2]', 'label' => __('Box Icon', 'one-page'), 'description' => sprintf(__('To display icons, Use bootstrap or font awesome icon code.
You can refer the codes from links below. %s', 'one-page') . '<br>' . esc_attr('Write icon class only. e.g, for bootstrap glyphicon&nbsp;write&nbsp;"glyphicon-eye-open" & for font awesome&nbsp;write&nbsp;"fa fa-book"'), '<a href="https://fortawesome.github.io/Font-Awesome/icons/">https://fortawesome.github.io/Font-Awesome/icons/</a>,<br/><a href="http://getbootstrap.com/components/">http://getbootstrap.com/components/</a>'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'glyphicon-sunglasses'), 'onepage_service_box_heading_2' => array('id' => 'onepage_options[onepage_service_box_heading_2]', 'label' => __('Box Heading', 'one-page'), 'description' => __('Enter heading for box', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_service_box_desc_2' => array('id' => 'onepage_options[onepage_service_box_desc_2]', 'label' => __('Box Description', 'one-page'), 'description' => __('Enter description for box', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_service_box_icon_3' => array('id' => 'onepage_options[onepage_service_box_icon_3]', 'label' => __('Box Icon', 'one-page'), 'description' => sprintf(__('To display icons, Use bootstrap or font awesome icon code.
You can refer the codes from links below. %s', 'one-page') . '<br>' . esc_attr('Write icon class only. e.g, for bootstrap glyphicon&nbsp;write&nbsp;"glyphicon-eye-open" & for font awesome&nbsp;write&nbsp;"fa fa-book"'), '<a href="https://fortawesome.github.io/Font-Awesome/icons/">https://fortawesome.github.io/Font-Awesome/icons/</a>,<br/><a href="http://getbootstrap.com/components/">http://getbootstrap.com/components/</a>'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'glyphicon-headphones'), 'onepage_service_box_heading_3' => array('id' => 'onepage_options[onepage_service_box_heading_3]', 'label' => __('Box Heading', 'one-page'), 'description' => __('Enter heading for box', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_service_box_desc_3' => array('id' => 'onepage_options[onepage_service_box_desc_3]', 'label' => __('Box Description', 'one-page'), 'description' => __('Enter description for box', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_service_box_icon_4' => array('id' => 'onepage_options[onepage_service_box_icon_4]', 'label' => __('Box Icon', 'one-page'), 'description' => sprintf(__('To display icons, Use bootstrap or font awesome icon code.
You can refer the codes from links below. %s', 'one-page') . '<br>' . esc_attr('Write icon class only. e.g, for bootstrap glyphicon&nbsp;write&nbsp;"glyphicon-eye-open" & for font awesome&nbsp;write&nbsp;"fa fa-book"'), '<a href="https://fortawesome.github.io/Font-Awesome/icons/">https://fortawesome.github.io/Font-Awesome/icons/</a>,<br/><a href="http://getbootstrap.com/components/">http://getbootstrap.com/components/</a>'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'glyphicon-eye-open'), 'onepage_service_box_heading_4' => array('id' => 'onepage_options[onepage_service_box_heading_4]', 'label' => __('Box Heading', 'one-page'), 'description' => __('Enter heading for box', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_service_box_desc_4' => array('id' => 'onepage_options[onepage_service_box_desc_4]', 'label' => __('Box Description', 'one-page'), 'description' => __('Enter description for box', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_service_box_bg_color' => array('id' => 'onepage_options[onepage_service_box_bg_color]', 'label' => __('Background Color', 'one-page'), 'description' => __('Set background color for the section', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_service_section_heading_color' => array('id' => 'onepage_options[onepage_service_section_heading_color]', 'label' => __('Main Heading Color', 'one-page'), 'description' => __('Main heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#272727'), 'onepage_service_section_sub_heading_color' => array('id' => 'onepage_options[onepage_service_section_sub_heading_color]', 'label' => __('Sub-Heading Color', 'one-page'), 'description' => __('Sub-heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#6D6C6C'), 'onepage_service_box_color_border_1' => array('id' => 'onepage_options[onepage_service_box_color_border_1]', 'label' => __('Box #1 Border Color', 'one-page'), 'description' => __('Set border color of the icon', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#e6557c'), 'onepage_service_box_color_icon_1' => array('id' => 'onepage_options[onepage_service_box_color_icon_1]', 'label' => __('Box #1 Icon Color', 'one-page'), 'description' => __('Set icon color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#e6557c'), 'onepage_service_box_color_border_2' => array('id' => 'onepage_options[onepage_service_box_color_border_2]', 'label' => __('Box #2 Border Color', 'one-page'), 'description' => __('Set border color of the icon', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#00b9db'), 'onepage_service_box_color_icon_2' => array('id' => 'onepage_options[onepage_service_box_color_icon_2]', 'label' => __('Box #2 Icon Color', 'one-page'), 'description' => __('Set icon color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#00b9db'), 'onepage_service_box_color_border_3' => array('id' => 'onepage_options[onepage_service_box_color_border_3]', 'label' => __('Box #3 Border Color', 'one-page'), 'description' => __('Set border color of the icon', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#dcaf31'), 'onepage_service_box_color_icon_3' => array('id' => 'onepage_options[onepage_service_box_color_icon_3]', 'label' => __('Box #3 Icon Color', 'one-page'), 'description' => __('Set icon color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#dcaf31'), 'onepage_service_box_color_border_4' => array('id' => 'onepage_options[onepage_service_box_color_border_4]', 'label' => __('Box #4 Border Color', 'one-page'), 'description' => __('Set border color of the icon', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#9792d4'), 'onepage_service_box_color_icon_4' => array('id' => 'onepage_options[onepage_service_box_color_icon_4]', 'label' => __('Box #4 Icon Color', 'one-page'), 'description' => __('Set icon color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#9792d4'), 'onepage_testimonial_section_bg_color' => array('id' => 'onepage_options[onepage_testimonial_section_bg_color]', 'label' => __('Background Color', 'one-page'), 'description' => __('Set background color for the section', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#fff'), 'onepage_testimonial_section_heading_color' => array('id' => 'onepage_options[onepage_testimonial_section_heading_color]', 'label' => __('Main Heading Color', 'one-page'), 'description' => __('Main heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#272727'), 'onepage_testimonial_section_sub_heading_color' => array('id' => 'onepage_options[onepage_testimonial_section_sub_heading_color]', 'label' => __('Sub-Heading Color', 'one-page'), 'description' => __('Sub-heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#6D6C6C'), 'onepage_testimonial_section_content_border_color' => array('id' => 'onepage_options[onepage_testimonial_section_content_border_color]', 'label' => __('Border Color', 'one-page'), 'description' => __('Border color', 'one-page'), 'type' => 'option', 'setting_type' => 'alpha_color', 'default' => '#bab7e0'), 'onepage_testimonial_main_heading' => array('id' => 'onepage_options[onepage_testimonial_main_heading]', 'label' => __('Main Heading', 'one-page'), 'description' => __('Write main heading for the testimonial section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_testimonial_sub_heading' => array('id' => 'onepage_options[onepage_testimonial_sub_heading]', 'label' => __('Sub-Heading', 'one-page'), 'description' => __('Write sub-heading for the testimonial section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_testimonial_1_image' => array('id' => 'onepage_options[onepage_testimonial_1_image]', 'label' => __('Author Image', 'one-page'), 'description' => __('Upload Author Image for first testimonial', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_testimonial_1_content' => array('id' => 'onepage_options[onepage_testimonial_1_content]', 'label' => __('Author Content ', 'one-page'), 'description' => __('Write content for first testimonial', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_testimonial_1_name' => array('id' => 'onepage_options[onepage_testimonial_1_name]', 'label' => __('Author Name ', 'one-page'), 'description' => __('Write Author name for first testimonial', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_testimonial_2_image' => array('id' => 'onepage_options[onepage_testimonial_2_image]', 'label' => __('Author Image', 'one-page'), 'description' => __('Upload Author Image for second testimonial', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_testimonial_2_content' => array('id' => 'onepage_options[onepage_testimonial_2_content]', 'label' => __('Author Content ', 'one-page'), 'description' => __('Write content for second testimonial', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_testimonial_2_name' => array('id' => 'onepage_options[onepage_testimonial_2_name]', 'label' => __('Author Name ', 'one-page'), 'description' => __('Write Author name for second testimonial', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_testimonial_3_image' => array('id' => 'onepage_options[onepage_testimonial_3_image]', 'label' => __('Author Image', 'one-page'), 'description' => __('Upload Author Image for third testimonial', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_testimonial_3_content' => array('id' => 'onepage_options[onepage_testimonial_3_content]', 'label' => __('Author Content ', 'one-page'), 'description' => __('Write content for third testimonial', 'one-page'), 'type' => 'option', 'setting_type' => 'textarea', 'default' => ''), 'onepage_testimonial_3_name' => array('id' => 'onepage_options[onepage_testimonial_3_name]', 'label' => __('Author Name ', 'one-page'), 'description' => __('Write Author name for third testimonial', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_blog_bg_color' => array('id' => 'onepage_options[onepage_blog_bg_color]', 'label' => __('Background Color', 'one-page'), 'description' => __('Set background color for the section', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#1bbc9b'), 'onepage_blog_section_heading_color' => array('id' => 'onepage_options[onepage_blog_section_heading_color]', 'label' => __('Main Heading Color', 'one-page'), 'description' => __('Main heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_blog_section_sub_heading_color' => array('id' => 'onepage_options[onepage_blog_section_sub_heading_color]', 'label' => __('Sub-Heading Color', 'one-page'), 'description' => __('Sub-heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_blog_read_more_button_color' => array('id' => 'onepage_options[onepage_blog_read_more_button_color]', 'label' => __('Read More Button Color', 'one-page'), 'description' => __('Set read more button\'s background color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#f47264'), 'onepage_blog_main_heading' => array('id' => 'onepage_options[onepage_blog_main_heading]', 'label' => __('Main Heading', 'one-page'), 'description' => __('Write main heading for the Blogs & News section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_blog_sub_heading' => array('id' => 'onepage_options[onepage_blog_sub_heading]', 'label' => __('Sub-Heading', 'one-page'), 'description' => __('Write sub-heading for the Blogs & News section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_blog_read_more_text' => array('id' => 'onepage_options[onepage_blog_read_more_text]', 'label' => __('Read More Text', 'one-page'), 'description' => __('Write your text for read more', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_blog_post_number' => array('id' => 'onepage_options[onepage_blog_post_number]', 'label' => __('Number Of Posts', 'one-page'), 'description' => __('Set number of post to show in Blogs & News section', 'one-page'), 'type' => 'option', 'setting_type' => 'number', 'default' => '3'), 'onepage_portfolio_bg_color' => array('id' => 'onepage_options[onepage_portfolio_bg_color]', 'label' => __('Background Color', 'one-page'), 'description' => __('Set background color for the section', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#fff'), 'onepage_portfolio_section_heading_color' => array('id' => 'onepage_options[onepage_portfolio_section_heading_color]', 'label' => __('Main Heading Color', 'one-page'), 'description' => __('Main heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#272727'), 'onepage_portfolio_section_sub_heading_color' => array('id' => 'onepage_options[onepage_portfolio_section_sub_heading_color]', 'label' => __('Sub-Heading Color', 'one-page'), 'description' => __('Sub-heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#6D6C6C'), 'onepage_portfolio_tab_color' => array('id' => 'onepage_options[onepage_portfolio_tab_color]', 'label' => __('Tab Item Color', 'one-page'), 'description' => __('Set tab item color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#9792d4'), 'onepage_portfolio_active_tab_color' => array('id' => 'onepage_options[onepage_portfolio_active_tab_color]', 'label' => __('Active Tab Color', 'one-page'), 'description' => __('Set active tab color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#f87a6c'), 'onepage_portfolio_hexagon_hover_bg_color' => array('id' => 'onepage_options[onepage_portfolio_hexagon_hover_bg_color]', 'label' => __('Image Hover Overlay Color', 'one-page'), 'description' => __('Set image hover overlay color', 'one-page'), 'type' => 'option', 'setting_type' => 'alpha_color', 'default' => 'rgba(0, 0, 0, 0.61)'), 'onepage_portfolio_main_heading' => array('id' => 'onepage_options[onepage_portfolio_main_heading]', 'label' => __('Main Heading', 'one-page'), 'description' => __('Write main heading for the portfolio section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_portfolio_sub_heading' => array('id' => 'onepage_options[onepage_portfolio_sub_heading]', 'label' => __('Sub-Heading', 'one-page'), 'description' => __('Write sub-heading for the portfolio section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_portfolio_tag' => array('id' => 'onepage_options[onepage_portfolio_tag]', 'label' => __('Portfolio Tag', 'one-page'), 'description' => __('Select a post tag for the portfolio section', 'one-page'), 'type' => 'option', 'setting_type' => 'select', 'default' => '', 'choices' => onepage_portfolio_tag_list()), 'onepage_video_section_bg_color' => array('id' => 'onepage_options[onepage_video_section_bg_color]', 'label' => __('Background Color', 'one-page'), 'description' => __('Set background color for the section', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#00c1e4'), 'onepage_video_section_heading_color' => array('id' => 'onepage_options[onepage_video_section_heading_color]', 'label' => __('Main Heading Color', 'one-page'), 'description' => __('Main heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_video_section_sub_heading_color' => array('id' => 'onepage_options[onepage_video_section_sub_heading_color]', 'label' => __('Sub-Heading Color', 'one-page'), 'description' => __('Sub-heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_video_main_heading' => array('id' => 'onepage_options[onepage_video_main_heading]', 'label' => __('Main Heading', 'one-page'), 'description' => __('Write main heading for the video section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_video_sub_heading' => array('id' => 'onepage_options[onepage_video_sub_heading]', 'label' => __('Sub-Heading', 'one-page'), 'description' => __('Write sub-heading for the video section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_video_iframe' => array('id' => 'onepage_options[onepage_video_iframe]', 'label' => __('Video Iframe', 'one-page'), 'description' => __('Paste video iframe code for the video section', 'one-page'), 'type' => 'option', 'setting_type' => 'editor', 'default' => ''), 'onepage_pricing_bg_color' => array('id' => 'onepage_options[onepage_pricing_bg_color]', 'label' => __('Background Color', 'one-page'), 'description' => __('Set background color for the section', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#f8a841'), 'onepage_pricing_section_heading_color' => array('id' => 'onepage_options[onepage_pricing_section_heading_color]', 'label' => __('Main Heading Color', 'one-page'), 'description' => __('Main heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_pricing_section_sub_heading_color' => array('id' => 'onepage_options[onepage_pricing_section_sub_heading_color]', 'label' => __('Sub-Heading Color', 'one-page'), 'description' => __('Sub-heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_pricing_box1_bg_color' => array('id' => 'onepage_options[onepage_pricing_box1_bg_color]', 'label' => __('Pricing box #1 Background Color', 'one-page'), 'description' => __('Set pricing box #1 background color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#1bbc9b'), 'onepage_pricing_box1_icon_border_color' => array('id' => 'onepage_options[onepage_pricing_box1_icon_border_color]', 'label' => __('Pricing Box #1 Icon Border Color', 'one-page'), 'description' => __('Set pricing box #1 icon border color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#3BD9BC'), 'onepage_pricing_box2_bg_color' => array('id' => 'onepage_options[onepage_pricing_box2_bg_color]', 'label' => __('Pricing Box #2 Background Color', 'one-page'), 'description' => __('Set pricing box #2 background color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#f47264'), 'onepage_pricing_box2_icon_border_color' => array('id' => 'onepage_options[onepage_pricing_box2_icon_border_color]', 'label' => __('Pricing box #2 Icon Border Color', 'one-page'), 'description' => __('Set pricing box #2 icon border color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#fc9387'), 'onepage_pricing_box3_bg_color' => array('id' => 'onepage_options[onepage_pricing_box3_bg_color]', 'label' => __('Pricing Box #3 Background Color', 'one-page'), 'description' => __('Set pricing box #3 background color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#1bbc9b'), 'onepage_pricing_box3_icon_border_color' => array('id' => 'onepage_options[onepage_pricing_box3_icon_border_color]', 'label' => __('Pricing Box #3 Icon Border Color', 'one-page'), 'description' => __('Set pricing box #3 icon border color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#3BD9BC'), 'onepage_pricing_box_icon_color' => array('id' => 'onepage_options[onepage_pricing_box_icon_color]', 'label' => __('Pricing Boxes Icon Color', 'one-page'), 'description' => __('Set pricing boxes icon color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#272727'), 'onepage_pricing_box_heading_color' => array('id' => 'onepage_options[onepage_pricing_box_heading_color]', 'label' => __('Pricing Box Heading Color', 'one-page'), 'description' => __('Set pricing box heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#fff'), 'onepage_pricing_box_pricing_color' => array('id' => 'onepage_options[onepage_pricing_box_pricing_color]', 'label' => __('Pricing Box Price Color', 'one-page'), 'description' => __('Set pricing box price color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#fff'), 'onepage_pricing_box_pricing_bottom_border_color' => array('id' => 'onepage_options[onepage_pricing_box_pricing_bottom_border_color]', 'label' => __('Pricing Box Bottom Border Color', 'one-page'), 'description' => __('Set pricing box bottom border color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#F8C841'), 'onepage_pricing_box_list_color' => array('id' => 'onepage_options[onepage_pricing_box_list_color]', 'label' => __('Pricing Box Feature Text Color', 'one-page'), 'description' => __('Set Pricing box feature text color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#fff'), 'onepage_pricing_box_button_color' => array('id' => 'onepage_options[onepage_pricing_box_button_color]', 'label' => __('Pricing Box Buttons Color', 'one-page'), 'description' => __('Set pricing box buttons color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#dfae45'), 'onepage_pricing_main_heading' => array('id' => 'onepage_options[onepage_pricing_main_heading]', 'label' => __('Main Heading', 'one-page'), 'description' => __('Write main heading for the pricing section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_pricing_sub_heading' => array('id' => 'onepage_options[onepage_pricing_sub_heading]', 'label' => __('Sub-Heading', 'one-page'), 'description' => __('Write sub-heading for the pricing section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_pricing_box1_icon' => array('id' => 'onepage_options[onepage_pricing_box1_icon]', 'label' => __('Pricing Box #1 Icon Code', 'one-page'), 'description' => sprintf(__('To display icons, Use bootstrap or font awesome icon code.
You can refer the codes from links below. %s', 'one-page') . '<br>' . esc_attr('Write icon class only. e.g, for bootstrap glyphicon&nbsp;write&nbsp;"glyphicon-eye-open" & for font awesome&nbsp;write&nbsp;"fa fa-book"'), '<a href="https://fortawesome.github.io/Font-Awesome/icons/">https://fortawesome.github.io/Font-Awesome/icons/</a>,<br/><a href="http://getbootstrap.com/components/">http://getbootstrap.com/components/</a>'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'glyphicon-shopping-cart'), 'onepage_pricing_box1_heading' => array('id' => 'onepage_options[onepage_pricing_box1_heading]', 'label' => __('Pricing Box #1 Heading', 'one-page'), 'description' => __('Write heading for the pricing box #1', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'Single Plan'), 'onepage_pricing_box1_price' => array('id' => 'onepage_options[onepage_pricing_box1_price]', 'label' => __('Pricing Box #1 Price', 'one-page'), 'description' => __('Write price description for the pricing box #1', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => '$59'), 'onepage_pricing_box1_feature1' => array('id' => 'onepage_options[onepage_pricing_box1_feature1]', 'label' => __('Pricing Box #1 Feature1', 'one-page'), 'description' => __('Write feature #1 for the pricing box #1', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'Unlimited Access'), 'onepage_pricing_box1_feature2' => array('id' => 'onepage_options[onepage_pricing_box1_feature2]', 'label' => __('Pricing Box #1 Feature2', 'one-page'), 'description' => __('Write feature #2 for the pricing box #1', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => '20 GB Storage'), 'onepage_pricing_box1_feature3' => array('id' => 'onepage_options[onepage_pricing_box1_feature3]', 'label' => __('Pricing Box #1 Feature2', 'one-page'), 'description' => __('Write feature #3 for the pricing box #1', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => '200 Cups of Coffee Free'), 'onepage_pricing_box1_feature4' => array('id' => 'onepage_options[onepage_pricing_box1_feature4]', 'label' => __('Pricing Box #1 Feature4', 'one-page'), 'description' => __('Write feature #4 for the pricing box #1', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => '6 Months Support'), 'onepage_pricing_box1_feature5' => array('id' => 'onepage_options[onepage_pricing_box1_feature5]', 'label' => __('Pricing Box #1 Feature5', 'one-page'), 'description' => __('Write feature #5 for the pricing box #1', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'Full Theme Access'), 'onepage_pricing_box1_button_text' => array('id' => 'onepage_options[onepage_pricing_box1_button_text]', 'label' => __('Pricing Box #1 Button Text', 'one-page'), 'description' => __('Write pricing box #1 button text', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => __('View Theme', 'one-page')), 'onepage_pricing_box1_button_link' => array('id' => 'onepage_options[onepage_pricing_box1_button_link]', 'label' => __('Pricing Box #1 Button Link', 'one-page'), 'description' => __('Write Pricing box #1 button link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => '#'), 'onepage_pricing_box2_icon' => array('id' => 'onepage_options[onepage_pricing_box2_icon]', 'label' => __('Pricing Box #2 Icon Code', 'one-page'), 'description' => sprintf(__('To display icons, Use bootstrap or font awesome icon code.
You can refer the codes from links below. %s', 'one-page') . '<br>' . esc_attr('Write icon class only. e.g, for bootstrap glyphicon&nbsp;write&nbsp;"glyphicon-eye-open" & for font awesome&nbsp;write&nbsp;"fa fa-book"'), '<a href="https://fortawesome.github.io/Font-Awesome/icons/">https://fortawesome.github.io/Font-Awesome/icons/</a>,<br/><a href="http://getbootstrap.com/components/">http://getbootstrap.com/components/</a>'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'glyphicon-hourglass'), 'onepage_pricing_box2_heading' => array('id' => 'onepage_options[onepage_pricing_box2_heading]', 'label' => __('Pricing Box #2 Heading', 'one-page'), 'description' => __('Write heading for the pricing box #2', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'Multiple Plan'), 'onepage_pricing_box2_price' => array('id' => 'onepage_options[onepage_pricing_box2_price]', 'label' => __('Pricing Box #2 Price', 'one-page'), 'description' => __('Write price description for the pricing box #2', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => '$99'), 'onepage_pricing_box2_feature1' => array('id' => 'onepage_options[onepage_pricing_box2_feature1]', 'label' => __('Pricing Box #2 Feature1', 'one-page'), 'description' => __('Write feature #1 for the pricing box #2', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'Unlimited Access'), 'onepage_pricing_box2_feature2' => array('id' => 'onepage_options[onepage_pricing_box2_feature2]', 'label' => __('Pricing Box #2 Feature2', 'one-page'), 'description' => __('Write feature #2 for the pricing box #2', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => '20 GB Storage'), 'onepage_pricing_box2_feature3' => array('id' => 'onepage_options[onepage_pricing_box2_feature3]', 'label' => __('Pricing Box #2 Feature2', 'one-page'), 'description' => __('Write feature #3 for the pricing box #2', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => '200 Cups of Coffee Free'), 'onepage_pricing_box2_feature4' => array('id' => 'onepage_options[onepage_pricing_box2_feature4]', 'label' => __('Pricing Box #2 Feature4', 'one-page'), 'description' => __('Write feature #4 for the pricing box #2', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => '6 Months Support'), 'onepage_pricing_box2_feature5' => array('id' => 'onepage_options[onepage_pricing_box2_feature5]', 'label' => __('Pricing Box #2 feature5', 'one-page'), 'description' => __('Write feature #5 for the pricing box #2', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'Full Theme Access'), 'onepage_pricing_box2_button_text' => array('id' => 'onepage_options[onepage_pricing_box2_button_text]', 'label' => __('Pricing Box#2 Button Text', 'one-page'), 'description' => __('Write Pricing box #2 button text', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => __('View Theme', 'one-page')), 'onepage_pricing_box2_button_link' => array('id' => 'onepage_options[onepage_pricing_box2_button_link]', 'label' => __('Pricing Box #2 Button Link', 'one-page'), 'description' => __('Write Pricing box #2 button link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => '#'), 'onepage_pricing_box3_icon' => array('id' => 'onepage_options[onepage_pricing_box3_icon]', 'label' => __('Pricing Box#3 Icon Code', 'one-page'), 'description' => sprintf(__('To display icons, Use bootstrap or font awesome icon code.
You can refer the codes from links below. %s', 'one-page') . '<br>' . esc_attr('Write icon class only. e.g, for bootstrap glyphicon&nbsp;write&nbsp;"glyphicon-eye-open" & for font awesome&nbsp;write&nbsp;"fa fa-book"'), '<a href="https://fortawesome.github.io/Font-Awesome/icons/">https://fortawesome.github.io/Font-Awesome/icons/</a>,<br/><a href="http://getbootstrap.com/components/">http://getbootstrap.com/components/</a>'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'glyphicon-shopping-cart'), 'onepage_pricing_box3_heading' => array('id' => 'onepage_options[onepage_pricing_box3_heading]', 'label' => __('Pricing Box #3 Heading', 'one-page'), 'description' => __('Write heading for the pricing box#3', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'Full Member'), 'onepage_pricing_box3_price' => array('id' => 'onepage_options[onepage_pricing_box3_price]', 'label' => __('Pricing Box #3 Price', 'one-page'), 'description' => __('Write price description for the pricing box#3', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => '$250'), 'onepage_pricing_box3_feature1' => array('id' => 'onepage_options[onepage_pricing_box3_feature1]', 'label' => __('Pricing Box #3 Feature1', 'one-page'), 'description' => __('Write feature #1 for the pricing box #3', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'Unlimited Access'), 'onepage_pricing_box3_feature2' => array('id' => 'onepage_options[onepage_pricing_box3_feature2]', 'label' => __('Pricing Box#3 Feature2', 'one-page'), 'description' => __('Write feature #2 for the pricing box #3', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => '20 GB Storage'), 'onepage_pricing_box3_feature3' => array('id' => 'onepage_options[onepage_pricing_box3_feature3]', 'label' => __('Pricing Box#3 Feature3', 'one-page'), 'description' => __('Write feature #3 for the pricing box #3', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => '200 Cups of Coffee Free'), 'onepage_pricing_box3_feature4' => array('id' => 'onepage_options[onepage_pricing_box3_feature4]', 'label' => __('Pricing Box #3 Feature4', 'one-page'), 'description' => __('Write feature #4 for the pricing box #3', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => '6 Months Support'), 'onepage_pricing_box3_feature5' => array('id' => 'onepage_options[onepage_pricing_box3_feature5]', 'label' => __('Pricing Box #3 Feature5', 'one-page'), 'description' => __('Write feature #5 for the pricing box #3', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => 'Full Theme Access'), 'onepage_pricing_box3_button_text' => array('id' => 'onepage_options[onepage_pricing_box3_button_text]', 'label' => __('Pricing Box #3 Button Text', 'one-page'), 'description' => __('Write Pricing box #3 button text', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => __('View Theme', 'one-page')), 'onepage_pricing_box3_button_link' => array('id' => 'onepage_options[onepage_pricing_box3_button_link]', 'label' => __('Pricing Box #3 Button Link', 'one-page'), 'description' => __('Write Pricing box #3 button link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => '#'), 'onepage_team_bg_color' => array('id' => 'onepage_options[onepage_team_bg_color]', 'label' => __('Background Color', 'one-page'), 'description' => __('Set background color for the section', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_team_section_heading_color' => array('id' => 'onepage_options[onepage_team_section_heading_color]', 'label' => __('Main Heading Color', 'one-page'), 'description' => __('Main heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#272727'), 'onepage_team_section_sub_heading_color' => array('id' => 'onepage_options[onepage_team_section_sub_heading_color]', 'label' => __('Sub-Heading Color', 'one-page'), 'description' => __('Sub-heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#6D6C6C'), 'onepage_team_social_icons_bg_color' => array('id' => 'onepage_options[onepage_team_social_icons_bg_color]', 'label' => __('Team Member Social Icon Background Color', 'one-page'), 'description' => __('Set team member social icon background color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#2bb6b6'), 'onepage_team_member_designation_text_color' => array('id' => 'onepage_options[onepage_team_member_designation_text_color]', 'label' => __('Team Member Designation Text Color', 'one-page'), 'description' => __('Set team member designation text color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#235e11'), 'onepage_team_main_heading' => array('id' => 'onepage_options[onepage_team_main_heading]', 'label' => __('Main Heading', 'one-page'), 'description' => __('Write main heading for the team section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_team_sub_heading' => array('id' => 'onepage_options[onepage_team_sub_heading]', 'label' => __('Sub-Heading', 'one-page'), 'description' => __('Write sub-heading for the team section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member1_image_link' => array('id' => 'onepage_options[onepage_member1_image_link]', 'label' => __('Image', 'one-page'), 'description' => __('Team member #1 image upload', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_member1_caption_text' => array('id' => 'onepage_options[onepage_member1_caption_text]', 'label' => __('Team Member #1 Caption Text', 'one-page'), 'description' => __('Write team member #1 caption text', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member1_name' => array('id' => 'onepage_options[onepage_member1_name]', 'label' => __('Team Member #1 Name', 'one-page'), 'description' => __('Team member #1 name', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member1_designation' => array('id' => 'onepage_options[onepage_member1_designation]', 'label' => __('Team Member #1 Designation', 'one-page'), 'description' => __('Team member #1 designation', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member1_fb_link' => array('id' => 'onepage_options[onepage_member1_fb_link]', 'label' => __('Team Member #1 Facebook Link', 'one-page'), 'description' => __('Team member #1 facebook link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member1_g_plus_link' => array('id' => 'onepage_options[onepage_member1_g_plus_link]', 'label' => __('Team Member #1 Google+ Link', 'one-page'), 'description' => __('Team member #1 Google+ link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member1_tw_link' => array('id' => 'onepage_options[onepage_member1_tw_link]', 'label' => __('Team Member #1 Twitter Link', 'one-page'), 'description' => __('Team member #1 twitter link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member1_ln_link' => array('id' => 'onepage_options[onepage_member1_ln_link]', 'label' => __('Team Member #1 LinkedIn Link', 'one-page'), 'description' => __('Team member #1 linkedIn link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member2_image_link' => array('id' => 'onepage_options[onepage_member2_image_link]', 'label' => __('Image', 'one-page'), 'description' => __('Team Member #2 Image Upload', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_member2_caption_text' => array('id' => 'onepage_options[onepage_member2_caption_text]', 'label' => __('Team Member #2 Caption Text', 'one-page'), 'description' => __('Write team member #2 caption text', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member2_name' => array('id' => 'onepage_options[onepage_member2_name]', 'label' => __('Team Member #2 Name', 'one-page'), 'description' => __('Team member #2 name', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member2_designation' => array('id' => 'onepage_options[onepage_member2_designation]', 'label' => __('Team Member #2 Designation', 'one-page'), 'description' => __('Team member #2 designation', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member2_fb_link' => array('id' => 'onepage_options[onepage_member2_fb_link]', 'label' => __('Team Member #2 Facebook Link', 'one-page'), 'description' => __('Team member #2 facebook link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member2_g_plus_link' => array('id' => 'onepage_options[onepage_member2_g_plus_link]', 'label' => __('Team Member #2 Google+ Link', 'one-page'), 'description' => __('Team member #2 Google+ link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member2_tw_link' => array('id' => 'onepage_options[onepage_member2_tw_link]', 'label' => __('Team Member #2 Twitter Link', 'one-page'), 'description' => __('Team member #2 twitter link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member2_ln_link' => array('id' => 'onepage_options[onepage_member2_ln_link]', 'label' => __('Team Member #2 LinkedIn Link', 'one-page'), 'description' => __('Team member #2 linkedIn link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member3_image_link' => array('id' => 'onepage_options[onepage_member3_image_link]', 'label' => __('Image', 'one-page'), 'description' => __('Team member #3 image upload', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_member3_caption_text' => array('id' => 'onepage_options[onepage_member3_caption_text]', 'label' => __('Team Member #3 Caption Text', 'one-page'), 'description' => __('Write team member #3 caption text', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member3_name' => array('id' => 'onepage_options[onepage_member3_name]', 'label' => __('Team Member #3 Name', 'one-page'), 'description' => __('Team member #3 name', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member3_designation' => array('id' => 'onepage_options[onepage_member3_designation]', 'label' => __('Team Member #3 Designation', 'one-page'), 'description' => __('Team member#3 designation', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member3_fb_link' => array('id' => 'onepage_options[onepage_member3_fb_link]', 'label' => __('Team Member #3 Facebook Link', 'one-page'), 'description' => __('Team member #3 facebook link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member3_g_plus_link' => array('id' => 'onepage_options[onepage_member3_g_plus_link]', 'label' => __('Team Member#3 Google+ Link', 'one-page'), 'description' => __('Team member #3 Google+ link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member3_tw_link' => array('id' => 'onepage_options[onepage_member3_tw_link]', 'label' => __('Team Member #3 Twitter Link', 'one-page'), 'description' => __('Team member #3 twitter link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member3_ln_link' => array('id' => 'onepage_options[onepage_member3_ln_link]', 'label' => __('Team Member #3 LinkedIn Link', 'one-page'), 'description' => __('Team member #3 linkedIn link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member4_image_link' => array('id' => 'onepage_options[onepage_member4_image_link]', 'label' => __('Image', 'one-page'), 'description' => __('Team Member #4 Image Upload', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_member4_caption_text' => array('id' => 'onepage_options[onepage_member4_caption_text]', 'label' => __('Team Member #4 Caption Text', 'one-page'), 'description' => __('Write team member #4 caption text', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member4_name' => array('id' => 'onepage_options[onepage_member4_name]', 'label' => __('Team Member #4 Name', 'one-page'), 'description' => __('Team member #4 name', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member4_designation' => array('id' => 'onepage_options[onepage_member4_designation]', 'label' => __('Team Member #4 Designation', 'one-page'), 'description' => __('Team member #4 designation', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member4_fb_link' => array('id' => 'onepage_options[onepage_member4_fb_link]', 'label' => __('Team Member #4 Facebook Link', 'one-page'), 'description' => __('Team member #4 facebook link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member4_g_plus_link' => array('id' => 'onepage_options[onepage_member4_g_plus_link]', 'label' => __('Team Member #4 Google+ Link', 'one-page'), 'description' => __('Team member #4 Google+ link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member4_tw_link' => array('id' => 'onepage_options[onepage_member4_tw_link]', 'label' => __('Team Member #4 Twitter Link', 'one-page'), 'description' => __('Team member #4 twitter link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_member4_ln_link' => array('id' => 'onepage_options[onepage_member4_ln_link]', 'label' => __('Team Member #4 LinkedIn Link', 'one-page'), 'description' => __('Team member #4 linkedIn link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_unlimited_team_shortcode_upgrade' => array('id' => 'onepage_options[onepage_unlimited_team_shortcode_upgrade]', 'description' => sprintf(__("Check out the <a href='%s' target='_blank'>PRO version </a>for full control over unlimited Team Members!", 'one-page'), esc_url('https://www.inkthemes.com/wp-themes/free-one-page-wordpress-theme/')), 'setting_type' => 'upgrade_msg'), 'onepage_contact_bg_color' => array('id' => 'onepage_options[onepage_contact_bg_color]', 'label' => __('Background Color', 'one-page'), 'description' => __('Set background color for the section', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '9792d4'), 'onepage_contact_section_heading_color' => array('id' => 'onepage_options[onepage_contact_section_heading_color]', 'label' => __('Main Heading Color', 'one-page'), 'description' => __('Main heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_contact_section_sub_heading_color' => array('id' => 'onepage_options[onepage_contact_section_sub_heading_color]', 'label' => __('Sub-Heading Color', 'one-page'), 'description' => __('Sub-heading color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#ffffff'), 'onepage_contact_input_box_border_color' => array('id' => 'onepage_options[onepage_contact_input_box_border_color]', 'label' => __('Input Box Border Color', 'one-page'), 'description' => __('Set Input box border color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#6b8cca'), 'onepage_contact_send_button_color' => array('id' => 'onepage_options[onepage_contact_send_button_color]', 'label' => __('Contact Send Button Color', 'one-page'), 'description' => __('Set contact send button color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#f5783e'), 'onepage_contact_send_button_hover_color' => array('id' => 'onepage_options[onepage_contact_send_button_hover_color]', 'label' => __('Contact Send Button Hover Color', 'one-page'), 'description' => __('Set contact send button hover color', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#000'), 'onepage_contact_main_heading' => array('id' => 'onepage_options[onepage_contact_main_heading]', 'label' => __('Main Heading', 'one-page'), 'description' => __('Write main heading for the contact section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_contact_sub_heading' => array('id' => 'onepage_options[onepage_contact_sub_heading]', 'label' => __('Sub-Heading', 'one-page'), 'description' => __('Write sub-heading for the contact section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_member1_image_link' => array('id' => 'onepage_options[onepage_member1_image_link]', 'label' => __('Image', 'one-page'), 'description' => __('Team Member #1 Image Upload', 'one-page'), 'type' => 'option', 'setting_type' => 'image', 'default' => ''), 'onepage_contact_send_button_text' => array('id' => 'onepage_options[onepage_contact_send_button_text]', 'label' => __('Send Button Text', 'one-page'), 'description' => __('Write send button text for the contact section', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_contact_map_iframe' => array('id' => 'onepage_options[onepage_contact_map_iframe]', 'label' => __('Map', 'one-page'), 'description' => __('Paste iframe code of map for the contact section', 'one-page'), 'type' => 'option', 'setting_type' => 'editor', 'default' => ''), 'footer_sidebar_on_off_upgrade' => array('id' => 'onepage_options[footer_sidebar_on_off_upgrade]', 'description' => sprintf(__("Check out the <a href='%s' target='_blank'>PRO version </a>for full control over footer sidebar!", 'one-page'), esc_url('https://www.inkthemes.com/wp-themes/free-one-page-wordpress-theme/')), 'setting_type' => 'upgrade_msg'), 'onepage_footer_sidebar_bg_color' => array('id' => 'onepage_options[onepage_footer_sidebar_bg_color]', 'label' => __('Background Color', 'one-page'), 'description' => __('Set background color for the section', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => 'fff'), 'footer_bottom_on_off_upgrade' => array('id' => 'onepage_options[footer_bottom_on_off_upgrade]', 'description' => sprintf(__("Check out the <a href='%s' target='_blank'>PRO version </a>for full control over Footer Bottom Section!", 'one-page'), esc_url('https://www.inkthemes.com/wp-themes/free-one-page-wordpress-theme/')), 'setting_type' => 'upgrade_msg'), 'footer_social_icon_shortcode_upgrade' => array('id' => 'onepage_options[footer_social_icon_shortcode_upgrade]', 'description' => sprintf(__("Check out the <a href='%s' target='_blank'>PRO version </a>for full control over unlimited footer section social icons!", 'one-page'), esc_url('https://www.inkthemes.com/wp-themes/free-one-page-wordpress-theme/')), 'setting_type' => 'upgrade_msg'), 'onepage_footer_bg_color' => array('id' => 'onepage_options[onepage_footer_bg_color]', 'label' => __('Background Color', 'one-page'), 'description' => __('Set background color for the section', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#0d141b'), 'onepage_fb_link' => array('id' => 'onepage_options[onepage_fb_link]', 'label' => __('Facebook Link', 'one-page'), 'description' => __('Enter facebook link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_tw_link' => array('id' => 'onepage_options[onepage_tw_link]', 'label' => __('Twitter Link', 'one-page'), 'description' => __('Enter twitter link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_g_plus_link' => array('id' => 'onepage_options[onepage_g_plus_link]', 'label' => __('Google+ Link', 'one-page'), 'description' => __('Enter google+ link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_rss_link' => array('id' => 'onepage_options[onepage_rss_link]', 'label' => __('RSS Link', 'one-page'), 'description' => __('Enter rss link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_pinterest_link' => array('id' => 'onepage_options[onepage_pinterest_link]', 'label' => __('Pinterest Link', 'one-page'), 'description' => __('Enter pinterest link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_ln_link' => array('id' => 'onepage_options[onepage_ln_link]', 'label' => __('LinkedIn Link', 'one-page'), 'description' => __('Enter linkedIn link', 'one-page'), 'type' => 'option', 'setting_type' => 'link', 'default' => ''), 'onepage_footer_copyright_text' => array('id' => 'onepage_options[onepage_footer_copyright_text]', 'label' => __('Footer Copyright Text', 'one-page'), 'description' => __('Enter footer copyright text', 'one-page'), 'type' => 'option', 'setting_type' => 'text', 'default' => ''), 'onepage_animation_status' => array('id' => 'onepage_options[onepage_animation_status]', 'label' => __('Theme Animation On/Off Settings', 'one-page'), 'description' => __('On/Off animation of the theme', 'one-page'), 'type' => 'option', 'setting_type' => 'radio', 'default' => 'on', 'choices' => array('on' => 'On (Default)', 'off' => 'Off')), 'pages_color_scheme' => array('id' => 'onepage_options[pages_color_scheme]', 'label' => __('Pages Color', 'one-page'), 'description' => __('This option allows you to set color scheme for all internal pages.', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#087f99'), 'pages_heading_color_scheme' => array('id' => 'onepage_options[pages_heading_color_scheme]', 'label' => __('Headings Color', 'one-page'), 'description' => __('This option allows you to set color scheme for all headings on internal pages.', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#272727'), 'pages_text_color_scheme' => array('id' => 'onepage_options[pages_text_color_scheme]', 'label' => __('Text Color', 'one-page'), 'description' => __('This option allows you to set color scheme for all text on internal pages.', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#524E4E'), 'pages_anchor_hover_color' => array('id' => 'onepage_options[pages_anchor_hover_color]', 'label' => __('Link Hover Color', 'one-page'), 'description' => __('This option allows you to set link hover color scheme on internal page.', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#18bc9c'), 'pages_button_bg_color' => array('id' => 'onepage_options[pages_button_bg_color]', 'label' => __('Button Background Color', 'one-page'), 'description' => __('This option allows you to set all buttons background color.', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#22b0cf'), 'pages_button_hover_bg_color' => array('id' => 'onepage_options[pages_button_hover_bg_color]', 'label' => __('Button Hover Background Color', 'one-page'), 'description' => __('This option allows you to set button hover background color.', 'one-page'), 'type' => 'option', 'setting_type' => 'color', 'default' => '#1D93AD'));
        return $onepage_settings;
    }