Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2008
    Posts
    36
    Plugin Contributions
    0

    Default Logo Header Placement

    I would like to have the logo header above the row with "home, log In, search" rather than below it as it is with default. How or where would I do this? I tried the header.php file with no luck.

    uo.cybernickel.com is my store site.

    I have also seen banners above the the entire store. Similiar to how the banner runs below the site. Played with banner management with no luck. Any ideas?

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Logo Header Placement

    Quote Originally Posted by CyberNickel View Post
    I would like to have the logo header above the row with "home, log In, search" rather than below it as it is with default. How or where would I do this? I tried the header.php file with no luck.

    uo.cybernickel.com is my store site.

    I have also seen banners above the the entire store. Similiar to how the banner runs below the site. Played with banner management with no luck. Any ideas?
    Cy,
    includes/ templates/ your_template/ common/ tpl_header.php

    Move all of this code:
    PHP Code:
    <!--bof-header logo and navigation display-->
    <?php
    if (!isset($flag_disable_header) || !$flag_disable_header) {
    ?>

    <div id="headerWrapper">
    <!--bof-navigation display-->
    <div id="navMainWrapper">
    <div id="navMain">
        <ul class="back">
        <li><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">'?><?php echo HEADER_TITLE_CATALOG?></a></li>
    <?php if ($_SESSION['customer_id']) { ?>
        <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF'''SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF?></a></li>
        <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT'''SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT?></a></li>
    <?php
          
    } else {
            if (
    STORE_STATUS == '0') {
    ?>
        <li><a href="<?php echo zen_href_link(FILENAME_LOGIN'''SSL'); ?>"><?php echo HEADER_TITLE_LOGIN?></a></li>
    <?php } } ?>

    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
        <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART'''NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS?></a></li>
        <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT?></a></li>
    <?php }?>
    </ul>
    </div>
    <div id="navMainSearch"><?php require(DIR_WS_MODULES 'sideboxes/search_header.php'); ?></div>
    <br class="clearBoth" />
    </div>
    <!--eof-navigation display-->
    Right below this line:
    PHP Code:
    <!--eof-header logo and navigation display--> 

  3. #3
    Join Date
    Sep 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Logo Header Placement

    Ty!!!!!!!!!!!!!!!

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Logo Header Placement

    Cy,
    Have you been sleeping for 14 or so days.. LOL
    Glad I could assist you.. Nice site by the way..

 

 

Similar Threads

  1. v151 Help With Logo Placement
    By Kenichi in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Nov 2012, 10:40 AM
  2. Code Placement for SSL logo
    By KADesign in forum General Questions
    Replies: 2
    Last Post: 25 Jan 2008, 03:42 PM
  3. help with top logo image placement
    By recordshow in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Oct 2007, 08:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg