whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
themes
/
medizin
/
customizer
/
advanced
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/themes/medizin/customizer/advanced/light-gallery.php
<?php $section = 'light_gallery'; $priority = 1; $prefix = 'light_gallery_'; Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'background', 'label' => esc_html__( 'Background', 'medizin' ), 'section' => $section, 'priority' => $priority ++, 'default' => 'custom', 'choices' => array( 'primary' => esc_html__( 'Primary', 'medizin' ), 'secondary' => esc_html__( 'Secondary', 'medizin' ), 'custom' => esc_html__( 'Custom', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'color', 'settings' => $prefix . 'custom_background', 'label' => esc_html__( 'Custom Background Color', 'medizin' ), 'section' => $section, 'priority' => $priority ++, 'transport' => 'auto', 'default' => '#000', 'active_callback' => array( array( 'setting' => 'light_gallery_background', 'operator' => '==', 'value' => 'custom', ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'auto_play', 'label' => esc_html__( 'Auto Play', 'medizin' ), 'section' => $section, 'priority' => $priority ++, 'default' => '0', 'choices' => array( '0' => esc_html__( 'Off', 'medizin' ), '1' => esc_html__( 'On', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'download', 'label' => esc_html__( 'Download Button', 'medizin' ), 'section' => $section, 'priority' => $priority ++, 'default' => '1', 'choices' => array( '0' => esc_html__( 'Off', 'medizin' ), '1' => esc_html__( 'On', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'full_screen', 'label' => esc_html__( 'Full Screen Button', 'medizin' ), 'section' => $section, 'priority' => $priority ++, 'default' => '1', 'choices' => array( '0' => esc_html__( 'Off', 'medizin' ), '1' => esc_html__( 'On', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'share', 'label' => esc_html__( 'Share Button', 'medizin' ), 'section' => $section, 'priority' => $priority ++, 'default' => '1', 'choices' => array( '0' => esc_html__( 'Off', 'medizin' ), '1' => esc_html__( 'On', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'zoom', 'label' => esc_html__( 'Zoom Buttons', 'medizin' ), 'section' => $section, 'priority' => $priority ++, 'default' => '1', 'choices' => array( '0' => esc_html__( 'Off', 'medizin' ), '1' => esc_html__( 'On', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => $prefix . 'thumbnail', 'label' => esc_html__( 'Thumbnail Gallery', 'medizin' ), 'section' => $section, 'priority' => $priority ++, 'default' => '1', 'choices' => array( '0' => esc_html__( 'Off', 'medizin' ), '1' => esc_html__( 'On', 'medizin' ), ), ) );
Copyright ©2021 || Defacer Indonesia