• Resolved bill_g

    (@bill_g)


    Hi,

    I have a blog up and running at http://theisleofavalon.com, I am using WP_010 theme from WP Spider, I have a problem that is driving me nuts, under the header image there are orange page tabs and a Search Box.

    The page title tabs show fine for the first three pages but after that the titles get cut off the closer they get to the Search Box.

    Is it possible to remove the Search Box and extend the page title tabs across the whole width of the Blog theme?

    A Copy of my Header.php is below

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>
    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
    <title><?php if (is_home () ) { bloginfo(‘name’); } elseif ( is_category() ) { single_cat_title(); echo ‘ – ‘ ; bloginfo(‘name’); }
    elseif (is_single() ) { single_post_title(); }
    elseif (is_page() ) { bloginfo(‘name’); echo ‘: ‘; single_post_title(); }
    else { wp_title(”,true); } ?></title>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/script.js”></script>
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <!–[if IE]><link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/style.ie6.css” type=”text/css” media=”screen” /><![endif]–>
    <link rel=”alternate” type=”application/rss+xml” title=”<?php printf(__(‘%s RSS Feed’, ‘kubrick’), get_bloginfo(‘name’)); ?>” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”<?php printf(__(‘%s Atom Feed’, ‘kubrick’), get_bloginfo(‘name’)); ?>” href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/js/jquery.min.1.2.6.js”></script>
    <script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/js/jqueryslidemenu/jqueryslidemenu.js”></script>
    <script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/js/carousel/stepcarousel.js”></script>
    <script type=”text/javascript”>
    stepcarousel.setup({
    galleryid:’board_carusel’, //id of carousel DIV
    beltclass:’belt’, //class of inner “belt” DIV containing all the panel DIVs
    panelclass:’board_item’, //class of panel DIVs each holding content
    autostep:{enable:true, moveby:1, pause:5000},
    panelbehavior:{speed:500, wraparound:false, persist:false},
    defaultbuttons:{enable: false, moveby: 1, leftnav: [‘http://i34.tinypic.com/317e0s5.gif&#8217;, -5, 80], rightnav: [‘http://i38.tinypic.com/33o7di8.gif&#8217;, -20, 80]},
    statusvars:[‘statusA’, ‘statusB’, ‘statusC’], //register 3 variables that contain current panel (start), current panel (last), and total panels
    contenttype:[‘inline’] //content setting [‘inline’] or [‘external’, ‘path_to_external_file’]
    })
    </script>

    <?php wp_head(); ?>
    </head>
    <body>
    <div class=”PageBackgroundGradient”></div>
    <div class=”Main”><div class=”Sheet”><div class=”Sheet-tl”></div><div class=”Sheet-tr”></div><div class=”Sheet-bl”></div><div class=”Sheet-br”></div><div class=”Sheet-tc”></div><div class=”Sheet-bc”></div><div class=”Sheet-cl”></div><div class=”Sheet-cr”></div><div class=”Sheet-cc”></div><div class=”Sheet-body”><div class=”nav”><div class=”l”> </div><div class=”r”> </div>
    <div style=”float:left;width:76%;”>
    <ul class=”artmenu”>
    <?php art_menu_items(); ?>

    </div>
    <div style=”float:right;”>
    <form method=”get” id=”searchform” action=”<?php bloginfo(‘url’); ?>/”>
    <div style=”width:auto;margin:4px 9px 0 0;”>
    <input type=”text” value=”Search this website… ” name=”s” id=”searchbox” onfocus=”if (this.value == ‘Search this website… ‘) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘Search this website… ‘;}” style=”background:#FFF !important;color:#000000;padding:2px 0px 2px 0px;margin:0 2px 0 10px;border:1px solid #6B6B6B;display:inline;width:140px;” />
    <input type=”submit” id=”searchbutton” value=”Search” style=”font-weight:bold;background: #F7AF32 !important;color:#452C03;margin:0;padding:1px 0 1px 0;border:1px solid #000000;display:inline;width:auto;” />
    <div class=”l”></div></div>
    </form>
    </div></div>
    <div class=”Header”><div class=”Header-jpeg”></div><div style=”float:left;”><div class=”logo”><h1 id=”name-text” class=”logo-name”>
    /”><?php bloginfo(‘name’); ?></h1>
    <div id=”slogan-text” class=”logo-text”>
    <?php bloginfo(‘description’); ?></div>
    </div></div>
    <?php if(get_option(‘wps_home_ad_468_enable’)==false) { ?>
    <div style=”float:left;margin:25px 0 8px 500px;height:70px;”>
    <?php echo stripslashes(get_option(‘wps_home_ad_468’)); ?>
    </div>
    <?php } ?>
    </div>
    <div id=”catmenucontainer”><div id=”catmenu”>

      <?php wp_list_categories(‘sort_column=name&title_li=&depth=4’); ?>

    </div></div>

    my blog address is http://theisleofavalon.com

    Thanks very much indeed in advance for any help

    Bill

Viewing 1 replies (of 1 total)
  • Thread Starter bill_g

    (@bill_g)

    This has been resolved by the Theme’s creator rewritting the code in the Header php file

Viewing 1 replies (of 1 total)

The topic ‘Page Title display problem using WP Spider WP_010 theme’ is closed to new replies.