Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    May 2005
    Posts
    6
    Plugin Contributions
    0

    Default Lost Documents Box

    Seem to have snagged in my hacking of zencart to get it to look like I need, I have accidently removed/deleted my documents box and have no clue where its located to bring it back.

    Have anither issue with is removing the New Products for July from the front page and just have featured products.

    Also breadcrumbs align with the top left box so its al uniformed a little bit skew at the moment example site.

    http://www.eurorep.net/bhs/

    Thx for any help advice in advance.

  2. #2
    Join Date
    May 2005
    Posts
    6
    Plugin Contributions
    0

    Default Re: Lost Documents Box

    Ok my bad figured the documents problem out I had removed the test data which I assume removes the box/

    Also found the admin function to remove new products.

    Just need Breacrumb aligning with the top left box to make it look tidy?

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Lost Documents Box

    I am not sure why, but you have 2 style sheets competing;
    stylesheet_original.css
    stylesheet.original.css

    Move, delete, rename the stylesheet_original , if you rename it pick something like old_stylesheet_original.css so that it is not processed as if you place a suffix/trailing modifier.

    This may cause a few things that were being set through the second sheet to appear as you do not wish but you are better off with one main style sheet to assist in tracking your changes.

    Then in the stylesheet.original.css the following should be the first few lines of code...if not you have the wrong one.
    Code:
    /**
     * Main CSS Stylesheet
     *
     * @package templateSystem
     * @copyright Copyright 2003-2005 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: stylesheet.css 3215 2006-03-20 06:05:55Z birdbrain $
     */
    find this code in the file and look at the red highlighted code as this is what you want to change:
    Code:
    #navBreadCrumb {
    	margin-top:16px;
    	background-image:url(../images/centercolumn_capsule.gif);
    	background-repeat:no-repeat;
    	background-position:center;
    	font-size: 0.95em;
    	font-weight: bold;
    	padding: 0.5em 0 0.5em 1.5em;
    	}
    Change it to the following or cut and paste this.

    Code:
    #navBreadCrumb {
    	margin-top:0px;
    	background-image:url(../images/centercolumn_capsule.gif);
    	background-repeat:no-repeat;
    	background-position:center;
    	font-size: 0.95em;
    	font-weight: bold;
    	padding: 0.0em 0 0.5em 1.5em;
    	}
    This will adjust the breadcrumb positioning
    Zen-Venom Get Bitten

  4. #4
    Join Date
    May 2005
    Posts
    6
    Plugin Contributions
    0

    Default Re: Lost Documents Box

    Awesome thx very much I tried renaming the css file but causes lots of mess, I will merge them and see what happens, but thx for the fix to breadcrumbs nice.

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Lost Documents Box

    I would not merge them as this will most probably cause more problems than you want. Easier to just delete it and then correct in the single one left, the items that were cascading from the other.

    The other looks to be the style sheetsheet_original.css file to be compatible with older versions and contains things that you do not want or need.
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v139h How do I remove empty photo box on documents-general items?
    By smurfy1 in forum Setting Up Categories, Products, Attributes
    Replies: 8
    Last Post: 8 Jun 2013, 04:41 AM
  2. Items in Documents Side Box showing up in catagories
    By Martin Smith in forum Basic Configuration
    Replies: 3
    Last Post: 12 May 2009, 04:05 AM
  3. Replies: 0
    Last Post: 20 Feb 2008, 05:21 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