HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/chuair.org/wp-content/themes/lifttruck/inc/config/panel-options-fields.php
<?php
  return [
    [
      "group"   => "general",
      "label"   => __("General", "lifttruck"),
      "fields"  => [
        [
          "label"         => __('Header', 'lifttruck'),
          "description"   => __('Choose layout "type" for page header', 'lifttruck'),
          "name"          => 'header',
          "type"          => 'radiosButton',
          "options"       => [
            "header-1"         => ["Header I", get_template_directory_uri() . '/inc/images/header_1.webp'],
            "header-2"         => ["Header II", get_template_directory_uri() . '/inc/images/header_2.webp'],
            "header-3"         => ["Header III", get_template_directory_uri() . '/inc/images/header_3.webp']
          ]
        ],
        [
          "label"         => __('Hide site title', 'lifttruck'),
          "description"   => __('Hide text logo logo and use image logo only', 'lifttruck'),
          "name"          => 'hide_site_title',
          "type"          => 'checkbox'
        ],
        [
          "label"         => __('Default site logo', 'lifttruck'),
          "description"   => __('Used for regular and sticky headers by default', 'lifttruck'),
          "name"          => 'logo_link',
          "type"          => 'mediauploader'
        ],
        [
          "label"         => __('Inverse Logo', 'lifttruck'),
          "description"   => __('Used for the dark mode and dark tone', 'lifttruck'),
          "name"          => 'inverse_logo_link',
          "type"          => 'mediauploader'
        ],
        [
          "label"         => __('Favicon Link', 'lifttruck'),
          "description"   => __('', 'lifttruck'),
          "name"          => 'favicon_link',
          "type"          => 'mediauploader'
        ],
        [
          "label"         => __('Sticky Header', 'lifttruck'),
          "description"   => __('Enable sticky header', 'lifttruck'),
          "name"          => 'sticky_header',
          "type"          => 'checkbox'
        ],
        [
          "label"         => __('Transparent Header', 'lifttruck'),
          "description"   => __('Enable Transparent Header', 'lifttruck'),
          "name"          => 'transparent_header',
          "type"          => 'checkbox'
        ],
        [
          "label"         => __('Sticky Header on mobile', 'lifttruck'),
          "description"   => __('Enable sticky header on mobile devices', 'lifttruck'),
          "name"          => 'sticky_header_mobile',
          "type"          => 'checkbox'
        ],
        [
          "label"         => __('Google Key Map', 'lifttruck'),
          "description"   => __('Generate your key maps from google API and pasted here', 'lifttruck'),
          "name"          => 'google_key_map',
          "type"          => 'inputText'
        ]
      ],
    ],
    [
      "group"   => "shop",
      "label"   => __("Shop", "lifttruck"),
      "fields"  => []
    ],
    [
      "group"   => "fonts",
      "label"   => __("Fonts", "lifttruck"),
      "fields"  => []
    ],
    [
      "group"   => "colors",
      "label"   => __("Colors", "lifttruck"),
      "fields"  => []
    ],
    [
      "group"   => "blog",
      "label"   => __("Blog", "lifttruck"),
      "fields"  => []
    ],
    [
      "group"   => "footer",
      "label"   => __("Footer", "lifttruck"),
      "fields"  => [
        [
          "label"           => __('Copyright text', 'lifttruck'),
          "description"     => __('', 'lifttruck'),
          "name"            => 'copyright',
          "type"            => 'inputTextarea'
        ]
      ]
    ]
  ];