• Where would I find the file that contains the hello_d theme banner. I want to add a logo at the right end of it. I have looked in the folder wp-content\themes\hello_d and find the header, footer, sidebar.php files, but cannot find the top black stripe banner file. And the author has not responded to my emails.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jetskiron

    (@jetskiron)

    Thread Starter jetskiron

    (@jetskiron)

    If the black banner and text “Insurance Claim Help” is in the header.php, I can’t see it in the code. Where is the color description “black” for example?

    Here is the header code:

    <!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&#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 name=”verify-v1″ content=”+Pjw+jO/Jgw4TDhtoFmgU2VYXc3sd1Tq+ik8wdZjXdU=” />
    <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’); ?>” />
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/css/print.css” type=”text/css” media=”print” />
    <!–[if IE]><link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/css/ie.css” type=”text/css” media=”screen, projection” /><![endif]–>
    <script src=”<?php bloginfo(‘template_url’); ?>/js/jquery-1.2.3.pack.js” type=”text/javascript”></script>
    <script src=”<?php bloginfo(‘template_url’); ?>/js/theme.js” type=”text/javascript”></script>

    <?php wp_head(); ?>

    <title><?php wp_title(‘ ‘); ?><?php if(wp_title(‘ ‘, false)) { echo ‘ -‘; } ?> <?php bloginfo(‘name’); ?></title>

    <SCRIPT LANGUAGE=”JavaScript”>

    <!– Begin
    function popUp(URL) {
    day = new Date();
    id = day.getTime();
    eval(“page” + id + ” = window.open(URL, ‘” + id + “‘, ‘toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=675,height=265’);”);
    }
    // End –>
    </script>

    </head>

    <body>
    <script src=”http://static.getclicky.com/42014.js&#8221; type=”text/javascript”></script>
    <noscript><p style=”display: none”><img alt=”Clicky” src=”http://in.getclicky.com/42014-db6.gif&#8221; /></p></noscript>
    <div class=”container”>

    <div id=”header”>
    <!– <table><tr><td> –>
    <h1>/”><?php bloginfo(‘name’); ?></h1>
    <!– </td><td><h2 style=”color: #ffffff; margin-left: -200px; margin-bottom: -35px; display: visible”>Helping consumers, one claim at a time.</h2></td></tr></table> –>
    <ul class=”menu”>

    <!–
    <li class=”page_item page_item_1 <?php if ( is_home() ) { ?>current_page_item<?php } ?>”>/” title=”Home”>Home
    <?php wp_list_pages(‘title_li=&depth=1’ ); ?>

    <li class=”page_item”>Home
    –>

    <li class=”page_item”>Home

    <li class=”page_item”>Common Claim Questions

    <li class=”page_item”>
    Policy Form Copies

    <li class=”page_item”>Insurance Claim Glossary

    <li class=”page_item”>Recommended Insurers

    <li class=”page_item”>Rate Your Adjuster!

    <li class=”page_item”><font color=”#006699″>Discussion
    Forum – (NEW!)</font>

    <li class=”page_item”><font color=”#FF0000″>Boycott Farmers Insurance?</font>

    </div><!– end #header –>
    <div class=”clear”></div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hello_d theme banner’ is closed to new replies.