%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/qendrasteps/wp-content/themes/tm-heli/inc/customizer/header/
Upload File :
Create Path :
Current File : /var/www/html/qendrasteps/wp-content/themes/tm-heli/inc/customizer/header/logo.php

<?php
$section  = 'header_logo';
$priority = 1;

Kirki::add_field( 'thememove', array(
	'type'            => 'image',
	'settings'        => 'logo',
	'label'           => __( 'Normal Logo', 'tm-heli' ),
	'description'     => __( 'Choose a default logo image to display', 'tm-heli' ),
	'section'         => $section,
	'priority'        => $priority ++,
	'default'         => 'http://heli.thememove.com/data/images/logo.svg',
	'partial_refresh' => array(
		'logo' => array(
			'selector'        => '.site-branding',
			'render_callback' => 'tm_heli_logo',
		),
	),
) );

Kirki::add_field( 'thememove', array(
	'type'            => 'image',
	'settings'        => 'logo_sticky',
	'label'           => __( 'Sticky Logo', 'tm-heli' ),
	'description'     => __( 'Choose a logo image for sticky menu', 'tm-heli' ),
	'section'         => $section,
	'priority'        => $priority ++,
	'partial_refresh' => array(
		'logo' => array(
			'selector'        => '.site-branding',
			'render_callback' => 'tm_heli_logo',
		),
	),
) );

Kirki::add_field( 'thememove', array(
	'type'        => 'image',
	'settings'    => 'logo_retina',
	'label'       => __( 'Retina Logo', 'tm-heli' ),
	'description' => __( 'Choose a image for retina logo', 'tm-heli' ),
	'section'     => $section,
	'priority'    => $priority ++,
	'default'     => '',
) );

Zerion Mini Shell 1.0