Server IP : 172.67.214.6 / Your IP : 216.73.216.84 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/clevorio.com/wp-content/themes/smart-mag/ |
Upload File : |
<?php /** * The template for displaying theme header * * Parts: Top bar, Logo, Navigation */ ?><!DOCTYPE html> <html <?php language_attributes(); ?> class="<?php echo esc_attr(apply_filters('bunyad_html_root_class', '')); ?>"> <head> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7034056089285658" crossorigin="anonymous"></script> <meta charset="<?php bloginfo('charset'); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <?php wp_head(); ?> <?php if (Bunyad::options()->image_effects): // Only add effects CSS if JS enabled, hence via script ?> <script> document.querySelector('head').innerHTML += '<style class="bunyad-img-effects-css">.main-wrap .wp-post-image, .post-content img { opacity: 0; }</style>'; </script> <?php endif; ?> </head> <body <?php body_class(); ?>> <?php do_action('bunyad_begin_body'); ?> <?php function_exists('wp_body_open') ? wp_body_open() : do_action('wp_body_open'); ?> <?php if (Bunyad::options()->layout_type === 'boxed'): ?> <div class="ts-bg-cover"></div> <?php endif; ?> <div class="main-wrap"> <?php do_action('bunyad_header_before'); /** * Get the selected header template, unless overridden by Elementor Pro. * * Note: Default is partials/header/layout.php */ if (apply_filters('bunyad_do_partial_header', true)) { $header = Bunyad::options()->header_layout; Bunyad::blocks()->load( 'Header', [ 'style' => $header, ] ) ->render(); // Mobile header. Bunyad::blocks()->load( 'Header', [ 'style' => 'a', 'type' => 'mobile', ] ) ->render(); } do_action('bunyad_header_after'); ?> <?php do_action('bunyad_pre_main_content'); ?>