Esempio n. 1
0
/inc/scripts/selectivizr-min.js" type="text/javascript"></script>
<![endif]-->

<?php 
wp_head();
?>

</head>

<body <?php 
body_class();
?>
 >

<?php 
get_template_part('scroll', 'sidebar');
?>

<div id="wrapper">

    <div id="overlay-body"></div>
    
    <header id="header">
		
		<?php 
do_action("jaxlite_" . jaxlite_get_header_layout());
?>
        
        <div class="navigation"><i class="fa fa-bars"></i> </div>

    </header>
<?php

get_header();
do_action('jaxlite_header_sidebar', 'header-sidebar-area');
if (jaxlite_get_header_layout() == "header_one" || jaxlite_get_header_layout() == "header_two") {
    echo '<h1 class="title headtitle ' . jaxlite_get_header_layout() . '">' . __('Content not found', "jaxlite") . '</h1>';
}
?>

<div class="container">

	<div class="row" id="blog" >
		
        <article class="post-container col-md-12">

			<div class="post-article">

                <h1> <?php 
_e('Oops, it is a little bit embarassing...', "jaxlite");
?>
 </h1>           
			
				<?php 
_e('The page that you requested, was not found.', "jaxlite");
?>
 

                <h2> <?php 
_e('What can i do?', "jaxlite");
?>
 </h2>           
 function jaxlite_body_classes_function($classes)
 {
     global $wp_customize;
     if (jaxlite_setting('jaxlite_infinitescroll_system') == "on") {
         $classes[] = 'infinitescroll';
     }
     if (jaxlite_is_single() && (jaxlite_get_header_layout() == "header_five" || jaxlite_get_header_layout() == "header_six")) {
         $classes[] = 'hide_title';
     }
     if (preg_match('~MSIE|Internet Explorer~i', $_SERVER['HTTP_USER_AGENT']) || strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0; rv:11.0') !== false) {
         $classes[] = 'ie_browser';
     }
     if (isset($wp_customize)) {
         $classes[] = 'customizer_active';
     }
     return $classes;
 }