whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
themes
/
medizin
/
customizer
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/themes/medizin/customizer/section-layout.php
<?php $section = 'layout'; $priority = 1; $prefix = 'site_'; Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'layout', 'label' => esc_html__( 'Layout', 'medizin' ), 'description' => esc_html__( 'Controls the site layout.', 'medizin' ), 'section' => $section, 'priority' => $priority ++, 'default' => 'wide', 'choices' => array( 'boxed' => esc_html__( 'Boxed', 'medizin' ), 'wide' => esc_html__( 'Wide', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'dimension', 'settings' => $prefix . 'width', 'label' => esc_html__( 'Site Width', 'medizin' ), 'description' => esc_html__( 'Controls the overall site width. Enter value including any valid CSS unit. For e.g: 1200px.', 'medizin' ), 'section' => $section, 'priority' => $priority ++, 'default' => '1200px', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'custom', 'settings' => $prefix . 'group_title_' . $priority++, 'section' => $section, 'priority' => $priority++, 'default' => '<div class="big_title">' . esc_html__( 'Boxed Mode Background', 'medizin' ) . '</div>', ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'background', 'settings' => 'site_background_body', 'label' => esc_html__( 'Background', 'medizin' ), 'description' => esc_html__( 'Controls outer background area in boxed mode.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => array( 'background-color' => '#ffffff', 'background-image' => '', 'background-repeat' => 'no-repeat', 'background-size' => 'cover', 'background-attachment' => 'fixed', 'background-position' => 'center center', ), 'output' => array( array( 'element' => 'body', ), ), ) );
Copyright ©2021 || Defacer Indonesia