%PDF- %PDF-
Direktori : /var/www/html/qendrasteps/wp-content/themes/tm-heli/inc/customizer/site/ |
Current File : /var/www/html/qendrasteps/wp-content/themes/tm-heli/inc/customizer/site/general.php |
<?php $section = 'site_general'; $priority = 1; Kirki::add_field( 'thememove', array( 'type' => 'toggle', 'settings' => 'smooth_scroll_enable', 'label' => __( 'Smooth Scroll', 'tm-heli' ), 'description' => __( 'Enabling this option will make your site smooth scroll', 'tm-heli' ), 'section' => $section, 'priority' => $priority ++, 'default' => 0, ) ); Kirki::add_field( 'thememove', array( 'type' => 'toggle', 'settings' => 'back_to_top_enable', 'label' => __( 'Back to top', 'tm-heli' ), 'description' => __( 'Enabling this option will display back to top button on bottom right of the site', 'tm-heli' ), 'section' => $section, 'priority' => $priority ++, 'default' => 1, ) );