Файловый менеджер - Редактировать - /home/infrafs/www/wp-content/themes/trackstore/framework/modules/title/admin/options-map/title-map.php
Назад
<?php if ( ! function_exists( 'trackstore_elated_get_title_types_options' ) ) { function trackstore_elated_get_title_types_options() { $title_type_options = apply_filters( 'trackstore_elated_title_type_global_option', $title_type_options = array() ); return $title_type_options; } } if ( ! function_exists( 'trackstore_elated_get_title_type_default_options' ) ) { function trackstore_elated_get_title_type_default_options() { $title_type_option = apply_filters( 'trackstore_elated_default_title_type_global_option', $title_type_option = '' ); return $title_type_option; } } foreach ( glob( ELATED_FRAMEWORK_MODULES_ROOT_DIR . '/title/types/*/admin/options-map/*.php' ) as $options_load ) { include_once $options_load; } if ( ! function_exists('trackstore_elated_title_options_map') ) { function trackstore_elated_title_options_map() { $title_type_options = trackstore_elated_get_title_types_options(); $title_type_default_option = trackstore_elated_get_title_type_default_options(); trackstore_elated_add_admin_page( array( 'slug' => '_title_page', 'title' => esc_html__('Title', 'trackstore'), 'icon' => 'fa fa-list-alt' ) ); $panel_title = trackstore_elated_add_admin_panel( array( 'page' => '_title_page', 'name' => 'panel_title', 'title' => esc_html__('Title Settings', 'trackstore') ) ); trackstore_elated_add_admin_field( array( 'name' => 'show_title_area', 'type' => 'yesno', 'default_value' => 'yes', 'label' => esc_html__( 'Show Title Area', 'trackstore' ), 'description' => esc_html__( 'This option will enable/disable Title Area', 'trackstore' ), 'parent' => $panel_title, 'args' => array( 'dependence' => true, 'dependence_hide_on_yes' => '', 'dependence_show_on_yes' => '#eltd_show_title_area_container' ) ) ); $show_title_area_container = trackstore_elated_add_admin_container( array( 'parent' => $panel_title, 'name' => 'show_title_area_container', 'hidden_property' => 'show_title_area', 'hidden_value' => 'no' ) ); trackstore_elated_add_admin_field( array( 'name' => 'title_area_type', 'type' => 'select', 'default_value' => $title_type_default_option, 'label' => esc_html__( 'Title Area Type', 'trackstore' ), 'description' => esc_html__( 'Choose title type', 'trackstore' ), 'parent' => $show_title_area_container, 'options' => $title_type_options ) ); trackstore_elated_add_admin_field( array( 'name' => 'title_area_in_grid', 'type' => 'yesno', 'default_value' => 'yes', 'label' => esc_html__( 'Title Area In Grid', 'trackstore' ), 'description' => esc_html__( 'Set title area content to be in grid', 'trackstore' ), 'parent' => $show_title_area_container ) ); trackstore_elated_add_admin_field( array( 'name' => 'title_area_height', 'type' => 'text', 'label' => esc_html__( 'Height', 'trackstore' ), 'description' => esc_html__( 'Set a height for Title Area', 'trackstore' ), 'parent' => $show_title_area_container, 'args' => array( 'col_width' => 2, 'suffix' => 'px' ) ) ); trackstore_elated_add_admin_field( array( 'name' => 'title_area_background_color', 'type' => 'color', 'label' => esc_html__( 'Background Color', 'trackstore' ), 'description' => esc_html__( 'Choose a background color for Title Area', 'trackstore' ), 'parent' => $show_title_area_container ) ); trackstore_elated_add_admin_field( array( 'name' => 'title_area_background_image', 'type' => 'image', 'label' => esc_html__( 'Background Image', 'trackstore' ), 'description' => esc_html__( 'Choose an Image for Title Area', 'trackstore' ), 'parent' => $show_title_area_container ) ); trackstore_elated_add_admin_field( array( 'name' => 'title_area_background_image_behavior', 'type' => 'select', 'default_value' => '', 'label' => esc_html__( 'Background Image Behavior', 'trackstore' ), 'description' => esc_html__( 'Choose title area background image behavior', 'trackstore' ), 'parent' => $show_title_area_container, 'options' => array( '' => esc_html__( 'Default', 'trackstore' ), 'responsive' => esc_html__( 'Enable Responsive Image', 'trackstore' ), 'parallax' => esc_html__( 'Enable Parallax Image', 'trackstore' ), 'parallax-zoom-out' => esc_html__( 'Enable Parallax With Zoom Out Image', 'trackstore' ) ) ) ); trackstore_elated_add_admin_field( array( 'name' => 'title_area_vertical_alignment', 'type' => 'select', 'default_value' => 'header_bottom', 'label' => esc_html__( 'Vertical Alignment', 'trackstore' ), 'description' => esc_html__( 'Specify title vertical alignment', 'trackstore' ), 'parent' => $show_title_area_container, 'options' => array( 'header_bottom' => esc_html__( 'From Bottom of Header', 'trackstore' ), 'window_top' => esc_html__( 'From Window Top', 'trackstore' ) ) ) ); /***************** Additional Title Area Layout - start *****************/ do_action( 'trackstore_elated_additional_title_area_options_map', $show_title_area_container ); /***************** Additional Title Area Layout - end *****************/ $panel_typography = trackstore_elated_add_admin_panel( array( 'page' => '_title_page', 'name' => 'panel_title_typography', 'title' => esc_html__( 'Typography', 'trackstore' ) ) ); trackstore_elated_add_admin_section_title( array( 'name' => 'type_section_title', 'title' => esc_html__( 'Title', 'trackstore' ), 'parent' => $panel_typography ) ); $group_page_title_styles = trackstore_elated_add_admin_group( array( 'name' => 'group_page_title_styles', 'title' => esc_html__( 'Title', 'trackstore' ), 'description' => esc_html__( 'Define styles for page title', 'trackstore' ), 'parent' => $panel_typography ) ); $row_page_title_styles_1 = trackstore_elated_add_admin_row( array( 'name' => 'row_page_title_styles_1', 'parent' => $group_page_title_styles ) ); trackstore_elated_add_admin_field( array( 'name' => 'title_area_title_tag', 'type' => 'selectsimple', 'default_value' => 'h3', 'label' => esc_html__( 'Title Tag', 'trackstore' ), 'options' => trackstore_elated_get_title_tag(), 'parent' => $row_page_title_styles_1 ) ); $row_page_title_styles_2 = trackstore_elated_add_admin_row( array( 'name' => 'row_page_title_styles_2', 'parent' => $group_page_title_styles ) ); trackstore_elated_add_admin_field( array( 'type' => 'colorsimple', 'name' => 'page_title_color', 'default_value' => '', 'label' => esc_html__( 'Text Color', 'trackstore' ), 'parent' => $row_page_title_styles_2 ) ); trackstore_elated_add_admin_field( array( 'type' => 'textsimple', 'name' => 'page_title_font_size', 'default_value' => '', 'label' => esc_html__( 'Font Size', 'trackstore' ), 'args' => array( 'suffix' => 'px' ), 'parent' => $row_page_title_styles_2 ) ); trackstore_elated_add_admin_field( array( 'type' => 'textsimple', 'name' => 'page_title_line_height', 'default_value' => '', 'label' => esc_html__( 'Line Height', 'trackstore' ), 'args' => array( 'suffix' => 'px' ), 'parent' => $row_page_title_styles_2 ) ); trackstore_elated_add_admin_field( array( 'type' => 'selectblanksimple', 'name' => 'page_title_text_transform', 'default_value' => '', 'label' => esc_html__( 'Text Transform', 'trackstore' ), 'options' => trackstore_elated_get_text_transform_array(), 'parent' => $row_page_title_styles_2 ) ); $row_page_title_styles_3 = trackstore_elated_add_admin_row( array( 'name' => 'row_page_title_styles_3', 'parent' => $group_page_title_styles, 'next' => true ) ); trackstore_elated_add_admin_field( array( 'type' => 'fontsimple', 'name' => 'page_title_google_fonts', 'default_value' => '-1', 'label' => esc_html__( 'Font Family', 'trackstore' ), 'parent' => $row_page_title_styles_3 ) ); trackstore_elated_add_admin_field( array( 'type' => 'selectblanksimple', 'name' => 'page_title_font_style', 'default_value' => '', 'label' => esc_html__( 'Font Style', 'trackstore' ), 'options' => trackstore_elated_get_font_style_array(), 'parent' => $row_page_title_styles_3 ) ); trackstore_elated_add_admin_field( array( 'type' => 'selectblanksimple', 'name' => 'page_title_font_weight', 'default_value' => '', 'label' => esc_html__( 'Font Weight', 'trackstore' ), 'options' => trackstore_elated_get_font_weight_array(), 'parent' => $row_page_title_styles_3 ) ); trackstore_elated_add_admin_field( array( 'type' => 'textsimple', 'name' => 'page_title_letter_spacing', 'default_value' => '', 'label' => esc_html__( 'Letter Spacing', 'trackstore' ), 'args' => array( 'suffix' => 'px' ), 'parent' => $row_page_title_styles_3 ) ); trackstore_elated_add_admin_section_title( array( 'name' => 'type_section_subtitle', 'title' => esc_html__( 'Subtitle', 'trackstore' ), 'parent' => $panel_typography ) ); $group_page_subtitle_styles = trackstore_elated_add_admin_group( array( 'name' => 'group_page_subtitle_styles', 'title' => esc_html__( 'Subtitle', 'trackstore' ), 'description' => esc_html__( 'Define styles for page subtitle', 'trackstore' ), 'parent' => $panel_typography ) ); $row_page_subtitle_styles_1 = trackstore_elated_add_admin_row( array( 'name' => 'row_page_subtitle_styles_1', 'parent' => $group_page_subtitle_styles ) ); trackstore_elated_add_admin_field( array( 'name' => 'title_area_subtitle_tag', 'type' => 'selectsimple', 'default_value' => 'h6', 'label' => esc_html__('Subtitle Tag', 'trackstore'), 'options' => trackstore_elated_get_title_tag(), 'parent' => $row_page_subtitle_styles_1 ) ); $row_page_subtitle_styles_2 = trackstore_elated_add_admin_row( array( 'name' => 'row_page_subtitle_styles_2', 'parent' => $group_page_subtitle_styles ) ); trackstore_elated_add_admin_field( array( 'type' => 'colorsimple', 'name' => 'page_subtitle_color', 'default_value' => '', 'label' => esc_html__( 'Text Color', 'trackstore' ), 'parent' => $row_page_subtitle_styles_2 ) ); trackstore_elated_add_admin_field( array( 'type' => 'textsimple', 'name' => 'page_subtitle_font_size', 'default_value' => '', 'label' => esc_html__( 'Font Size', 'trackstore' ), 'args' => array( 'suffix' => 'px' ), 'parent' => $row_page_subtitle_styles_2 ) ); trackstore_elated_add_admin_field( array( 'type' => 'textsimple', 'name' => 'page_subtitle_line_height', 'default_value' => '', 'label' => esc_html__( 'Line Height', 'trackstore' ), 'args' => array( 'suffix' => 'px' ), 'parent' => $row_page_subtitle_styles_2 ) ); trackstore_elated_add_admin_field( array( 'type' => 'selectblanksimple', 'name' => 'page_subtitle_text_transform', 'default_value' => '', 'label' => esc_html__( 'Text Transform', 'trackstore' ), 'options' => trackstore_elated_get_text_transform_array(), 'parent' => $row_page_subtitle_styles_2 ) ); $row_page_subtitle_styles_3 = trackstore_elated_add_admin_row( array( 'name' => 'row_page_subtitle_styles_3', 'parent' => $group_page_subtitle_styles, 'next' => true ) ); trackstore_elated_add_admin_field( array( 'type' => 'fontsimple', 'name' => 'page_subtitle_google_fonts', 'default_value' => '-1', 'label' => esc_html__( 'Font Family', 'trackstore' ), 'parent' => $row_page_subtitle_styles_3 ) ); trackstore_elated_add_admin_field( array( 'type' => 'selectblanksimple', 'name' => 'page_subtitle_font_style', 'default_value' => '', 'label' => esc_html__( 'Font Style', 'trackstore' ), 'options' => trackstore_elated_get_font_style_array(), 'parent' => $row_page_subtitle_styles_3 ) ); trackstore_elated_add_admin_field( array( 'type' => 'selectblanksimple', 'name' => 'page_subtitle_font_weight', 'default_value' => '', 'label' => esc_html__( 'Font Weight', 'trackstore' ), 'options' => trackstore_elated_get_font_weight_array(), 'parent' => $row_page_subtitle_styles_3 ) ); trackstore_elated_add_admin_field( array( 'type' => 'textsimple', 'name' => 'page_subtitle_letter_spacing', 'default_value' => '', 'label' => esc_html__( 'Letter Spacing', 'trackstore' ), 'args' => array( 'suffix' => 'px' ), 'parent' => $row_page_subtitle_styles_3 ) ); /***************** Additional Title Typography Layout - start *****************/ do_action( 'trackstore_elated_additional_title_typography_options_map', $panel_typography ); /***************** Additional Title Typography Layout - end *****************/ } add_action( 'trackstore_elated_options_map', 'trackstore_elated_title_options_map', 4); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка