Submit
Path:
~
/
home
/
getwphos
/
www
/
ccma
/
wp-content
/
themes
/
curly
/
framework
/
admin
/
options
/
general
/
File Content:
map.php
<?php if (!function_exists('curly_mkdf_general_options_map')) { /** * General options page */ function curly_mkdf_general_options_map() { curly_mkdf_add_admin_page( array( 'slug' => '', 'title' => esc_html__('General', 'curly'), 'icon' => 'fa fa-institution' ) ); $panel_design_style = curly_mkdf_add_admin_panel( array( 'page' => '', 'name' => 'panel_design_style', 'title' => esc_html__('Design Style', 'curly') ) ); curly_mkdf_add_admin_field( array( 'name' => 'enable_google_fonts', 'type' => 'yesno', 'default_value' => 'yes', 'label' => esc_html__( 'Enable Google Fonts', 'curly' ), 'parent' => $panel_design_style ) ); $google_fonts_container = curly_mkdf_add_admin_container( array( 'parent' => $panel_design_style, 'name' => 'google_fonts_container', 'dependency' => array( 'hide' => array( 'enable_google_fonts' => 'no' ) ) ) ); curly_mkdf_add_admin_field( array( 'name' => 'google_fonts', 'type' => 'font', 'default_value' => '-1', 'label' => esc_html__('Google Font Family', 'curly'), 'description' => esc_html__('Choose a default Google font for your site', 'curly'), 'parent' => $google_fonts_container ) ); curly_mkdf_add_admin_field( array( 'name' => 'additional_google_fonts', 'type' => 'yesno', 'default_value' => 'no', 'label' => esc_html__('Additional Google Fonts', 'curly'), 'parent' => $google_fonts_container ) ); $additional_google_fonts_container = curly_mkdf_add_admin_container( array( 'parent' => $google_fonts_container, 'name' => 'additional_google_fonts_container', 'dependency' => array( 'show' => array( 'additional_google_fonts' => 'yes' ) ) ) ); curly_mkdf_add_admin_field( array( 'name' => 'additional_google_font1', 'type' => 'font', 'default_value' => '-1', 'label' => esc_html__('Font Family', 'curly'), 'description' => esc_html__('Choose additional Google font for your site', 'curly'), 'parent' => $additional_google_fonts_container ) ); curly_mkdf_add_admin_field( array( 'name' => 'additional_google_font2', 'type' => 'font', 'default_value' => '-1', 'label' => esc_html__('Font Family', 'curly'), 'description' => esc_html__('Choose additional Google font for your site', 'curly'), 'parent' => $additional_google_fonts_container ) ); curly_mkdf_add_admin_field( array( 'name' => 'additional_google_font3', 'type' => 'font', 'default_value' => '-1', 'label' => esc_html__('Font Family', 'curly'), 'description' => esc_html__('Choose additional Google font for your site', 'curly'), 'parent' => $additional_google_fonts_container ) ); curly_mkdf_add_admin_field( array( 'name' => 'additional_google_font4', 'type' => 'font', 'default_value' => '-1', 'label' => esc_html__('Font Family', 'curly'), 'description' => esc_html__('Choose additional Google font for your site', 'curly'), 'parent' => $additional_google_fonts_container ) ); curly_mkdf_add_admin_field( array( 'name' => 'additional_google_font5', 'type' => 'font', 'default_value' => '-1', 'label' => esc_html__('Font Family', 'curly'), 'description' => esc_html__('Choose additional Google font for your site', 'curly'), 'parent' => $additional_google_fonts_container ) ); curly_mkdf_add_admin_field( array( 'name' => 'google_font_weight', 'type' => 'checkboxgroup', 'default_value' => '', 'label' => esc_html__('Google Fonts Style & Weight', 'curly'), 'description' => esc_html__('Choose a default Google font weights for your site. Impact on page load time', 'curly'), 'parent' => $google_fonts_container, 'options' => array( '100' => esc_html__('100 Thin', 'curly'), '100i' => esc_html__('100 Thin Italic', 'curly'), '200' => esc_html__('200 Extra-Light', 'curly'), '200i' => esc_html__('200 Extra-Light Italic', 'curly'), '300' => esc_html__('300 Light', 'curly'), '300i' => esc_html__('300 Light Italic', 'curly'), '400' => esc_html__('400 Regular', 'curly'), '400i' => esc_html__('400 Regular Italic', 'curly'), '500' => esc_html__('500 Medium', 'curly'), '500i' => esc_html__('500 Medium Italic', 'curly'), '600' => esc_html__('600 Semi-Bold', 'curly'), '600i' => esc_html__('600 Semi-Bold Italic', 'curly'), '700' => esc_html__('700 Bold', 'curly'), '700i' => esc_html__('700 Bold Italic', 'curly'), '800' => esc_html__('800 Extra-Bold', 'curly'), '800i' => esc_html__('800 Extra-Bold Italic', 'curly'), '900' => esc_html__('900 Ultra-Bold', 'curly'), '900i' => esc_html__('900 Ultra-Bold Italic', 'curly') ) ) ); curly_mkdf_add_admin_field( array( 'name' => 'google_font_subset', 'type' => 'checkboxgroup', 'default_value' => '', 'label' => esc_html__('Google Fonts Subset', 'curly'), 'description' => esc_html__('Choose a default Google font subsets for your site', 'curly'), 'parent' => $google_fonts_container, 'options' => array( 'latin' => esc_html__('Latin', 'curly'), 'latin-ext' => esc_html__('Latin Extended', 'curly'), 'cyrillic' => esc_html__('Cyrillic', 'curly'), 'cyrillic-ext' => esc_html__('Cyrillic Extended', 'curly'), 'greek' => esc_html__('Greek', 'curly'), 'greek-ext' => esc_html__('Greek Extended', 'curly'), 'vietnamese' => esc_html__('Vietnamese', 'curly') ) ) ); curly_mkdf_add_admin_field( array( 'name' => 'first_color', 'type' => 'color', 'label' => esc_html__('First Main Color', 'curly'), 'description' => esc_html__('Choose the most dominant theme color. Default color is #c59d5f', 'curly'), 'parent' => $panel_design_style ) ); curly_mkdf_add_admin_field( array( 'name' => 'page_background_color', 'type' => 'color', 'label' => esc_html__('Page Background Color', 'curly'), 'description' => esc_html__('Choose the background color for page content. Default color is #ffffff', 'curly'), 'parent' => $panel_design_style ) ); curly_mkdf_add_admin_field( array( 'name' => 'selection_color', 'type' => 'color', 'label' => esc_html__('Text Selection Color', 'curly'), 'description' => esc_html__('Choose the color users see when selecting text', 'curly'), 'parent' => $panel_design_style ) ); /***************** Passepartout Layout - begin **********************/ curly_mkdf_add_admin_field( array( 'name' => 'boxed', 'type' => 'yesno', 'default_value' => 'no', 'label' => esc_html__('Boxed Layout', 'curly'), 'parent' => $panel_design_style ) ); $boxed_container = curly_mkdf_add_admin_container( array( 'parent' => $panel_design_style, 'name' => 'boxed_container', 'dependency' => array( 'show' => array( 'boxed' => 'yes' ) ) ) ); curly_mkdf_add_admin_field( array( 'name' => 'page_background_color_in_box', 'type' => 'color', 'label' => esc_html__('Page Background Color', 'curly'), 'description' => esc_html__('Choose the page background color outside box', 'curly'), 'parent' => $boxed_container ) ); curly_mkdf_add_admin_field( array( 'name' => 'boxed_background_image', 'type' => 'image', 'label' => esc_html__('Background Image', 'curly'), 'description' => esc_html__('Choose an image to be displayed in background', 'curly'), 'parent' => $boxed_container ) ); curly_mkdf_add_admin_field( array( 'name' => 'boxed_pattern_background_image', 'type' => 'image', 'label' => esc_html__('Background Pattern', 'curly'), 'description' => esc_html__('Choose an image to be used as background pattern', 'curly'), 'parent' => $boxed_container ) ); curly_mkdf_add_admin_field( array( 'name' => 'boxed_background_image_attachment', 'type' => 'select', 'default_value' => '', 'label' => esc_html__('Background Image Attachment', 'curly'), 'description' => esc_html__('Choose background image attachment', 'curly'), 'parent' => $boxed_container, 'options' => array( '' => esc_html__('Default', 'curly'), 'fixed' => esc_html__('Fixed', 'curly'), 'scroll' => esc_html__('Scroll', 'curly') ) ) ); /***************** Boxed Layout - end **********************/ /***************** Passepartout Layout - begin **********************/ curly_mkdf_add_admin_field( array( 'name' => 'paspartu', 'type' => 'yesno', 'default_value' => 'no', 'label' => esc_html__('Passepartout', 'curly'), 'description' => esc_html__('Enabling this option will display passepartout around site content', 'curly'), 'parent' => $panel_design_style ) ); $paspartu_container = curly_mkdf_add_admin_container( array( 'parent' => $panel_design_style, 'name' => 'paspartu_container', 'dependency' => array( 'show' => array( 'paspartu' => 'yes' ) ) ) ); curly_mkdf_add_admin_field( array( 'name' => 'paspartu_color', 'type' => 'color', 'label' => esc_html__('Passepartout Color', 'curly'), 'description' => esc_html__('Choose passepartout color, default value is #ffffff', 'curly'), 'parent' => $paspartu_container ) ); curly_mkdf_add_admin_field( array( 'name' => 'paspartu_width', 'type' => 'text', 'label' => esc_html__('Passepartout Size', 'curly'), 'description' => esc_html__('Enter size amount for passepartout', 'curly'), 'parent' => $paspartu_container, 'args' => array( 'col_width' => 2, 'suffix' => 'px or %' ) ) ); curly_mkdf_add_admin_field( array( 'name' => 'paspartu_responsive_width', 'type' => 'text', 'label' => esc_html__('Responsive Passepartout Size', 'curly'), 'description' => esc_html__('Enter size amount for passepartout for smaller screens (tablets and mobiles view)', 'curly'), 'parent' => $paspartu_container, 'args' => array( 'col_width' => 2, 'suffix' => 'px or %' ) ) ); curly_mkdf_add_admin_field( array( 'parent' => $paspartu_container, 'type' => 'yesno', 'default_value' => 'no', 'name' => 'disable_top_paspartu', 'label' => esc_html__('Disable Top Passepartout', 'curly') ) ); curly_mkdf_add_admin_field( array( 'parent' => $paspartu_container, 'type' => 'yesno', 'default_value' => 'no', 'name' => 'enable_fixed_paspartu', 'label' => esc_html__('Enable Fixed Passepartout', 'curly'), 'description' => esc_html__('Enabling this option will set fixed passepartout for your screens', 'curly') ) ); /***************** Passepartout Layout - end **********************/ /***************** Content Layout - begin **********************/ curly_mkdf_add_admin_field( array( 'name' => 'initial_content_width', 'type' => 'select', 'default_value' => '', 'label' => esc_html__('Initial Width of Content', 'curly'), 'description' => esc_html__('Choose the initial width of content which is in grid (Applies to pages set to "Default Template" and rows set to "In Grid")', 'curly'), 'parent' => $panel_design_style, 'options' => array( 'mkdf-grid-1100' => esc_html__('1100px - default', 'curly'), 'mkdf-grid-1300' => esc_html__('1300px', 'curly'), 'mkdf-grid-1200' => esc_html__('1200px', 'curly'), 'mkdf-grid-1000' => esc_html__('1000px', 'curly'), 'mkdf-grid-800' => esc_html__('800px', 'curly') ) ) ); curly_mkdf_add_admin_field( array( 'name' => 'preload_pattern_image', 'type' => 'image', 'label' => esc_html__('Preload Pattern Image', 'curly'), 'description' => esc_html__('Choose preload pattern image to be displayed until images are loaded', 'curly'), 'parent' => $panel_design_style ) ); /***************** Content Layout - end **********************/ $panel_settings = curly_mkdf_add_admin_panel( array( 'page' => '', 'name' => 'panel_settings', 'title' => esc_html__('Settings', 'curly') ) ); /***************** Smooth Scroll Layout - begin **********************/ curly_mkdf_add_admin_field( array( 'name' => 'page_smooth_scroll', 'type' => 'yesno', 'default_value' => 'no', 'label' => esc_html__('Smooth Scroll', 'curly'), 'description' => esc_html__('Enabling this option will perform a smooth scrolling effect on every page (except on Mac and touch devices)', 'curly'), 'parent' => $panel_settings ) ); /***************** Smooth Scroll Layout - end **********************/ /***************** Smooth Page Transitions Layout - begin **********************/ curly_mkdf_add_admin_field( array( 'name' => 'smooth_page_transitions', 'type' => 'yesno', 'default_value' => 'no', 'label' => esc_html__('Smooth Page Transitions', 'curly'), 'description' => esc_html__('Enabling this option will perform a smooth transition between pages when clicking on links', 'curly'), 'parent' => $panel_settings ) ); $page_transitions_container = curly_mkdf_add_admin_container( array( 'parent' => $panel_settings, 'name' => 'page_transitions_container', 'dependency' => array( 'show' => array( 'smooth_page_transitions' => 'yes' ) ) ) ); curly_mkdf_add_admin_field( array( 'name' => 'page_transition_preloader', 'type' => 'yesno', 'default_value' => 'no', 'label' => esc_html__('Enable Preloading Animation', 'curly'), 'description' => esc_html__('Enabling this option will display an animated preloader while the page content is loading', 'curly'), 'parent' => $page_transitions_container ) ); $page_transition_preloader_container = curly_mkdf_add_admin_container( array( 'parent' => $page_transitions_container, 'name' => 'page_transition_preloader_container', 'dependency' => array( 'show' => array( 'page_transition_preloader' => 'yes' ) ) ) ); curly_mkdf_add_admin_field( array( 'name' => 'smooth_pt_bgnd_color', 'type' => 'color', 'label' => esc_html__('Page Loader Background Color', 'curly'), 'parent' => $page_transition_preloader_container ) ); $group_pt_spinner_animation = curly_mkdf_add_admin_group( array( 'name' => 'group_pt_spinner_animation', 'title' => esc_html__('Loader Style', 'curly'), 'description' => esc_html__('Define styles for loader spinner animation', 'curly'), 'parent' => $page_transition_preloader_container ) ); $row_pt_spinner_animation = curly_mkdf_add_admin_row( array( 'name' => 'row_pt_spinner_animation', 'parent' => $group_pt_spinner_animation ) ); curly_mkdf_add_admin_field( array( 'type' => 'selectsimple', 'name' => 'smooth_pt_spinner_type', 'default_value' => '', 'label' => esc_html__('Spinner Type', 'curly'), 'parent' => $row_pt_spinner_animation, 'options' => array( 'curly_loader' => esc_html__('Curly Loader', 'curly'), 'rotate_circles' => esc_html__('Rotate Circles', 'curly'), 'pulse' => esc_html__('Pulse', 'curly'), 'double_pulse' => esc_html__('Double Pulse', 'curly'), 'cube' => esc_html__('Cube', 'curly'), 'rotating_cubes' => esc_html__('Rotating Cubes', 'curly'), 'stripes' => esc_html__('Stripes', 'curly'), 'wave' => esc_html__('Wave', 'curly'), 'two_rotating_circles' => esc_html__('2 Rotating Circles', 'curly'), 'five_rotating_circles' => esc_html__('5 Rotating Circles', 'curly'), 'atom' => esc_html__('Atom', 'curly'), 'clock' => esc_html__('Clock', 'curly'), 'mitosis' => esc_html__('Mitosis', 'curly'), 'lines' => esc_html__('Lines', 'curly'), 'fussion' => esc_html__('Fussion', 'curly'), 'wave_circles' => esc_html__('Wave Circles', 'curly'), 'pulse_circles' => esc_html__('Pulse Circles', 'curly') ) ) ); curly_mkdf_add_admin_field( array( 'type' => 'image', 'name' => 'smooth_pt_image', 'default_value' => '', 'label' => esc_html__('Spinner Image', 'curly'), 'parent' => $page_transition_preloader_container, 'dependency' => array( 'show' => array( 'smooth_pt_spinner_type' => 'curly_loader' ) ) ) ); curly_mkdf_add_admin_field( array( 'type' => 'colorsimple', 'name' => 'smooth_pt_spinner_color', 'default_value' => '', 'label' => esc_html__('Spinner Color', 'curly'), 'parent' => $row_pt_spinner_animation, 'dependency' => array( 'hide' => array( 'smooth_pt_spinner_type' => 'curly_loader' ) ) ) ); curly_mkdf_add_admin_field( array( 'name' => 'page_transition_fadeout', 'type' => 'yesno', 'default_value' => 'no', 'label' => esc_html__('Enable Fade Out Animation', 'curly'), 'description' => esc_html__('Enabling this option will turn on fade out animation when leaving page', 'curly'), 'parent' => $page_transitions_container ) ); /***************** Smooth Page Transitions Layout - end **********************/ curly_mkdf_add_admin_field( array( 'name' => 'show_back_button', 'type' => 'yesno', 'default_value' => 'yes', 'label' => esc_html__('Show "Back To Top Button"', 'curly'), 'description' => esc_html__('Enabling this option will display a Back to Top button on every page', 'curly'), 'parent' => $panel_settings ) ); curly_mkdf_add_admin_field( array( 'name' => 'responsiveness', 'type' => 'yesno', 'default_value' => 'yes', 'label' => esc_html__('Responsiveness', 'curly'), 'description' => esc_html__('Enabling this option will make all pages responsive', 'curly'), 'parent' => $panel_settings ) ); $panel_custom_code = curly_mkdf_add_admin_panel( array( 'page' => '', 'name' => 'panel_custom_code', 'title' => esc_html__('Custom Code', 'curly') ) ); curly_mkdf_add_admin_field( array( 'name' => 'custom_js', 'type' => 'textarea', 'label' => esc_html__('Custom JS', 'curly'), 'description' => esc_html__('Enter your custom Javascript here', 'curly'), 'parent' => $panel_custom_code ) ); $panel_google_api = curly_mkdf_add_admin_panel( array( 'page' => '', 'name' => 'panel_google_api', 'title' => esc_html__('Google API', 'curly') ) ); curly_mkdf_add_admin_field( array( 'name' => 'google_maps_api_key', 'type' => 'text', 'label' => esc_html__('Google Maps Api Key', 'curly'), 'description' => esc_html__('Insert your Google Maps API key here. For instructions on how to create a Google Maps API key, please refer to our to our documentation.', 'curly'), 'parent' => $panel_google_api ) ); } add_action('curly_mkdf_options_map', 'curly_mkdf_general_options_map', 1); } if (!function_exists('curly_mkdf_page_general_style')) { /** * Function that prints page general inline styles */ function curly_mkdf_page_general_style($style) { $current_style = ''; $page_id = curly_mkdf_get_page_id(); $class_prefix = curly_mkdf_get_unique_page_class($page_id); $boxed_background_style = array(); $boxed_page_background_color = curly_mkdf_get_meta_field_intersect('page_background_color_in_box', $page_id); if (!empty($boxed_page_background_color)) { $boxed_background_style['background-color'] = $boxed_page_background_color; } $boxed_page_background_image = curly_mkdf_get_meta_field_intersect('boxed_background_image', $page_id); if (!empty($boxed_page_background_image)) { $boxed_background_style['background-image'] = 'url(' . esc_url($boxed_page_background_image) . ')'; $boxed_background_style['background-position'] = 'center 0px'; $boxed_background_style['background-repeat'] = 'no-repeat'; } $boxed_page_background_pattern_image = curly_mkdf_get_meta_field_intersect('boxed_pattern_background_image', $page_id); if (!empty($boxed_page_background_pattern_image)) { $boxed_background_style['background-image'] = 'url(' . esc_url($boxed_page_background_pattern_image) . ')'; $boxed_background_style['background-position'] = '0px 0px'; $boxed_background_style['background-repeat'] = 'repeat'; } $boxed_page_background_attachment = curly_mkdf_get_meta_field_intersect('boxed_background_image_attachment', $page_id); if (!empty($boxed_page_background_attachment)) { $boxed_background_style['background-attachment'] = $boxed_page_background_attachment; } $boxed_background_selector = $class_prefix . '.mkdf-boxed .mkdf-wrapper'; if (!empty($boxed_background_style)) { $current_style .= curly_mkdf_dynamic_css($boxed_background_selector, $boxed_background_style); } $paspartu_style = array(); $paspartu_res_style = array(); $paspartu_res_start = '@media only screen and (max-width: 1024px) {'; $paspartu_res_end = '}'; $paspartu_header_selector = array( '.mkdf-paspartu-enabled .mkdf-page-header .mkdf-fixed-wrapper.fixed', '.mkdf-paspartu-enabled .mkdf-sticky-header', '.mkdf-paspartu-enabled .mkdf-mobile-header.mobile-header-appear .mkdf-mobile-header-inner' ); $paspartu_header_appear_selector = array( '.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-page-header .mkdf-fixed-wrapper.fixed', '.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-sticky-header.header-appear', '.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-mobile-header.mobile-header-appear .mkdf-mobile-header-inner' ); $paspartu_header_style = array(); $paspartu_header_appear_style = array(); $paspartu_header_responsive_style = array(); $paspartu_header_appear_responsive_style = array(); $paspartu_color = curly_mkdf_get_meta_field_intersect('paspartu_color', $page_id); if (!empty($paspartu_color)) { $paspartu_style['background-color'] = $paspartu_color; } $paspartu_width = curly_mkdf_get_meta_field_intersect('paspartu_width', $page_id); if ($paspartu_width !== '') { if (curly_mkdf_string_ends_with($paspartu_width, '%') || curly_mkdf_string_ends_with($paspartu_width, 'px')) { $paspartu_style['padding'] = $paspartu_width; $paspartu_clean_width = curly_mkdf_string_ends_with($paspartu_width, '%') ? curly_mkdf_filter_suffix($paspartu_width, '%') : curly_mkdf_filter_suffix($paspartu_width, 'px'); $paspartu_clean_width_mark = curly_mkdf_string_ends_with($paspartu_width, '%') ? '%' : 'px'; $paspartu_header_style['left'] = $paspartu_width; $paspartu_header_style['width'] = 'calc(100% - ' . (2 * $paspartu_clean_width) . $paspartu_clean_width_mark . ')'; $paspartu_header_appear_style['margin-top'] = $paspartu_width; } else { $paspartu_style['padding'] = $paspartu_width . 'px'; $paspartu_header_style['left'] = $paspartu_width . 'px'; $paspartu_header_style['width'] = 'calc(100% - ' . (2 * $paspartu_width) . 'px)'; $paspartu_header_appear_style['margin-top'] = $paspartu_width . 'px'; } } $paspartu_selector = $class_prefix . '.mkdf-paspartu-enabled .mkdf-wrapper'; if (!empty($paspartu_style)) { $current_style .= curly_mkdf_dynamic_css($paspartu_selector, $paspartu_style); } if (!empty($paspartu_header_style)) { $current_style .= curly_mkdf_dynamic_css($paspartu_header_selector, $paspartu_header_style); $current_style .= curly_mkdf_dynamic_css($paspartu_header_appear_selector, $paspartu_header_appear_style); } $paspartu_responsive_width = curly_mkdf_get_meta_field_intersect('paspartu_responsive_width', $page_id); if ($paspartu_responsive_width !== '') { if (curly_mkdf_string_ends_with($paspartu_responsive_width, '%') || curly_mkdf_string_ends_with($paspartu_responsive_width, 'px')) { $paspartu_res_style['padding'] = $paspartu_responsive_width; $paspartu_clean_width = curly_mkdf_string_ends_with($paspartu_responsive_width, '%') ? curly_mkdf_filter_suffix($paspartu_responsive_width, '%') : curly_mkdf_filter_suffix($paspartu_responsive_width, 'px'); $paspartu_clean_width_mark = curly_mkdf_string_ends_with($paspartu_responsive_width, '%') ? '%' : 'px'; $paspartu_header_responsive_style['left'] = $paspartu_responsive_width; $paspartu_header_responsive_style['width'] = 'calc(100% - ' . (2 * $paspartu_clean_width) . $paspartu_clean_width_mark . ')'; $paspartu_header_appear_responsive_style['margin-top'] = $paspartu_responsive_width; } else { $paspartu_res_style['padding'] = $paspartu_responsive_width . 'px'; $paspartu_header_responsive_style['left'] = $paspartu_responsive_width . 'px'; $paspartu_header_responsive_style['width'] = 'calc(100% - ' . (2 * $paspartu_responsive_width) . 'px)'; $paspartu_header_appear_responsive_style['margin-top'] = $paspartu_responsive_width . 'px'; } } if (!empty($paspartu_res_style)) { $current_style .= $paspartu_res_start . curly_mkdf_dynamic_css($paspartu_selector, $paspartu_res_style) . $paspartu_res_end; } if (!empty($paspartu_header_responsive_style)) { $current_style .= $paspartu_res_start . curly_mkdf_dynamic_css($paspartu_header_selector, $paspartu_header_responsive_style) . $paspartu_res_end; $current_style .= $paspartu_res_start . curly_mkdf_dynamic_css($paspartu_header_appear_selector, $paspartu_header_appear_responsive_style) . $paspartu_res_end; } $current_style = $current_style . $style; return $current_style; } add_filter('curly_mkdf_add_page_custom_style', 'curly_mkdf_page_general_style'); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
map.php
32576 bytes
0644
N4ST4R_ID | Naxtarrr