Results 1 to 10 of 10
  1. #1
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Need Header Help Please!!!

    Hello,

    Here is my question it's actually a two part question:

    First part is this I would like to move my search box header down to the line where the buttons are on my site (ie where the new products,review products and cart logo's are now how do I do this?

    The second part of this question is that the line I just mentioned and the line with the categories across the top of my site are really bunched together how can I spread these out some without affecting the rest of the site to much?

    Here is my site for reference: mysterydrawer.com (please be advised this is an adult product site)

    I thank you for your time and responses!!

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need Header Help Please!!!

    1. The only way I can think of to move the navMainSearch section down is to use absolute positioning, which may interfere with the links there now (see 2b).

    2a. for the categories: add to your stylesheet: #navCatTabs ul li {padding: 1em;} adjust the 1em as necessary.

    2b. for the other links, someone has removed the <div id="navEZPagesTop"> from that section, so you can't style them in the same way.

  3. #3
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: Need Header Help Please!!!

    Thank you for your response will try that now is there a way to put that div back for the 2b answer.

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need Header Help Please!!!

    That's in includes/templates/abby_template/templates/tpl_ezpages_bar_header.php. You can look at the template_default template's file to see what it should look like.

  5. #5
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: Need Header Help Please!!!

    Ok perfect I will look now. The answer given spread them out wide which is great how do I spread them out height wise so its not so close to the line below it. Thank you all again.

  6. #6
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: Need Header Help Please!!!

    Here is the code I found in: tpl_ezpages_bar_header.php


    <?php
    /**
    * Page Template
    *
    * Displays EZ-Pages Header-Bar content.<br />
    *
    * @package templateSystem
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_ezpages_bar_header.php 3377 2006-04-05 04:43:11Z ajeh $
    */

    /**
    * require code to show EZ-Pages list
    */
    include(DIR_WS_MODULES . zen_get_module_directory('ezpages_bar_header.php'));
    ?>
    <?php if (sizeof($var_linksList) >= 1) { ?>
    <div id="navEZPagesTop">
    <?php for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) { ?>
    <a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a><?php echo ($i < $n ? EZPAGES_SEPARATOR_HEADER : '') . "\n"; ?>
    <?php } // end FOR loop ?>
    </div>
    <?php } ?>



    you are saying that I need to replace this code somewhere correct and if so where do I put it please Im still learning all this stuff and don't want to mess things up. Thank you!!

  7. #7
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need Header Help Please!!!

    What folder is that file in ?

  8. #8
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: Need Header Help Please!!!

    Honestly im not sure I just typed in the last bit there I listed and thats what popped up. When I did the full one that was listed it was not in there that I could find. Here is the one from the default template:


    <?php
    /**
    * Page Template
    *
    * Displays EZ-Pages Header-Bar content.<br />
    *
    * @package templateSystem
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_ezpages_bar_header.php 3377 2006-04-05 04:43:11Z ajeh $
    */

    /**
    * require code to show EZ-Pages list
    */
    include(DIR_WS_MODULES . zen_get_module_directory('ezpages_bar_header.php'));
    ?>
    <?php if (sizeof($var_linksList) >= 1) { ?>
    <div id="navEZPagesTop">
    <?php for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) { ?>
    <a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a><?php echo ($i < $n ? EZPAGES_SEPARATOR_HEADER : '') . "\n"; ?>
    <?php } // end FOR loop ?>
    </div>
    <?php } ?>
    Last edited by Darion; 20 Sep 2012 at 08:26 PM.

  9. #9
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need Header Help Please!!!

    There isn't a copy of that file in includes/templates/abby_template/templates ? You can use your FTP program to look.

  10. #10
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: Need Header Help Please!!!

    I have looked in public_html/includes/template/abby_template/template and there is no file tpl_ezpages_bar_header.php in it that I can see!!

 

 

Similar Threads

  1. Need some Header and Footer help please...
    By carwash in forum Templates, Stylesheets, Page Layout
    Replies: 24
    Last Post: 18 Oct 2011, 11:23 AM
  2. NEED HELP WITH CUSTOMIZING HEADER LINKS..ASAP Please
    By lori0212 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Apr 2011, 09:38 AM
  3. Moving sidebox into header, need help please!
    By iddy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Jul 2010, 09:05 PM
  4. Need help with some changes in header, please
    By Kruna in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 16 Oct 2007, 11:06 PM
  5. need help Getting Rid of header space please
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Apr 2007, 10:28 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