Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default last try - does anyone know how to...

    nothing has worked.

    * based on the classic template. does anyone know how to:

    1) make the header extend aross the page, but leave the body a set width (like the apple zen template)?

    2) remove the tagline "row" not just the words but the space dedicated to it?

    thanks.

  2. #2
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: last try - does anyone know how to...

    1.
    Code:
    #mainWrapper {width: 100%; }
    
    #contentMainWrapper{
            margin: auto;
    	width: 770px;
    	}
    2.
    Code:
    #tagline {display: none;}
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  3. #3
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: last try - does anyone know how to...

    whoa. thanks ryk. i was just getting ready to uninstall zc. i like the features, but it is just too difficult to modify the way i want to. i looked into some prefab templates but that didn't sound like a good idea either.

    i just can't get my head around how to modify the looks of the cart. i've been looking for simple things like adding images to the header???

    maybe you could help with a couple of other things.

    i removed the row above my header that had two links, home and log in and a search box. how do i get to appear in my header rather than in a row above the header?

    how do i add a shaded border to either side of my main page (like on this forum)? i added this code under body {} to my css stylesheet, but it didn't do anything.

    .leftEdge {
    background-image: url(../images/main-bg.gif);
    background-repeat: repeat-y;
    background-position: top right;
    width: 5%;
    }
    .rightEdge {
    background-image: url(../images/secondary-bg.gif);
    background-repeat: repeat-y;
    background-position: top left;
    width: 5%;
    }

    thanks

  4. #4
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: last try - does anyone know how to...

    If I were you, I'd download Firefox, its Web Developer Toolkit and Firebug add-ons.

    Those add-ons allow you to examine and CHANGE the css of any web page as you view it; you can also save those changes to your own harddrive ... and then you can upload it to your css directory.

    In other words...
    1. load up your site
    2. go to the page you want
    3. edit the css on the fly
    4. when you get the result you want, save the stylesheet
    5. upload it
    6. refresh the page you're working on
    7. if not quite right, go to 2
    8. move on to next page


    You perhaps need to get to grips with CSS; there're tons of tutorials on the 'net; a good book is Designing without tables using CSS from sitepoint.com

    As well as CSS, you can move blocks of code around in the tpl_ files - and you need to study the includes/templates/YOUR_TEMPLATE/common/tpl_header.php for your header question. If you've already been playing around, it may be better to start again with an untouched copy of the file.

    Regarding your left and right edges - you're thinking the wrong way round; what you do is give the body a background colour/image and then the other classes (e.g. #contentMainWrapper) a different background.

    If you start using Firefox, do remember to check what the pages look like in IE6 and 7, and if possible, Safari, Opera etc.
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

 

 

Similar Threads

  1. does anyone know how to install sphinx search?
    By 377704497 in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 25 Oct 2013, 10:46 PM
  2. Does anyone know how to fix this:
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 1 Feb 2009, 10:03 PM
  3. Does anyone know how to do this?
    By captonzoom in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 7 Aug 2008, 04:23 PM
  4. Does anyone know how to do this
    By shdesigns2007 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 22 Nov 2007, 07:01 AM
  5. Does anyone know how to use Ajax on images
    By oavs in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Jun 2007, 04:35 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