Thread: Home | Log In

Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Home | Log In

    Opps missed your information box issue: you will have to play with the margins top and add one for the bottom to balance the spacing out as you will have trouble trying to add one for just the info box, see this in the css:
    Code:
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
    	border-bottom: 5px solid #336633;
    	margin-top: 1.5em;
    	}
    change to this and adjust the margin values for the top & bottom to get the balance that you want
    Code:
    .leftBoxContainer, .rightBoxContainer {	
    	border-bottom: 5px solid #336633;
    	margin-top: 1.5em;
            margin-bottom: 1em;
    	}
    Zen-Venom Get Bitten

  2. #12
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Home | Log In

    shopjackiesjewels;

    See this thread about the separator: Spearator missing?
    Seems that since 1.3 series that this was not an included item, mostly due to validating issues.
    Having used the border option referenced earlier for sewveral installs, this only looks slightly different byt the fact of using one additional . | . either at the left or the right. Yes it is not exactly as before, but close.
    Zen-Venom Get Bitten

  3. #13
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Home | Log In

    thanks kobra :)

  4. #14
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Home | Log In

    To follow up on Kobra's suggestion:

    Code:
    #navMain ul li, #navSupp ul li, #navCatTabs ul li {
    	display: inline;
    	border-left: 2px solid;
    	color: #000000;	
    	}
    You could easily prevent the "first bar" from showing by adding the following to your stylesheet:

    Code:
    #navMain ul li.firstbar, #navSupp ul li.firstbar, #navCatTabs ul li.firstbar {
    	display: inline;
    	border-left: none;	
    	}
    Now you can add this to the first <li> in your list:
    This is from tpl_header,php
    Code:
    <div id="navMain">
        <ul class="back">
        <li class="firstbar"><?php echo '<a href="' . zen_href_link(FILENAME_DEFAULT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>

  5. #15

    Default Re: Home | Log In

    this got rid of the extra seperator in IE but not firefox. sorry to be picky but is there any solution for the one in firefox. heres the link:
    www.shopjackiesjewels.com/store

  6. #16
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Home | Log In

    Open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php

    find this code:

    <div id="navSupp">
    <ul>
    <li class="firstbar"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>

    add the highlighted portion as indicated.

  7. #17

    Default Re: Home | Log In

    that didnt change anything for some reason. This isnt a big deal though. I appreciate everyones help.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. 'Home' and 'Log In' Links
    By Question in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Oct 2009, 04:02 AM
  2. moving the home log in
    By sheba10 in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 1 Apr 2009, 04:52 AM
  3. Home Log In Links
    By sammybotz in forum General Questions
    Replies: 4
    Last Post: 23 Oct 2007, 08:16 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR