__( 'Loading Animation', 'bizpoint' ), 'panel' => 'custom_frontpage', // Not typically needed. 'capability' => 'edit_theme_options', 'theme_supports' => '', // Rarely needed. ) ); // Hide Section Checkbox Bizpoint_Kirki::add_field( 'bizpoint_theme', array( 'type' => 'checkbox', 'settings' => 'disable_loading_animation', 'label' => esc_attr__( 'Disable loading animation', 'bizpoint' ), 'tooltip' => __( 'Check this box to disable the loading screen disaplyed on the front page. Check preview directly on website.', 'bizpoint' ), 'section' => 'loading_section', 'default' => false, ) ); // Premium banner Bizpoint_Kirki::add_field( 'bizpoint_theme', array( 'type' => 'custom', 'settings' => 'hr_line_loading_1', 'section' => 'loading_section', 'default' => '

'. __( 'Upgrade to Premium', 'bizpoint') .'

' . __( 'You get more customization options with premium version. Customize following extra options for loading animation.', 'bizpoint' ) . '

' . __( 'Upgrade Now', 'bizpoint' ) . '
', ) );