• Resolved agentok

    (@agentok)


    Hello i am having troubles with the header blog topic drop downs its all cut off and it makes the blog look bad is there anyway to get rid of that drop downs or fix it??
    My blog url is: http://healthtracexpress.co.cc/

    Any help would be great thanks..

Viewing 3 replies - 1 through 3 (of 3 total)
  • open theme’s header.php and find this line

    <body<?php if(!$arjunaOptions['headerMenu1_show']): ?> class="hideHeaderMenu1"<?php endif;

    change it to

    <body<?php if(!$arjunaOptions['']): ?> class="hideHeaderMenu1"<?php endif;

    then find this line

    <div class="header">
    		<?php if($arjunaOptions['headerMenu1_show']): ?>

    change it to

    <div class="header">
    		<?php if($arjunaOptions['']): ?>

    Thread Starter agentok

    (@agentok)

    That works thank you..

    Can anyone help me change my header? The Doc are no help.

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;
    <head profile=”http://gmpg.org/xfn/1″&gt;
    <meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <meta name=”robots” content=”index, follow” />

    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” media=”screen” />
    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/print.css” media=”print” />

    <!–[if IE]>
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/ie.css” media=”screen” type=”text/css” />
    <![endif]–>
    <!–[if lte IE 7]>
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/ie7.css” media=”screen” type=”text/css” />
    <script src=”<?php bloginfo(‘template_directory’); ?>/focus.js” type=”text/javascript”></script>
    <![endif]–>

    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_get_archives(‘type=monthly&format=link’); ?>

    <title><?php if(is_home()) bloginfo(‘name’);
    elseif(is_search()) {
    if(wp_specialchars($s,1) != ‘ ‘) {echo ‘ Search Results for '’.trim(wp_specialchars($s,1)).’' on ‘;bloginfo(‘name’);}
    else {bloginfo(‘name’);echo’ – No search query entered!’;}
    }
    elseif (is_tag()) {echo ‘Posts tagged with'’;trim(single_tag_title());echo ‘' on ‘;bloginfo(‘name’);}
    elseif (is_404()) {bloginfo(‘name’);echo’ – Page not found!’;}
    elseif (have_posts()) {bloginfo(‘name’); echo ‘:’;wp_title(”,true);}
    else {bloginfo(‘name’);echo’ – Page not found!’;}?></title>

    <?php wp_head(); ?>

    </head>

    <body id=”top”>

    <ul class=”jumplinks”>

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Header Blog Topic Drop Down’ is closed to new replies.