Current Path : /home/church/www/lavishluxebylenee.com/wp-content/themes/CreativePortfolioResFree/ |
Current File : /home/church/www/lavishluxebylenee.com/wp-content/themes/CreativePortfolioResFree/header.php |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> <?php wp_head(); ?> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200' rel='stylesheet' type='text/css' /> <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' /> <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'> <!--[if lt IE 9]> <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> <![endif]--> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" title="no title" charset="utf-8"/> <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/mobile.css" type="text/css" media="screen" title="no title" charset="utf-8"/> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/slicknav.css" /> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <!-- <script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>--> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery.infinitescroll.js"></script> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery.slicknav.js"></script> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/retina-1.1.0.min.js"></script> <!-- flickr slideshow js / css --> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/modernizr-custom-v2.7.1.min.js" type="text/javascript"></script> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery-finger-v0.1.0.min.js" type="text/javascript"></script> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/flickerplate.min.js" type="text/javascript"></script> <link href="<?php bloginfo('stylesheet_directory'); ?>/css/flickerplate.css" type="text/css" rel="stylesheet"> <!-- <script src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery.film_roll.min.js"></script>--> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery.carouFredSel-6.2.1.js"></script> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/scripts.js"></script> <?php $shortname = "unit_theme"; ?> <style type="text/css"> body { <?php if(get_option($shortname.'_background_image_url','') != "") { ?> background: url('<?php echo get_option($shortname.'_background_image_url',''); ?>') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; <?php } ?> <?php if(get_option($shortname.'_custom_background_color','') != "") { ?> background-color: <?php echo get_option($shortname.'_custom_background_color',''); ?>; <?php } ?> } </style> <script type="text/javascript"> (function($) { $(document).ready(function(){ $(window).scroll(function(){ if ($(this).scrollTop() > 150 && ($(this).width() > 800)) { $('.header_background').fadeIn(150); $('.header_menu').fadeIn(150); $('.social_menu').hide(); } else { $('.header_background').hide(); $('.header_menu').hide(); $('.social_menu').show(); } }); }); })(jQuery); </script> </head> <body <?php body_class($class); ?>> <header class="header_background"></header><!--header-background color--> <header id="header"> <div class="header_bottom"> <div class="container"> <div class="full_logo_cont"> <?php if(get_option($shortname.'_custom_logo_url','') != "") { ?> <a href="<?php bloginfo('url'); ?>"><img src="<?php echo get_option($shortname.'_custom_logo_url',''); ?>" class="logo" alt="logo" /></a> <?php } else { ?> <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/logo.png" class="logo" alt="logo" /></a> <?php } ?> </div><!--//logo_cont--> <div class="header_menu"> <?php wp_nav_menu('theme_location=header-menu&container=false&menu_id=main_header_menu'); ?> </div><!--//header_menu--> <div class="social_menu"> <ul class="menu"> <li><a target='_blank' href="https://www.instagram.com/lavishluxebylenee/?hl=en"><img src="http://lavishluxebylenee.com/wp-content/uploads/2017/09/instagram_lavishluxe-e1504388985344.png"></a> <li><a target='_blank' href="https://www.facebook.com/Lavishluxe/"><img src="http://lavishluxebylenee.com/wp-content/uploads/2017/09/facebook_lavishluxe-e1504388869436.png"></a> </ul> </div> <div class="clear"></div> <!-- <div class="header_search"> <form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>"> <input type="text" name="s" id="s" /> <INPUT TYPE="image" SRC="<?php bloginfo('stylesheet_directory'); ?>/images/search-icon2.jpg" class="header_search_icon" BORDER="0" ALT="Submit Form"> </form> </div> --><!--//header_search--> <div class="clear"></div> </div><!--//container--> </div><!--//header_bottom--> </header><!--//header--> <div class="header_spacing"></div>