View unanswered posts | View active topics It is currently Thu Nov 30, 2023 9:44 pm



Reply to topic  [ 2 posts ] 
 help PHP header top nav problem 
Author Message
Junior Member

Joined: Fri Apr 15, 2011 8:30 pm
Posts: 1
Post help PHP header top nav problem
hello i am having a problem with this theme i am using it is probably a simple fix sense i have no php editing exp beciedes what i have done to the site currently

site is http://www.centralsecuritysolutions.com/

as you can see the page tabs in the header nav will not take up the full header before dropping below the other pages

here is my header PHP plz help

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<title>
<?php if (is_home()) { ?>
<?php bloginfo('name'); ?>

<?php bloginfo('description'); ?>
<?php } else { ?>
<?php wp_title($sep = ''); ?>

<?php bloginfo('name'); ?>
<?php } ?>
</title>
<meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
<meta name="description" content="<?php bloginfo('description') ?>" />
<?php if(is_search()) { ?>
<meta name="robots" content="noindex, nofollow" />
<?php }?>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/superfish.css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/hoverintent.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/superfish.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.cycle.all.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/script.js"></script>
<?php wp_head(); ?>
</head>
<body>
<div id="page">
<div id="header">
<div id="nav1">
<ul class="sf-menu sf-js-enabled">

</ul>
</div>
<div class="clr"></div>
<!--/nav1 -->
<div class="logo">

<?php bloginfo('name'); ?>
<p><P>

<?php bloginfo('description'); ?>
</a></h1>
</div>

<div class="clr"></div>
<div class="menu_resize">
<div class="topnav">
<ul>
<?php wp_list_pages('title_li='); ?>
</ul>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>

<!--/header -->




here is my page source code : can someone please help me I know its something simple

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<title>

</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" href="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/superfish.css" media="screen" />
<link rel="alternate" type="application/rss+xml" title=" RSS Feed" href="http://centralsecuritysolutions.com/feed/" />
<link rel="pingback" href="http://centralsecuritysolutions.com/xmlrpc.php" />
<script type="text/javascript" src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/js/hoverintent.js"></script>
<script type="text/javascript" src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/js/superfish.js"></script>

<script type="text/javascript" src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/js/jquery.cycle.all.min.js"></script>
<script type="text/javascript" src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/js/script.js"></script>
<link rel="alternate" type="application/rss+xml" title=" &raquo; Home Comments Feed" href="http://centralsecuritysolutions.com/home/feed/" />
<link rel='stylesheet' id='admin-bar-css' href='http://centralsecuritysolutions.com/wp-includes/css/admin-bar.css?ver=20110325' type='text/css' media='all' />
<link rel='stylesheet' id='wp-pagenavi-css' href='http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/pagenavi-css.css?ver=2.70' type='text/css' media='all' />
<script type='text/javascript' src='http://centralsecuritysolutions.com/wp-includes/js/l10n.js?ver=20101110'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://centralsecuritysolutions.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://centralsecuritysolutions.com/wp-includes/wlwmanifest.xml" />
<link rel='index' title='' href='http://centralsecuritysolutions.com/' />
<link rel='next' title='About' href='http://centralsecuritysolutions.com/about/' />
<meta name="generator" content="WordPress 3.1.1" />
<link rel='canonical' href='http://centralsecuritysolutions.com/' />
<script type='text/javascript' src='http://centralsecuritysolutions.com/wp-includes/js/jquery/jquery.js?ver=1.4.4'></script>

<!-- Wordpress Popular Posts v2.1.4 -->
<link rel="stylesheet" href="http://centralsecuritysolutions.com/wp-content/plugins/wordpress-popular-posts/style/wpp.css" type="text/css" media="screen" />
<!-- End Wordpress Popular Posts v2.1.4 -->
<style type="text/css" media="print">#wpadminbar { display:none; }</style>
<style type="text/css">
html { margin-top: 28px !important; }
* html body { margin-top: 28px !important; }
</style>
</head>
<body>
<div id="page">
<div id="header">
<div id="nav1">
<ul class="sf-menu sf-js-enabled">

</ul>

</div>
<div class="clr"></div>
<!--/nav1 -->
<div class="logo">

<p><P>

</a></h1>
</div>

<div class="clr"></div>
<div class="menu_resize">

<div class="topnav">
<ul>
<li class="page_item page-item-4 current_page_item"><a href="http://centralsecuritysolutions.com/" title="Home">Home</a></li>
<li class="page_item page-item-8"><a href="http://centralsecuritysolutions.com/about/" title="About">About</a></li>
<li class="page_item page-item-26"><a href="http://centralsecuritysolutions.com/services/" title="Services">Services</a></li>
<li class="page_item page-item-28"><a href="http://centralsecuritysolutions.com/employment-opportunities/" title="Employment Opportunities">Employment Opportunities</a></li>
<li class="page_item page-item-31"><a href="http://centralsecuritysolutions.com/contact-us/" title="Contact Us">Contact Us</a></li>
</ul>

<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>

<!--/header -->

<div id="columns">
<div id="slider">

<!-- start slideshow -->
<div id="slideshow">
<div class="slider-item"><a href="#"><img src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/images/simple_img_1.jpg" alt="icon" width="970" height="335" border="0" /></a></div>
<div class="slider-item"><a href="#"><img src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/images/simple_img_2.jpg" alt="icon" width="970" height="335" border="0" /></a></div>
<div class="slider-item"><a href="#"><img src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/images/simple_img_3.jpg" alt="icon" width="970" height="335" border="0" /></a></div>
</div>
<!-- end #slideshow -->
<img src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/images/simple_bg.gif" alt="image" width="970" height="58" />
<div class="clr"></div>

</div>
<div class="clr"></div>
<div class="body_resize">
<div class="blog1">
<h2>Central Security Solutions<br />
<span></span></h2>
<p>When situations require high security standards, CSS, LLC. is the best choice. All CSS, LLC. employees are thoroughly screened by an exhaustive process of background investigations, reference checks and intensive personal interviews. Employee selections are based on intelligence and ability. CSS, LLC. officers must also pass a rigorous training program and must be licensed by and meet State of Florida standards and participate in ongoing education and training.</p>
<h2>CSS LLC. Security Officers are distinguished by:<br />

<p>• Emergency Response Ability<p>
<p>• Professional Demeanor and Appearance<p>
<p>• Public Relations Ability and Communications Skills<p>
</div>
<div class="blog2">
<h2>Service Areas<br />

<p>• Commercial and Office Complexes<p>

<p>• Hospital and Nursing Facilities</p>
<p>• Industrial and Manufacturing Complexes<p>
<p>• Condominiums and Apartments<p>
<p>• Hotels<p>
<p>• Special Events and Conferences<p>
<p>• Personal Protection<p>

</div>
<div class="clr"></div>
<h2>Featured Works<br />
<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit</span></h2>
<img src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/images/img_img_1.jpg" alt="image" width="176" height="71" class="bordered" /> <img src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/images/img_img_2.jpg" alt="image" width="176" height="71" class="bordered" /> <img src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/images/img_img_3.jpg" alt="image" width="176" height="71" class="bordered" /> <img src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/images/img_img_4.jpg" alt="image" width="176" height="71" class="bordered" /> <img src="http://centralsecuritysolutions.com/wp-content/themes/glancefolio/glancefolio/images/img_img_5.jpg" alt="image" width="176" height="71" class="bordered" />
<div class="clr"></div>

</div>
<div class="clr"></div>
</div>
<!-- /columns -->
<div class="clr"></div>
</div>
<!--/page -->
<div id="page-bottom">
<div id="footer">


Fri Apr 15, 2011 8:39 pm
Report this post
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 2 posts ] 

Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.