Server IP : 172.67.214.6 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux premium900.web-hosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : redwjova ( 1790) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/redwjova/fyntric.com/wp-content/themes/smart-mag/admin/options/header/ |
Upload File : |
<?php /** * Element: Logo */ $fields = [ [ 'name' => '_n_header_logo', 'type' => 'message', 'label' => 'Upload Logos', 'text' => 'To upload logos, please go to <a href="#" class="focus-link is-with-nav" data-section="bunyad-logos">Site Logo</a> on main customizer screen.', 'style' => 'message-info', ], [ 'name' => 'header_logo_home_h1', 'label' => esc_html__('Use H1 on Home Logo for SEO', 'bunyad-admin'), 'value' => 1, 'desc' => '', 'style' => 'inline-sm', 'type' => 'toggle', ], [ 'name' => 'css_header_logo_padding', 'label' => esc_html__('Logo Padding', 'bunyad-admin'), 'desc' => 'Only applies to image logo on non-mobile header.', 'value' => [], 'type' => 'dimensions', 'devices' => ['main', 'large'], 'css' => [ '.smart-head-main .logo-is-image' => ['dimensions' => 'padding'] ], ], [ 'name' => 'css_header_mob_logo_padding', 'label' => esc_html__('Mobile Logo Padding', 'bunyad-admin'), 'desc' => 'Only applies to image logo on mobile and small tablets.', 'value' => '', 'devices' => ['main'], // pseudo 'type' => 'dimensions', 'css' => [ '.smart-head-mobile .logo-mobile' => ['dimensions' => 'padding'] ], ], ]; return $fields;