Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

    Default converting to 1.35 stylesheet......

    Hi, I am having a difficult time trying to convert my stylesheet.

    This is my old stylesheet and would like to have the same thing on the new.

    TABLE.headerNavigation {
    background: #abbbd3;
    background-image: url(../images/top.jpg);
    background-color: #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    width: 100% !important;
    }

    Where is it located? Thanks!

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

    Default Re: converting to 1.35 stylesheet......

    You can not use this code from an old table based cart on the 1.3.x series that is mostly tableless. The tables do not exist. But the style is attainable through converting in the stylesheet.css file at /includes/templates/your_template/css

    If you have not created a your_template, now is a good time to do so.
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

    Default Re: converting to 1.35 stylesheet......

    Converting the stylesheet to 1.35 is not an easy task. I am trying to match up everything and being limited in css is not helpful either. I want to be able to use my header logo and I can't seem to find that after trying a million times. Why the upgrade on the stylesheet?

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

    Default Re: converting to 1.35 stylesheet......

    In your stylesheet.css you'll find this line that includes the logo.

    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float: left;
    	}
    This code is for the logowrapper

    Code:
    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    to include your header image break it out as follows:

    Code:
    #logoWrapper {
    background: url(../images/YOUR_HEADER_IMAGE.???) no-repeat;
    height: 90px;
    width: 100%;}

  5. #5
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

    Default Re: converting to 1.35 stylesheet......

    I finally am on the right track.....but it was hard! Thanks to everyone always helping out!

 

 

Similar Threads

  1. v150 Converting Gateway Services to 1.5.0
    By bislewl in forum Addon Payment Modules
    Replies: 5
    Last Post: 2 Dec 2012, 05:53 AM
  2. v1301 converting from 1.3.0.1 to 1.5.0
    By eternity575 in forum Upgrading to 1.5.x
    Replies: 12
    Last Post: 4 Apr 2012, 08:54 PM
  3. Converting To Zencart
    By UK Fishers in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Sep 2008, 08:15 PM
  4. Converting to Template_Default
    By ZZZZZeeeennn in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 31 May 2006, 08:04 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